|
XMMS2
|
#include "xmms/xmms_ipc.h"Go to the source code of this file.
Typedefs | |
| typedef struct xmms_ipc_St | xmms_ipc_t |
Functions | |
| xmms_ipc_t * | xmms_ipc_init (void) |
| Initialize IPC. More... | |
| void | xmms_ipc_shutdown (void) |
| Disable IPC. More... | |
| void | on_config_ipcsocket_change (xmms_object_t *object, xmmsv_t *data, gpointer udata) |
| Gets called when the config property "core.ipcsocket" has changed. More... | |
| gboolean | xmms_ipc_setup_server (const gchar *path) |
| Start the server. More... | |
| gboolean | xmms_ipc_has_pending (guint signalid) |
| Checks if someone is waiting for signalid. More... | |
| typedef struct xmms_ipc_St xmms_ipc_t |
Definition at line 6 of file xmms_ipc.h.
1.8.14