~ubuntu-branches/ubuntu/saucy/xmms2/saucy-proposed

« back to all changes in this revision

Viewing changes to src/includepriv/xmmspriv/xmms_ipc.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ragwitz
  • Date: 2009-05-02 08:31:32 UTC
  • mto: (1.1.6 upstream) (6.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090502083132-y0ulwiqbk4lxfd4z
ImportĀ upstreamĀ versionĀ 0.6DrMattDestruction

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include "xmms/xmms_ipc.h"
5
5
 
6
 
typedef enum {
7
 
        XMMS_IPC_CLIENT_STATUS_NEW,
8
 
} xmms_ipc_client_status_t;
9
 
 
10
6
typedef struct xmms_ipc_St xmms_ipc_t;
11
7
 
12
8
xmms_ipc_t *xmms_ipc_init (void);
13
9
void xmms_ipc_shutdown (void);
14
 
void on_config_ipcsocket_change (xmms_object_t *object, gconstpointer data, gpointer udata);
 
10
void on_config_ipcsocket_change (xmms_object_t *object, xmmsv_t *data, gpointer udata);
15
11
gboolean xmms_ipc_setup_server (const gchar *path);
16
12
gboolean xmms_ipc_setup_with_gmain (xmms_ipc_t *ipc);
17
13