dcop
dcopglobal.h File Reference
#include <KDE-ICE/ICElib.h>
#include <KDE-ICE/ICEutil.h>
#include <KDE-ICE/ICEmsg.h>
#include <KDE-ICE/ICEproto.h>
Go to the source code of this file.
Classes | |
struct | DCOPMsg |
Defines | |
#define | DCOPCall 2 |
#define | DCOPFind 7 |
#define | DCOPGLOBAL_H "$Id: dcopglobal.h 423060 2005-06-07 10:49:14Z staniek $" |
#define | DCOPReleaseString "2.0" |
#define | DCOPReply 3 |
#define | DCOPReplyDelayed 6 |
#define | DCOPReplyFailed 4 |
#define | DCOPReplyWait 5 |
#define | DCOPSend 1 |
#define | DCOPVendorString "KDE" |
#define | DCOPVersionMajor 2 |
#define | DCOPVersionMinor 0 |
#define | INT32 QINT32 |
Functions | |
IcePaAuthStatus | _kde_IcePaMagicCookie1Proc (IceConn, void **, int, int, void *, int *, void **, char **) |
IcePoAuthStatus | _kde_IcePoMagicCookie1Proc (IceConn, void **, int, int, int, void *, int *, void **, char **) |
Variables | |
static int | DCOPAuthCount = 1 |
static const char * | DCOPAuthNames [] = {"MIT-MAGIC-COOKIE-1"} |
static IcePoAuthProc | DCOPClientAuthProcs [] = {_kde_IcePoMagicCookie1Proc} |
static IcePaAuthProc | DCOPServerAuthProcs [] = {_kde_IcePaMagicCookie1Proc} |
Define Documentation
#define DCOPCall 2 |
Definition at line 33 of file dcopglobal.h.
#define DCOPFind 7 |
Definition at line 38 of file dcopglobal.h.
#define DCOPGLOBAL_H "$Id: dcopglobal.h 423060 2005-06-07 10:49:14Z staniek $" |
Definition at line 24 of file dcopglobal.h.
#define DCOPReleaseString "2.0" |
Definition at line 28 of file dcopglobal.h.
#define DCOPReply 3 |
Definition at line 34 of file dcopglobal.h.
#define DCOPReplyDelayed 6 |
Definition at line 37 of file dcopglobal.h.
#define DCOPReplyFailed 4 |
Definition at line 35 of file dcopglobal.h.
#define DCOPReplyWait 5 |
Definition at line 36 of file dcopglobal.h.
#define DCOPSend 1 |
Definition at line 32 of file dcopglobal.h.
#define DCOPVendorString "KDE" |
Definition at line 27 of file dcopglobal.h.
#define DCOPVersionMajor 2 |
Definition at line 29 of file dcopglobal.h.
#define DCOPVersionMinor 0 |
Definition at line 30 of file dcopglobal.h.
#define INT32 QINT32 |
Definition at line 40 of file dcopglobal.h.
Function Documentation
IcePaAuthStatus _kde_IcePaMagicCookie1Proc | ( | IceConn | , | |
void ** | , | |||
int | , | |||
int | , | |||
void * | , | |||
int * | , | |||
void ** | , | |||
char ** | ||||
) |
IcePoAuthStatus _kde_IcePoMagicCookie1Proc | ( | IceConn | , | |
void ** | , | |||
int | , | |||
int | , | |||
int | , | |||
void * | , | |||
int * | , | |||
void ** | , | |||
char ** | ||||
) |
Variable Documentation
int DCOPAuthCount = 1 [static] |
Definition at line 70 of file dcopglobal.h.
const char* DCOPAuthNames[] = {"MIT-MAGIC-COOKIE-1"} [static] |
Definition at line 71 of file dcopglobal.h.
IcePoAuthProc DCOPClientAuthProcs[] = {_kde_IcePoMagicCookie1Proc} [static] |
Definition at line 68 of file dcopglobal.h.
IcePaAuthProc DCOPServerAuthProcs[] = {_kde_IcePaMagicCookie1Proc} [static] |
Definition at line 69 of file dcopglobal.h.