21 #ifndef __EDELIB_SIPC_H__
22 #define __EDELIB_SIPC_H__
24 #include "edelib-global.h"
29 struct SipcServerPrivate;
30 struct SipcClientPrivate;
37 typedef void (*SipcCallback)(
const char*,
void*);
85 SipcServerPrivate* priv;
105 bool request_name(
const char* prefix);
135 SipcClientPrivate* priv;
154 bool connect(
const char* prefix);
161 void send(
const char* msg);