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++. | |
Utility macros.
|
|
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. |
|
|
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. |
1.4.2