• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

dcop

globals.h

Go to the documentation of this file.
00001 /* $XConsortium: globals.h,v 1.14 94/04/17 20:15:33 mor Exp $ */
00002 /******************************************************************************
00003 
00004 
00005 Copyright (c) 1993  X Consortium
00006 
00007 Permission is hereby granted, free of charge, to any person obtaining a copy
00008 of this software and associated documentation files (the "Software"), to deal
00009 in the Software without restriction, including without limitation the rights
00010 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
00011 copies of the Software, and to permit persons to whom the Software is
00012 furnished to do so, subject to the following conditions:
00013 
00014 The above copyright notice and this permission notice shall be included in
00015 all copies or substantial portions of the Software.
00016 
00017 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00018 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00019 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
00020 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
00021 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00022 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00023 
00024 Except as contained in this notice, the name of the X Consortium shall not be
00025 used in advertising or otherwise to promote the sale, use or other dealings
00026 in this Software without prior written authorization from the X Consortium.
00027 
00028 Author: Ralph Mor, X Consortium
00029 ******************************************************************************/
00030 /* $XFree86: xc/lib/ICE/globals.h,v 1.1.1.1.12.2 1998/10/19 20:57:04 hohndel Exp $ */
00031 
00032 #include "KDE-ICE/ICElib.h"
00033 #include "KDE-ICE/ICElibint.h"
00034 #include "KDE-ICE/ICEutil.h"
00035 
00036 #define _IceDefaultErrorHandler _kde_IceDefaultErrorHandler
00037 
00038 extern void _IceDefaultErrorHandler (
00039 #if NeedFunctionPrototypes
00040     IceConn         /* iceConn */,
00041     Bool            /* swap */,
00042     int             /* offendingMinorOpcode */,
00043     unsigned long   /* offendingSequence */,
00044     int             /* errorClass */,
00045     int             /* severity */,
00046     IcePointer      /* values */
00047 #endif
00048 );
00049 
00050 #define _IceDefaultIOErrorHandler _kde_IceDefaultIOErrorHandler
00051 
00052 extern void _IceDefaultIOErrorHandler (
00053 #if NeedFunctionPrototypes
00054     IceConn         /* iceConn */
00055 #endif
00056 );
00057 
00058 #define _IcePoMagicCookie1Proc _kde_IcePoMagicCookie1Proc
00059 
00060 extern IcePoAuthStatus _IcePoMagicCookie1Proc (
00061 #if NeedFunctionPrototypes
00062     IceConn         /* iceConn */,
00063     IcePointer *    /* authStatePtr */,
00064     Bool            /* cleanUp */,
00065     Bool            /* swap */,
00066     int             /* authDataLen */,
00067     IcePointer      /* authData */,
00068     int *           /* replyDataLenRet */,
00069     IcePointer *    /* replyDataRet */,
00070     char **         /* errorStringRet */
00071 #endif
00072 );
00073 
00074 #define _IcePaMagicCookie1Proc _kde_IcePaMagicCookie1Proc
00075 
00076 extern IcePaAuthStatus _IcePaMagicCookie1Proc (
00077 #if NeedFunctionPrototypes
00078     IceConn         /* iceConn */,
00079     IcePointer *    /* authStatePtr */,
00080     Bool            /* swap */,
00081     int             /* authDataLen */,
00082     IcePointer      /* authData */,
00083     int *           /* replyDataLenRet */,
00084     IcePointer *    /* replyDataRet */,
00085     char **         /* errorStringRet */
00086 #endif
00087 );
00088 
00089 #define _IceProcessCoreMessage _kde_IceProcessCoreMessage
00090 
00091 extern void _IceProcessCoreMessage (
00092 #if NeedFunctionPrototypes
00093     IceConn          /* iceConn */,
00094     int              /* opcode */,
00095     unsigned long    /* length */,
00096     Bool             /* swap */,
00097     IceReplyWaitInfo * /* replyWait */,
00098     Bool *           /* replyReadyRet */,
00099     Bool *           /* connectionClosedRet */
00100 #endif
00101 );
00102 
00103 #define _IceConnectionObjs  _kde_IceConnectionObjs
00104 #define _IceConnectionStrings   _kde_IceConnectionStrings
00105 #define _IceConnectionCount _kde_IceConnectionCount
00106 
00107 extern IceConn      _IceConnectionObjs[256];
00108 extern char         *_IceConnectionStrings[256];
00109 extern int          _IceConnectionCount;
00110 
00111 #define _IceProtocols _kde_IceProtocols
00112 #define _IceLastMajorOpcode _kde_IceLastMajorOpcode
00113 
00114 extern _IceProtocol     _IceProtocols[255];
00115 extern int          _IceLastMajorOpcode;
00116 
00117 #define _IceAuthCount       _kde_IceAuthCount
00118 #define _IceAuthNames       _kde_IceAuthNames
00119 #define _IcePoAuthProcs     _kde_IcePoAuthProcs
00120 #define _IcePaAuthProcs     _kde_IcePaAuthProcs
00121 
00122 extern int      _IceAuthCount;
00123 extern const char   *_IceAuthNames[];
00124 extern IcePoAuthProc    _IcePoAuthProcs[];
00125 extern IcePaAuthProc    _IcePaAuthProcs[];
00126 
00127 #define _IceVersionCount    _kde_IceVersionCount
00128 #define _IceVersions        _kde_IceVersions
00129 #define _IceWatchProcs      _kde_IceWatchProcs
00130 
00131 extern int      _IceVersionCount;
00132 extern _IceVersion  _IceVersions[];
00133 
00134 extern _IceWatchProc    *_IceWatchProcs;
00135 
00136 #define _IceErrorHandler    _kde_IceErrorHandler
00137 #define _IceIOErrorHandler  _kde_IceIOErrorHandler
00138 
00139 extern IceErrorHandler   _IceErrorHandler;
00140 extern IceIOErrorHandler _IceIOErrorHandler;
00141 
00142 #define _IcePaAuthDataEntryCount _kde_IcePaAuthDataEntryCount
00143 #define _IcePaAuthDataEntries   _kde_IcePaAuthDataEntries
00144 
00145 extern int            _IcePaAuthDataEntryCount;
00146 extern IceAuthDataEntry _IcePaAuthDataEntries[];

dcop

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal