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

dcop

Xfuncproto.h

Go to the documentation of this file.
00001 /* $Xorg: Xfuncproto.h,v 1.3 2000/08/18 04:05:44 coskrey Exp $ */
00002 /*
00003  *
00004 Copyright 1989, 1991, 1998  The Open Group
00005 
00006 All Rights Reserved.
00007 
00008 The above copyright notice and this permission notice shall be included in
00009 all copies or substantial portions of the Software.
00010 
00011 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00012 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00013 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
00014 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
00015 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00016 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00017 
00018 Except as contained in this notice, the name of The Open Group shall not be
00019 used in advertising or otherwise to promote the sale, use or other dealings
00020 in this Software without prior written authorization from The Open Group.
00021  *
00022  */
00023 
00024 /* Definitions to make function prototypes manageable */
00025 
00026 #ifndef _XFUNCPROTO_H_
00027 #define _XFUNCPROTO_H_
00028 
00029 #ifndef NeedFunctionPrototypes
00030 #if defined(FUNCPROTO) || defined(__STDC__) || defined(__cplusplus) || defined(c_plusplus)
00031 #define NeedFunctionPrototypes 1
00032 #else
00033 #define NeedFunctionPrototypes 0
00034 #endif
00035 #endif /* NeedFunctionPrototypes */
00036 
00037 #ifndef NeedVarargsPrototypes
00038 #if defined(__STDC__) || defined(__cplusplus) || defined(c_plusplus) || (FUNCPROTO&2)
00039 #define NeedVarargsPrototypes 1
00040 #else
00041 #define NeedVarargsPrototypes 0
00042 #endif
00043 #endif /* NeedVarargsPrototypes */
00044 
00045 #if NeedFunctionPrototypes
00046 
00047 #ifndef NeedNestedPrototypes
00048 #if defined(__STDC__) || defined(__cplusplus) || defined(c_plusplus) || (FUNCPROTO&8)
00049 #define NeedNestedPrototypes 1
00050 #else
00051 #define NeedNestedPrototypes 0
00052 #endif
00053 #endif /* NeedNestedPrototypes */
00054 
00055 #ifndef _Xconst
00056 #if defined(__STDC__) || defined(__cplusplus) || defined(c_plusplus) || (FUNCPROTO&4)
00057 #define _Xconst const
00058 #else
00059 #define _Xconst
00060 #endif
00061 #endif /* _Xconst */
00062 
00063 #ifndef NeedWidePrototypes
00064 #ifdef NARROWPROTO
00065 #define NeedWidePrototypes 0
00066 #else
00067 #define NeedWidePrototypes 1        /* default to make interropt. easier */
00068 #endif
00069 #endif /* NeedWidePrototypes */
00070 
00071 #endif /* NeedFunctionPrototypes */
00072 
00073 #ifndef _XFUNCPROTOBEGIN
00074 #ifdef __cplusplus          /* for C++ V2.0 */
00075 #define _XFUNCPROTOBEGIN extern "C" {   /* do not leave open across includes */
00076 #define _XFUNCPROTOEND }
00077 #else
00078 #define _XFUNCPROTOBEGIN
00079 #define _XFUNCPROTOEND
00080 #endif
00081 #endif /* _XFUNCPROTOBEGIN */
00082 
00083 #endif /* _XFUNCPROTO_H_ */

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