XmmsClient
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <xmmsclient/xmmsclient.h>
#include <xmmsclientpriv/xmmsclient.h>
#include <xmmsclientpriv/xmmsclient_ipc.h>
#include <xmmsc/xmmsc_idnumbers.h>
Functions | |
xmmsc_result_t * | xmmsc_main_list_plugins (xmmsc_connection_t *c, xmms_plugin_type_t type) |
Get a list of loaded plugins from the server. More... | |
xmmsc_result_t * | xmmsc_main_stats (xmmsc_connection_t *c) |
Get a list of statistics from the server. More... | |
xmmsc_result_t * | xmmsc_broadcast_mediainfo_reader_status (xmmsc_connection_t *c) |
Request status for the mediainfo reader. More... | |
xmmsc_result_t * | xmmsc_signal_mediainfo_reader_unindexed (xmmsc_connection_t *c) |
Request number of unindexed entries in medialib. More... | |