Utility macros
[D-Bus low-level public API]

TRUE, FALSE, NULL, and so on More...

Defines

#define DBUS_BEGIN_DECLS
 Macro used prior to declaring functions in the D-Bus header files.
#define DBUS_END_DECLS
 Macro used after declaring functions in the D-Bus header files.
#define TRUE   1
 Expands to "1".
#define FALSE   0
 Expands to "0".
#define NULL   ((void*) 0)
 A null pointer, defined appropriately for C or C++.

Detailed Description

TRUE, FALSE, 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 Wed Jan 3 04:58:29 2007 for D-Bus by  doxygen 1.4.7