XMMS2
xmms_ipc.h
Go to the documentation of this file.
1 #ifndef __XMMS_PRIV_IPC_H__
2 #define __XMMS_PRIV_IPC_H__
3 
4 #include "xmms/xmms_ipc.h"
5 
6 typedef struct xmms_ipc_St xmms_ipc_t;
7 
9 void xmms_ipc_shutdown (void);
10 void on_config_ipcsocket_change (xmms_object_t *object, xmmsv_t *data, gpointer udata);
11 gboolean xmms_ipc_setup_server (const gchar *path);
12 
13 gboolean xmms_ipc_has_pending (guint signalid);
14 
15 #endif