Interface

PhoshMprisDBusMediaPlayer2

since: 0

Description [src]

interface Phosh.MprisDBusMediaPlayer2 : GObject.Object

Abstract interface type for the D-Bus interface org.mpris.MediaPlayer2.

Available since: 0

Prerequisite

In order to implement MprisDBusMediaPlayer2, your type must inherit fromGObject.

Functions

phosh_mpris_dbus_media_player2_interface_info

Gets a machine-readable description of the org.mpris.MediaPlayer2 D-Bus interface.

since: 0

phosh_mpris_dbus_media_player2_override_properties

Overrides all GObject properties in the PhoshMprisDBusMediaPlayer2 interface for a concrete class. The properties are overridden in the order they are defined.

since: 0

Instance methods

phosh_mpris_dbus_media_player2_call_raise

Asynchronously invokes the Raise() D-Bus method on proxy. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call phosh_mpris_dbus_media_player2_call_raise_finish() to get the result of the operation.

since: 0

phosh_mpris_dbus_media_player2_call_raise_finish

Finishes an operation started with phosh_mpris_dbus_media_player2_call_raise().

since: 0

phosh_mpris_dbus_media_player2_call_raise_sync

Synchronously invokes the Raise() D-Bus method on proxy. The calling thread is blocked until a reply is received.

since: 0

phosh_mpris_dbus_media_player2_complete_raise

Helper function used in service implementations to finish handling invocations of the Raise() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

since: 0

phosh_mpris_dbus_media_player2_dup_desktop_entry

Gets a copy of the DesktopEntry” D-Bus property.

since: 0

phosh_mpris_dbus_media_player2_get_can_raise

Gets the value of the CanRaise” D-Bus property.

since: 0

phosh_mpris_dbus_media_player2_get_desktop_entry

Gets the value of the DesktopEntry” D-Bus property.

since: 0

phosh_mpris_dbus_media_player2_set_can_raise

Sets the CanRaise” D-Bus property to value.

since: 0

phosh_mpris_dbus_media_player2_set_desktop_entry

Sets the DesktopEntry” D-Bus property to value.

since: 0

Properties

Phosh.MprisDBusMediaPlayer2:can-raise

Represents the D-Bus property CanRaise”.

since: 0

Phosh.MprisDBusMediaPlayer2:desktop-entry

Represents the D-Bus property DesktopEntry”.

since: 0

Signals

Phosh.MprisDBusMediaPlayer2::handle-raise

Signal emitted when a remote caller is invoking the Raise() D-Bus method.

since: 0

Interface structure

struct PhoshMprisDBusMediaPlayer2Iface {
  GTypeInterface parent_iface;
  gboolean (* handle_raise) (
    PhoshMprisDBusMediaPlayer2* object,
    GDBusMethodInvocation* invocation
  );
  gboolean (* get_can_raise) (
    PhoshMprisDBusMediaPlayer2* object
  );
  const gchar* (* get_desktop_entry) (
    PhoshMprisDBusMediaPlayer2* object
  );
  
}

Virtual table for the D-Bus interface org.mpris.MediaPlayer2.

Interface members
parent_iface
GTypeInterface
 

The parent interface.

handle_raise
gboolean (* handle_raise) (
    PhoshMprisDBusMediaPlayer2* object,
    GDBusMethodInvocation* invocation
  )
 No description available.
get_can_raise
gboolean (* get_can_raise) (
    PhoshMprisDBusMediaPlayer2* object
  )
 No description available.
get_desktop_entry
const gchar* (* get_desktop_entry) (
    PhoshMprisDBusMediaPlayer2* object
  )
 No description available.

Virtual methods

Phosh.MprisDBusMediaPlayer2.get_can_raise

Gets the value of the CanRaise” D-Bus property.

since: 0

Phosh.MprisDBusMediaPlayer2.get_desktop_entry

Gets the value of the DesktopEntry” D-Bus property.

since: 0

Phosh.MprisDBusMediaPlayer2.handle_raise
No description available.

since: 0