musicus mpd client 0.1d
|
#include "definitions.h"
Go to the source code of this file.
Functions | |
gboolean | mpd_is_connected (MpdObj *obj) |
MpdData * | mpd_data_get_next_keep (MpdData *data) |
mpd_Song * | mpd_get_current_song (MpdObj *obj) |
mpd_Connection * | mpd_object_get_connection (MpdObj *obj) |
void | mpd_status_changed_cb (MpdObj *obj, ChangedStatusType what, gpointer data) |
void | mpd_play_state_update (MpdObj *obj) |
int | mpd_get_db_length () |
int | mpd_get_pl_length () |
int | mpd_get_current_song_pos () |
int | mpd_get_current_play_time () |
int | mpd_get_current_song_time () |
int | mpd_get_current_song_string (char *song, int strlen) |
int | mpd_get_current_title_string (char *title, int strlen) |
int | mpd_get_current_album_string (char *album, int strlen) |
int | mpd_get_current_artist_string (char *artist, int strlen) |
int | mpd_get_current_track_string (char *track, int strlen) |
gboolean | mpd_has_current_song_changed () |
gboolean | mpd_has_playlist_changed () |
gboolean | mpd_has_play_state_changed () |
int | mpd_play_state () |
void | msi_fill (MpdInfo *mi) |
void | msi_clear (MpdInfo *mi) |