XMMS2
Typedefs | Functions
ipc.c File Reference
#include <glib.h>
#include <string.h>
#include "xmms/xmms_log.h"
#include "xmms/xmms_config.h"
#include "xmmspriv/xmms_thread_name.h"
#include "xmmspriv/xmms_ipc.h"
#include "xmmsc/xmmsc_ipc_msg.h"

Go to the source code of this file.

Typedefs

typedef struct xmms_ipc_object_pool_t xmms_ipc_object_pool_t
 The IPC object list. More...
 
typedef struct xmms_ipc_client_St xmms_ipc_client_t
 A IPC client representation. More...
 

Functions

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_has_pending (guint signalid)
 Checks if someone is waiting for signalid. More...
 
void xmms_ipc_broadcast_register (xmms_object_t *object, xmms_ipc_signals_t signalid)
 Register a broadcast signal. More...
 
void xmms_ipc_broadcast_unregister (xmms_ipc_signals_t signalid)
 Unregister a broadcast signal. More...
 
void xmms_ipc_signal_register (xmms_object_t *object, xmms_ipc_signals_t signalid)
 Register a signal. More...
 
void xmms_ipc_signal_unregister (xmms_ipc_signals_t signalid)
 Unregister a signal. More...
 
void xmms_ipc_object_register (xmms_ipc_objects_t objectid, xmms_object_t *object)
 Register a object to the IPC core. More...
 
void xmms_ipc_object_unregister (xmms_ipc_objects_t objectid)
 Remove a object from the IPC core. More...
 
xmms_ipc_txmms_ipc_init (void)
 Initialize IPC. More...
 
void xmms_ipc_shutdown (void)
 Disable IPC. More...
 
gboolean xmms_ipc_setup_server (const gchar *path)
 Start the server. More...