getCanGoNext method

DBusBoolean getCanGoNext()

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

Implementation

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