• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • dcop
 

dcop

  • dcop
dcopglobal.h
1/*
2 Copyright (c) 1999 Preston Brown <pbrown@kde.org>
3 Copyright (c) 1999 Matthias Ettrich <ettrich@kde.org>
4
5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
11
12 The above copyright notice and this permission notice shall be included in
13 all copies or substantial portions of the Software.
14
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21*/
22
23#ifndef DCOPGLOBAL_H
24#define DCOPGLOBAL_H "$Id$"
25
26
27#define DCOPVendorString "KDE"
28#define DCOPReleaseString "2.0"
29#define DCOPVersionMajor 2
30#define DCOPVersionMinor 0
31
32#define DCOPSend 1
33#define DCOPCall 2
34#define DCOPReply 3
35#define DCOPReplyFailed 4
36#define DCOPReplyWait 5
37#define DCOPReplyDelayed 6
38#define DCOPFind 7
39
40#ifdef TQ_WS_X11
41#include <X11/Xlib.h>
42#include <X11/Xmd.h>
43#endif
44#include <KDE-ICE/ICElib.h>
45
46#ifdef __cplusplus
47extern "C" {
48#endif
49
50#include <KDE-ICE/ICEutil.h>
51#include <KDE-ICE/ICEmsg.h>
52#include <KDE-ICE/ICEproto.h>
53
54extern IcePoAuthStatus _kde_IcePoMagicCookie1Proc (IceConn, void **, int, int, int, void *, int *, void **, char **);
55extern IcePaAuthStatus _kde_IcePaMagicCookie1Proc (IceConn, void **, int, int, void *, int *, void **, char **);
56
57#ifdef __cplusplus
58}
59#endif
60
61/* these 4 below are static, otherwise build with --disable-shared will fail */
62static IcePoAuthProc DCOPClientAuthProcs[] = {_kde_IcePoMagicCookie1Proc};
63static IcePaAuthProc DCOPServerAuthProcs[] = {_kde_IcePaMagicCookie1Proc};
64static int DCOPAuthCount = 1;
65static const char *DCOPAuthNames[] = {"MIT-MAGIC-COOKIE-1"};
66
70struct DCOPMsg {
71 CARD8 majorOpcode;
72 CARD8 minorOpcode;
73 CARD8 data[2];
74 CARD32 length B32;
75 CARD32 key;
76};
77
78#endif
TDEStdAccel::key
int key(StdAccel id)

dcop

Skip menu "dcop"
  • Main Page
  • Modules
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

dcop

Skip menu "dcop"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for dcop by doxygen 1.9.4
This website is maintained by Timothy Pearson.