#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"
Go to the source code of this file.
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. | |
xmmsc_result_t * | xmmsc_plugin_list (xmmsc_connection_t *c, xmms_plugin_type_t type) |
Get a list of loaded plugins from the server. | |
xmmsc_result_t * | xmmsc_main_stats (xmmsc_connection_t *c) |
Get a list of statistics from the server. | |
xmmsc_result_t * | xmmsc_broadcast_mediainfo_reader_status (xmmsc_connection_t *c) |
Request status for the mediainfo reader. | |
xmmsc_result_t * | xmmsc_signal_mediainfo_reader_unindexed (xmmsc_connection_t *c) |
Request number of unindexed entries in medialib. |