index.html
Main Page
|
modules.html
Modules
|
namespaces.html
Namespace List
|
hierarchy.html
Class Hierarchy
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
namespacemembers.html
Namespace Members
|
functions.html
Data Fields
|
pages.html
Related Pages
Utility macros
[
group__DBus.html
D-BUS low-level public API
]
group__DBusMacros.html#ga2
TRUE
,
group__DBusMacros.html#ga3
FALSE
,
group__DBusMacros.html#ga4
NULL
, and so on
#_details
More...
Defines
#define
group__DBusMacros.html#ga0
DBUS_BEGIN_DECLS
Macro used prior to declaring functions in the D-BUS header files.
#ga0
#define
group__DBusMacros.html#ga1
DBUS_END_DECLS
Macro used after declaring functions in the D-BUS header files.
#ga1
#define
group__DBusMacros.html#ga2
TRUE
1
Expands to "1".
#define
group__DBusMacros.html#ga3
FALSE
0
Expands to "0".
#define
group__DBusMacros.html#ga4
NULL
((void*) 0)
A null pointer, defined appropriately for C or C++.
Detailed Description
group__DBusMacros.html#ga2
TRUE
,
group__DBusMacros.html#ga3
FALSE
,
group__DBusMacros.html#ga4
NULL
, and so on
Utility macros.
Define Documentation
#define DBUS_BEGIN_DECLS
Macro used prior to declaring functions in the D-BUS header files.
Expands to "extern "C"" when using a C++ compiler, and expands to nothing when using a C compiler.
#define DBUS_END_DECLS
Macro used after declaring functions in the D-BUS header files.
Expands to "}" when using a C++ compiler, and expands to nothing when using a C compiler.
Generated on Tue Sep 13 01:28:09 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
