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