musicus mpd client 0.1d
|
Functions | |
static gboolean | mpd_undef (void) |
static gboolean | mpd_play_pause (void) |
static gboolean | mpd_stop (void) |
static gboolean | mpd_next (void) |
static gboolean | mpd_prev (void) |
static gboolean | mpd_playlist (void) |
static gboolean | mpd_update_db (void) |
static gboolean | mpd_media_browser (void) |
static gboolean | mpd_random (void) |
static gboolean | mpd_repeat (void) |
static gboolean | mpd_xfade (void) |
void | action (GtkWidget *widget, gpointer data) |
Variables | |
static ActionFunc | actions [] |
static int | last_song = -1 |
static gboolean mpd_media_browser | ( | void | ) | [static] |
static gboolean mpd_next | ( | void | ) | [static] |
static gboolean mpd_play_pause | ( | void | ) | [static] |
static gboolean mpd_playlist | ( | void | ) | [static] |
static gboolean mpd_prev | ( | void | ) | [static] |
static gboolean mpd_random | ( | void | ) | [static] |
static gboolean mpd_repeat | ( | void | ) | [static] |
static gboolean mpd_stop | ( | void | ) | [static] |
static gboolean mpd_undef | ( | void | ) | [static] |
static gboolean mpd_update_db | ( | void | ) | [static] |
static gboolean mpd_xfade | ( | void | ) | [static] |
ActionFunc actions[] [static] |
{ mpd_undef, mpd_play_pause, mpd_stop, mpd_next, mpd_prev, mpd_playlist, mpd_update_db, mpd_media_browser, mpd_random, mpd_repeat, mpd_xfade }
Action function array indexed with corresponding ActionType
int last_song = -1 [static] |