getCanGoPrevious method

DBusBoolean getCanGoPrevious()

Gets value of property org.mpris.MediaPlayer2.Player.CanGoPrevious

Implementation

DBusBoolean getCanGoPrevious() {
  return const DBusBoolean(true);
}