Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Defines | |
#define | AUDACIOUS_DBUS_SERVICE "org.atheme.audacious" |
#define | AUDACIOUS_DBUS_PATH "/org/atheme/audacious" |
#define | AUDACIOUS_DBUS_INTERFACE "org.atheme.audacious" |
#define | AUDACIOUS_DBUS_SERVICE_MPRIS "org.mpris.audacious" |
#define | AUDACIOUS_DBUS_INTERFACE_MPRIS "org.freedesktop.MediaPlayer" |
#define | AUDACIOUS_DBUS_PATH_MPRIS_ROOT "/" |
#define | AUDACIOUS_DBUS_PATH_MPRIS_PLAYER "/Player" |
#define | AUDACIOUS_DBUS_PATH_MPRIS_TRACKLIST "/TrackList" |
#define | NONE = 0 |
#define | CAN_GO_NEXT = 1 << 0 |
#define | CAN_GO_PREV = 1 << 1 |
#define | CAN_PAUSE = 1 << 2 |
#define | CAN_PLAY = 1 << 3 |
#define | CAN_SEEK = 1 << 4 |
#define | CAN_RESTORE_CONTEXT = 1 << 5 |
#define | CAN_PROVIDE_METADATA = 1 << 6 |
#define | PROVIDES_TIMING = 1 << 7 |
#define AUDACIOUS_DBUS_INTERFACE "org.atheme.audacious" |
Definition at line 26 of file dbus.h.
Referenced by audacious_get_dbus_proxy().
#define AUDACIOUS_DBUS_INTERFACE_MPRIS "org.freedesktop.MediaPlayer" |
#define AUDACIOUS_DBUS_PATH "/org/atheme/audacious" |
Definition at line 25 of file dbus.h.
Referenced by audacious_get_dbus_proxy(), and audacious_rc_init().
#define AUDACIOUS_DBUS_PATH_MPRIS_PLAYER "/Player" |
Definition at line 30 of file dbus.h.
Referenced by mpris_player_init().
#define AUDACIOUS_DBUS_PATH_MPRIS_ROOT "/" |
Definition at line 29 of file dbus.h.
Referenced by mpris_root_init().
#define AUDACIOUS_DBUS_PATH_MPRIS_TRACKLIST "/TrackList" |
Definition at line 31 of file dbus.h.
Referenced by mpris_tracklist_init().
#define AUDACIOUS_DBUS_SERVICE "org.atheme.audacious" |
Definition at line 24 of file dbus.h.
Referenced by audacious_get_dbus_proxy(), and audacious_rc_init().
#define AUDACIOUS_DBUS_SERVICE_MPRIS "org.mpris.audacious" |
Definition at line 27 of file dbus.h.
Referenced by audacious_rc_init().