Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Classes | Macros | Typedefs | Enumerations | Functions | Variables
dbus-service.h File Reference
#include <glib.h>
#include <libaudcore/core.h>
#include <dbus/dbus-glib.h>

Go to the source code of this file.

Classes

struct  RemoteObject
struct  RemoteObjectClass

Macros

#define DBUS_API_SUBJECT_TO_CHANGE

Typedefs

typedef struct RemoteObject MprisRoot
typedef struct RemoteObject MprisPlayer
typedef struct RemoteObject MprisTrackList
typedef struct RemoteObjectClass MprisRootClass
typedef struct RemoteObjectClass MprisPlayerClass
typedef struct RemoteObjectClass MprisTrackListClass

Enumerations

enum  {
  MPRIS_CAPS_NONE = 0, MPRIS_CAPS_CAN_GO_NEXT = 1 << 0, MPRIS_CAPS_CAN_GO_PREV = 1 << 1, MPRIS_CAPS_CAN_PAUSE = 1 << 2,
  MPRIS_CAPS_CAN_PLAY = 1 << 3, MPRIS_CAPS_CAN_SEEK = 1 << 4, MPRIS_CAPS_CAN_PROVIDE_METADATA = 1 << 5, MPRIS_CAPS_PROVIDES_TIMING = 1 << 6
}
enum  PlaybackStatus { MPRIS_STATUS_INVALID = -1, MPRIS_STATUS_PLAY = 0, MPRIS_STATUS_PAUSE = 1, MPRIS_STATUS_STOP = 2 }
enum  { TRACK_CHANGE_SIG, STATUS_CHANGE_SIG, CAPS_CHANGE_SIG, LAST_SIG }
enum  { TRACKLIST_CHANGE_SIG, LAST_TRACKLIST_SIG }

Functions

bool_t mpris_root_identity (MprisRoot *obj, char **identity, GError **error)
bool_t mpris_root_quit (MprisPlayer *obj, GError **error)
bool_t mpris_player_next (MprisPlayer *obj, GError **error)
bool_t mpris_player_prev (MprisPlayer *obj, GError **error)
bool_t mpris_player_pause (MprisPlayer *obj, GError **error)
bool_t mpris_player_stop (MprisPlayer *obj, GError **error)
bool_t mpris_player_play (MprisPlayer *obj, GError **error)
bool_t mpris_player_repeat (MprisPlayer *obj, bool_t rpt, GError **error)
bool_t mpris_player_get_status (MprisPlayer *obj, GValueArray **status, GError **error)
bool_t mpris_player_get_metadata (MprisPlayer *obj, GHashTable **metadata, GError **error)
bool_t mpris_player_get_caps (MprisPlayer *obj, int *capabilities, GError **error)
bool_t mpris_player_volume_set (MprisPlayer *obj, int vol, GError **error)
bool_t mpris_player_volume_get (MprisPlayer *obj, int *vol, GError **error)
bool_t mpris_player_position_set (MprisPlayer *obj, int pos, GError **error)
bool_t mpris_player_position_get (MprisPlayer *obj, int *pos, GError **error)
bool_t mpris_emit_track_change (MprisPlayer *obj)
bool_t mpris_emit_status_change (MprisPlayer *obj, PlaybackStatus status)
bool_t mpris_emit_caps_change (MprisPlayer *obj)
bool_t mpris_emit_tracklist_change (MprisTrackList *obj, int playlist)
bool_t mpris_tracklist_get_metadata (MprisTrackList *obj, int pos, GHashTable **metadata, GError **error)
bool_t mpris_tracklist_get_current_track (MprisTrackList *obj, int *pos, GError **error)
bool_t mpris_tracklist_get_length (MprisTrackList *obj, int *length, GError **error)
bool_t mpris_tracklist_add_track (MprisTrackList *obj, char *uri, bool_t play, GError **error)
bool_t mpris_tracklist_del_track (MprisTrackList *obj, int pos, GError **error)
bool_t mpris_tracklist_loop (MprisTrackList *obj, bool_t loop, GError **error)
bool_t mpris_tracklist_random (MprisTrackList *obj, bool_t random, GError **error)
bool_t audacious_rc_version (RemoteObject *obj, char **version, GError **error)
bool_t audacious_rc_quit (RemoteObject *obj, GError **error)
bool_t audacious_rc_eject (RemoteObject *obj, GError **error)
bool_t audacious_rc_main_win_visible (RemoteObject *obj, bool_t *is_main_win, GError **error)
bool_t audacious_rc_show_main_win (RemoteObject *obj, bool_t show, GError **error)
bool_t audacious_rc_equalizer_visible (RemoteObject *obj, bool_t *is_eq_win, GError **error)
bool_t audacious_rc_show_equalizer (RemoteObject *obj, bool_t show, GError **error)
bool_t audacious_rc_playlist_visible (RemoteObject *obj, bool_t *is_pl_win, GError **error)
bool_t audacious_rc_show_playlist (RemoteObject *obj, bool_t show, GError **error)
bool_t audacious_rc_get_tuple_fields (RemoteObject *obj, char ***fields, GError **error)
bool_t audacious_rc_play (RemoteObject *obj, GError **error)
bool_t audacious_rc_pause (RemoteObject *obj, GError **error)
bool_t audacious_rc_stop (RemoteObject *obj, GError **error)
bool_t audacious_rc_playing (RemoteObject *obj, bool_t *is_playing, GError **error)
bool_t audacious_rc_paused (RemoteObject *obj, bool_t *is_paused, GError **error)
bool_t audacious_rc_stopped (RemoteObject *obj, bool_t *is_stopped, GError **error)
bool_t audacious_rc_status (RemoteObject *obj, char **status, GError **error)
bool_t audacious_rc_info (RemoteObject *obj, int *rate, int *freq, int *nch, GError **error)
bool_t audacious_rc_time (RemoteObject *obj, int *time, GError **error)
bool_t audacious_rc_seek (RemoteObject *obj, unsigned int pos, GError **error)
bool_t audacious_rc_volume (RemoteObject *obj, int *vl, int *vr, GError **error)
bool_t audacious_rc_set_volume (RemoteObject *obj, int vl, int vr, GError **error)
bool_t audacious_rc_balance (RemoteObject *obj, int *balance, GError **error)
bool_t audacious_rc_position (RemoteObject *obj, int *pos, GError **error)
bool_t audacious_rc_advance (RemoteObject *obj, GError **error)
bool_t audacious_rc_reverse (RemoteObject *obj, GError **error)
bool_t audacious_rc_length (RemoteObject *obj, int *length, GError **error)
bool_t audacious_rc_song_title (RemoteObject *obj, unsigned int pos, char **title, GError **error)
bool_t audacious_rc_song_filename (RemoteObject *obj, unsigned int pos, char **filename, GError **error)
bool_t audacious_rc_song_length (RemoteObject *obj, unsigned int pos, int *length, GError **error)
bool_t audacious_rc_song_frames (RemoteObject *obj, unsigned int pos, int *length, GError **error)
bool_t audacious_rc_song_tuple (RemoteObject *obj, unsigned int pos, char *tuple, GValue *value, GError **error)
bool_t audacious_rc_jump (RemoteObject *obj, unsigned int pos, GError **error)
bool_t audacious_rc_add (RemoteObject *obj, char *file, GError **error)
bool_t audacious_rc_add_url (RemoteObject *obj, char *url, GError **error)
bool_t audacious_rc_add_list (RemoteObject *obj, char **filenames, GError **error)
bool_t audacious_rc_open_list (RemoteObject *obj, char **filenames, GError **error)
bool_t audacious_rc_open_list_to_temp (RemoteObject *obj, char **filenames, GError **error)
bool_t audacious_rc_delete (RemoteObject *obj, unsigned int pos, GError **error)
bool_t audacious_rc_clear (RemoteObject *obj, GError **error)
bool_t audacious_rc_auto_advance (RemoteObject *obj, bool_t *is_advance, GError **error)
bool_t audacious_rc_toggle_auto_advance (RemoteObject *obj, GError **error)
bool_t audacious_rc_repeat (RemoteObject *obj, bool_t *is_repeat, GError **error)
bool_t audacious_rc_toggle_repeat (RemoteObject *obj, GError **error)
bool_t audacious_rc_shuffle (RemoteObject *obj, bool_t *is_shuffle, GError **error)
bool_t audacious_rc_toggle_shuffle (RemoteObject *obj, GError **error)
bool_t audacious_rc_show_prefs_box (RemoteObject *obj, bool_t show, GError **error)
bool_t audacious_rc_show_about_box (RemoteObject *obj, bool_t show, GError **error)
bool_t audacious_rc_show_jtf_box (RemoteObject *obj, bool_t show, GError **error)
bool_t audacious_rc_show_filebrowser (RemoteObject *obj, bool_t show, GError **error)
bool_t audacious_rc_play_pause (RemoteObject *obj, GError **error)
bool_t audacious_rc_activate (RemoteObject *obj, GError **error)
bool_t audacious_rc_queue_get_list_pos (RemoteObject *obj, int qpos, int *pos, GError **error)
bool_t audacious_rc_queue_get_queue_pos (RemoteObject *obj, int pos, int *qpos, GError **error)
bool_t audacious_rc_get_info (RemoteObject *obj, int *rate, int *freq, int *nch, GError **error)
bool_t audacious_rc_toggle_aot (RemoteObject *obj, bool_t ontop, GError **error)
bool_t audacious_rc_get_playqueue_length (RemoteObject *obj, int *length, GError **error)
bool_t audacious_rc_playqueue_add (RemoteObject *obj, int pos, GError **error)
bool_t audacious_rc_playqueue_remove (RemoteObject *obj, int pos, GError **error)
bool_t audacious_rc_playqueue_clear (RemoteObject *obj, GError **error)
bool_t audacious_rc_playqueue_is_queued (RemoteObject *obj, int pos, bool_t *is_queued, GError **error)
bool_t audacious_rc_playlist_ins_url_string (RemoteObject *obj, char *url, int pos, GError **error)
bool_t audacious_rc_playlist_enqueue_to_temp (RemoteObject *obj, char *url, GError **error)
bool_t audacious_rc_playlist_add (RemoteObject *obj, void *list, GError **error)
bool_t audacious_rc_get_eq (RemoteObject *obj, double *preamp, GArray **bands, GError **error)
bool_t audacious_rc_get_eq_preamp (RemoteObject *obj, double *preamp, GError **error)
bool_t audacious_rc_get_eq_band (RemoteObject *obj, int band, double *value, GError **error)
bool_t audacious_rc_set_eq (RemoteObject *obj, double preamp, GArray *bands, GError **error)
bool_t audacious_rc_set_eq_preamp (RemoteObject *obj, double preamp, GError **error)
bool_t audacious_rc_set_eq_band (RemoteObject *obj, int band, double value, GError **error)
bool_t audacious_rc_equalizer_activate (RemoteObject *obj, bool_t active, GError **error)
bool_t audacious_rc_get_active_playlist_name (RemoteObject *obj, char **title, GError **error)
bool_t audacious_rc_stop_after (RemoteObject *obj, bool_t *is_stopping, GError **error)
bool_t audacious_rc_toggle_stop_after (RemoteObject *obj, GError **error)

Variables

MprisPlayermpris

Macro Definition Documentation

#define DBUS_API_SUBJECT_TO_CHANGE

Definition at line 27 of file dbus-service.h.


Typedef Documentation

typedef struct RemoteObject MprisPlayer
typedef struct RemoteObject MprisRoot
typedef struct RemoteObject MprisTrackList

Enumeration Type Documentation

anonymous enum
Enumerator:
MPRIS_CAPS_NONE 
MPRIS_CAPS_CAN_GO_NEXT 
MPRIS_CAPS_CAN_GO_PREV 
MPRIS_CAPS_CAN_PAUSE 
MPRIS_CAPS_CAN_PLAY 
MPRIS_CAPS_CAN_SEEK 
MPRIS_CAPS_CAN_PROVIDE_METADATA 
MPRIS_CAPS_PROVIDES_TIMING 

Definition at line 41 of file dbus-service.h.

anonymous enum
Enumerator:
TRACK_CHANGE_SIG 
STATUS_CHANGE_SIG 
CAPS_CHANGE_SIG 
LAST_SIG 

Definition at line 86 of file dbus-service.h.

anonymous enum
Enumerator:
TRACKLIST_CHANGE_SIG 
LAST_TRACKLIST_SIG 

Definition at line 93 of file dbus-service.h.

Enumerator:
MPRIS_STATUS_INVALID 
MPRIS_STATUS_PLAY 
MPRIS_STATUS_PAUSE 
MPRIS_STATUS_STOP 

Definition at line 53 of file dbus-service.h.


Function Documentation

bool_t audacious_rc_activate ( RemoteObject obj,
GError **  error 
)
bool_t audacious_rc_add ( RemoteObject obj,
char *  file,
GError **  error 
)

Definition at line 764 of file dbus.c.

bool_t audacious_rc_add_list ( RemoteObject obj,
char **  filenames,
GError **  error 
)

Definition at line 784 of file dbus.c.

bool_t audacious_rc_add_url ( RemoteObject obj,
char *  url,
GError **  error 
)

Definition at line 769 of file dbus.c.

bool_t audacious_rc_advance ( RemoteObject obj,
GError **  error 
)

Definition at line 687 of file dbus.c.

bool_t audacious_rc_auto_advance ( RemoteObject obj,
bool_t is_advance,
GError **  error 
)

Definition at line 818 of file dbus.c.

bool_t audacious_rc_balance ( RemoteObject obj,
int balance,
GError **  error 
)

Definition at line 673 of file dbus.c.

bool_t audacious_rc_clear ( RemoteObject obj,
GError **  error 
)

Definition at line 811 of file dbus.c.

bool_t audacious_rc_delete ( RemoteObject obj,
unsigned int  pos,
GError **  error 
)

Definition at line 805 of file dbus.c.

bool_t audacious_rc_eject ( RemoteObject obj,
GError **  error 
)

Definition at line 562 of file dbus.c.

bool_t audacious_rc_equalizer_activate ( RemoteObject obj,
bool_t  active,
GError **  error 
)

Definition at line 1027 of file dbus.c.

bool_t audacious_rc_equalizer_visible ( RemoteObject obj,
bool_t is_eq_win,
GError **  error 
)
bool_t audacious_rc_get_active_playlist_name ( RemoteObject obj,
char **  title,
GError **  error 
)

Definition at line 1033 of file dbus.c.

bool_t audacious_rc_get_eq ( RemoteObject obj,
double *  preamp,
GArray **  bands,
GError **  error 
)

Definition at line 986 of file dbus.c.

bool_t audacious_rc_get_eq_band ( RemoteObject obj,
int  band,
double *  value,
GError **  error 
)

Definition at line 1002 of file dbus.c.

bool_t audacious_rc_get_eq_preamp ( RemoteObject obj,
double *  preamp,
GError **  error 
)

Definition at line 996 of file dbus.c.

bool_t audacious_rc_get_info ( RemoteObject obj,
int rate,
int freq,
int nch,
GError **  error 
)

Definition at line 901 of file dbus.c.

bool_t audacious_rc_get_playqueue_length ( RemoteObject obj,
int length,
GError **  error 
)

Definition at line 938 of file dbus.c.

bool_t audacious_rc_get_tuple_fields ( RemoteObject obj,
char ***  fields,
GError **  error 
)

Definition at line 582 of file dbus.c.

bool_t audacious_rc_info ( RemoteObject obj,
int rate,
int freq,
int nch,
GError **  error 
)

Definition at line 642 of file dbus.c.

bool_t audacious_rc_jump ( RemoteObject obj,
unsigned int  pos,
GError **  error 
)

Definition at line 758 of file dbus.c.

bool_t audacious_rc_length ( RemoteObject obj,
int length,
GError **  error 
)

Definition at line 699 of file dbus.c.

bool_t audacious_rc_main_win_visible ( RemoteObject obj,
bool_t is_main_win,
GError **  error 
)

Definition at line 568 of file dbus.c.

bool_t audacious_rc_open_list ( RemoteObject obj,
char **  filenames,
GError **  error 
)

Definition at line 791 of file dbus.c.

bool_t audacious_rc_open_list_to_temp ( RemoteObject obj,
char **  filenames,
GError **  error 
)

Definition at line 798 of file dbus.c.

bool_t audacious_rc_pause ( RemoteObject obj,
GError **  error 
)

Definition at line 602 of file dbus.c.

bool_t audacious_rc_paused ( RemoteObject obj,
bool_t is_paused,
GError **  error 
)

Definition at line 620 of file dbus.c.

bool_t audacious_rc_play ( RemoteObject obj,
GError **  error 
)

Definition at line 596 of file dbus.c.

bool_t audacious_rc_play_pause ( RemoteObject obj,
GError **  error 
)

Definition at line 895 of file dbus.c.

bool_t audacious_rc_playing ( RemoteObject obj,
bool_t is_playing,
GError **  error 
)

Definition at line 614 of file dbus.c.

bool_t audacious_rc_playlist_add ( RemoteObject obj,
void *  list,
GError **  error 
)

Definition at line 973 of file dbus.c.

bool_t audacious_rc_playlist_enqueue_to_temp ( RemoteObject obj,
char *  url,
GError **  error 
)

Definition at line 978 of file dbus.c.

bool_t audacious_rc_playlist_ins_url_string ( RemoteObject obj,
char *  url,
int  pos,
GError **  error 
)

Definition at line 966 of file dbus.c.

Referenced by audacious_rc_add(), audacious_rc_add_url(), and audacious_rc_playlist_add().

bool_t audacious_rc_playlist_visible ( RemoteObject obj,
bool_t is_pl_win,
GError **  error 
)
bool_t audacious_rc_playqueue_add ( RemoteObject obj,
int  pos,
GError **  error 
)

Definition at line 914 of file dbus.c.

bool_t audacious_rc_playqueue_clear ( RemoteObject obj,
GError **  error 
)

Definition at line 931 of file dbus.c.

bool_t audacious_rc_playqueue_is_queued ( RemoteObject obj,
int  pos,
bool_t is_queued,
GError **  error 
)

Definition at line 959 of file dbus.c.

bool_t audacious_rc_playqueue_remove ( RemoteObject obj,
int  pos,
GError **  error 
)

Definition at line 920 of file dbus.c.

bool_t audacious_rc_position ( RemoteObject obj,
int pos,
GError **  error 
)

Definition at line 681 of file dbus.c.

bool_t audacious_rc_queue_get_list_pos ( RemoteObject obj,
int  qpos,
int pos,
GError **  error 
)

Definition at line 945 of file dbus.c.

bool_t audacious_rc_queue_get_queue_pos ( RemoteObject obj,
int  pos,
int qpos,
GError **  error 
)

Definition at line 952 of file dbus.c.

bool_t audacious_rc_quit ( RemoteObject obj,
GError **  error 
)

Definition at line 556 of file dbus.c.

bool_t audacious_rc_repeat ( RemoteObject obj,
bool_t is_repeat,
GError **  error 
)

Definition at line 830 of file dbus.c.

bool_t audacious_rc_reverse ( RemoteObject obj,
GError **  error 
)

Definition at line 693 of file dbus.c.

bool_t audacious_rc_seek ( RemoteObject obj,
unsigned int  pos,
GError **  error 
)

Definition at line 655 of file dbus.c.

bool_t audacious_rc_set_eq ( RemoteObject obj,
double  preamp,
GArray *  bands,
GError **  error 
)

Definition at line 1008 of file dbus.c.

bool_t audacious_rc_set_eq_band ( RemoteObject obj,
int  band,
double  value,
GError **  error 
)

Definition at line 1021 of file dbus.c.

bool_t audacious_rc_set_eq_preamp ( RemoteObject obj,
double  preamp,
GError **  error 
)

Definition at line 1015 of file dbus.c.

bool_t audacious_rc_set_volume ( RemoteObject obj,
int  vl,
int  vr,
GError **  error 
)

Definition at line 667 of file dbus.c.

bool_t audacious_rc_show_about_box ( RemoteObject obj,
bool_t  show,
GError **  error 
)

Definition at line 873 of file dbus.c.

bool_t audacious_rc_show_equalizer ( RemoteObject obj,
bool_t  show,
GError **  error 
)
bool_t audacious_rc_show_filebrowser ( RemoteObject obj,
bool_t  show,
GError **  error 
)

Definition at line 887 of file dbus.c.

bool_t audacious_rc_show_jtf_box ( RemoteObject obj,
bool_t  show,
GError **  error 
)

Definition at line 879 of file dbus.c.

bool_t audacious_rc_show_main_win ( RemoteObject obj,
bool_t  show,
GError **  error 
)

Definition at line 575 of file dbus.c.

bool_t audacious_rc_show_playlist ( RemoteObject obj,
bool_t  show,
GError **  error 
)
bool_t audacious_rc_show_prefs_box ( RemoteObject obj,
bool_t  show,
GError **  error 
)

Definition at line 867 of file dbus.c.

bool_t audacious_rc_shuffle ( RemoteObject obj,
bool_t is_shuffle,
GError **  error 
)

Definition at line 842 of file dbus.c.

bool_t audacious_rc_song_filename ( RemoteObject obj,
unsigned int  pos,
char **  filename,
GError **  error 
)

Definition at line 717 of file dbus.c.

bool_t audacious_rc_song_frames ( RemoteObject obj,
unsigned int  pos,
int length,
GError **  error 
)

Definition at line 736 of file dbus.c.

Referenced by audacious_rc_song_length().

bool_t audacious_rc_song_length ( RemoteObject obj,
unsigned int  pos,
int length,
GError **  error 
)

Definition at line 729 of file dbus.c.

bool_t audacious_rc_song_title ( RemoteObject obj,
unsigned int  pos,
char **  title,
GError **  error 
)

Definition at line 705 of file dbus.c.

bool_t audacious_rc_song_tuple ( RemoteObject obj,
unsigned int  pos,
char *  tuple,
GValue *  value,
GError **  error 
)

Definition at line 743 of file dbus.c.

bool_t audacious_rc_status ( RemoteObject obj,
char **  status,
GError **  error 
)

Definition at line 632 of file dbus.c.

bool_t audacious_rc_stop ( RemoteObject obj,
GError **  error 
)

Definition at line 608 of file dbus.c.

bool_t audacious_rc_stop_after ( RemoteObject obj,
bool_t is_stopping,
GError **  error 
)

Definition at line 854 of file dbus.c.

bool_t audacious_rc_stopped ( RemoteObject obj,
bool_t is_stopped,
GError **  error 
)

Definition at line 626 of file dbus.c.

bool_t audacious_rc_time ( RemoteObject obj,
int time,
GError **  error 
)

Definition at line 649 of file dbus.c.

bool_t audacious_rc_toggle_aot ( RemoteObject obj,
bool_t  ontop,
GError **  error 
)

Definition at line 908 of file dbus.c.

bool_t audacious_rc_toggle_auto_advance ( RemoteObject obj,
GError **  error 
)

Definition at line 824 of file dbus.c.

bool_t audacious_rc_toggle_repeat ( RemoteObject obj,
GError **  error 
)

Definition at line 836 of file dbus.c.

bool_t audacious_rc_toggle_shuffle ( RemoteObject obj,
GError **  error 
)

Definition at line 848 of file dbus.c.

bool_t audacious_rc_toggle_stop_after ( RemoteObject obj,
GError **  error 
)

Definition at line 860 of file dbus.c.

bool_t audacious_rc_version ( RemoteObject obj,
char **  version,
GError **  error 
)

Definition at line 550 of file dbus.c.

bool_t audacious_rc_volume ( RemoteObject obj,
int vl,
int vr,
GError **  error 
)

Definition at line 661 of file dbus.c.

bool_t mpris_emit_caps_change ( MprisPlayer obj)

Definition at line 438 of file dbus.c.

bool_t mpris_emit_status_change ( MprisPlayer obj,
PlaybackStatus  status 
)

Definition at line 468 of file dbus.c.

bool_t mpris_emit_track_change ( MprisPlayer obj)

Definition at line 444 of file dbus.c.

bool_t mpris_emit_tracklist_change ( MprisTrackList obj,
int  playlist 
)

Definition at line 486 of file dbus.c.

Referenced by mpris_playlist_update_hook().

bool_t mpris_player_get_caps ( MprisPlayer obj,
int capabilities,
GError **  error 
)

Definition at line 407 of file dbus.c.

bool_t mpris_player_get_metadata ( MprisPlayer obj,
GHashTable **  metadata,
GError **  error 
)

Definition at line 394 of file dbus.c.

bool_t mpris_player_get_status ( MprisPlayer obj,
GValueArray **  status,
GError **  error 
)

Definition at line 383 of file dbus.c.

bool_t mpris_player_next ( MprisPlayer obj,
GError **  error 
)

Definition at line 330 of file dbus.c.

bool_t mpris_player_pause ( MprisPlayer obj,
GError **  error 
)

Definition at line 342 of file dbus.c.

bool_t mpris_player_play ( MprisPlayer obj,
GError **  error 
)

Definition at line 354 of file dbus.c.

bool_t mpris_player_position_get ( MprisPlayer obj,
int pos,
GError **  error 
)

Definition at line 431 of file dbus.c.

bool_t mpris_player_position_set ( MprisPlayer obj,
int  pos,
GError **  error 
)

Definition at line 425 of file dbus.c.

bool_t mpris_player_prev ( MprisPlayer obj,
GError **  error 
)

Definition at line 336 of file dbus.c.

bool_t mpris_player_repeat ( MprisPlayer obj,
bool_t  rpt,
GError **  error 
)

Definition at line 360 of file dbus.c.

bool_t mpris_player_stop ( MprisPlayer obj,
GError **  error 
)

Definition at line 348 of file dbus.c.

bool_t mpris_player_volume_get ( MprisPlayer obj,
int vol,
GError **  error 
)

Definition at line 419 of file dbus.c.

bool_t mpris_player_volume_set ( MprisPlayer obj,
int  vol,
GError **  error 
)

Definition at line 413 of file dbus.c.

bool_t mpris_root_identity ( MprisRoot obj,
char **  identity,
GError **  error 
)

Definition at line 316 of file dbus.c.

bool_t mpris_root_quit ( MprisPlayer obj,
GError **  error 
)

Definition at line 322 of file dbus.c.

bool_t mpris_tracklist_add_track ( MprisTrackList obj,
char *  uri,
bool_t  play,
GError **  error 
)

Definition at line 522 of file dbus.c.

bool_t mpris_tracklist_del_track ( MprisTrackList obj,
int  pos,
GError **  error 
)

Definition at line 529 of file dbus.c.

bool_t mpris_tracklist_get_current_track ( MprisTrackList obj,
int pos,
GError **  error 
)

Definition at line 509 of file dbus.c.

bool_t mpris_tracklist_get_length ( MprisTrackList obj,
int length,
GError **  error 
)

Definition at line 516 of file dbus.c.

bool_t mpris_tracklist_get_metadata ( MprisTrackList obj,
int  pos,
GHashTable **  metadata,
GError **  error 
)

Definition at line 499 of file dbus.c.

bool_t mpris_tracklist_loop ( MprisTrackList obj,
bool_t  loop,
GError **  error 
)

Definition at line 535 of file dbus.c.

bool_t mpris_tracklist_random ( MprisTrackList obj,
bool_t  random,
GError **  error 
)

Definition at line 542 of file dbus.c.


Variable Documentation

MprisPlayer* mpris

Definition at line 47 of file dbus.c.