Class

AstalMprisMpris

Description

class AstalMpris.Mpris : GObject.Object
{
  /* No available fields */
}

Object that monitors dbus for players to appear and disappear.

Ancestors

Constructors

astal_mpris_mpris_new
No description available.

Functions

astal_mpris_mpris_get_default

Gets the default singleton Mpris instance.

Instance methods

astal_mpris_mpris_get_players
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalMpris.Mpris:players

List of currently available players.

Signals

AstalMpris.Mpris::player-added

Emitted when a new mpris Player appears.

AstalMpris.Mpris::player-closed

Emitted when a Player disappears.

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AstalMprisMprisClass {
  /* no available fields */
}

No description available.