| D-Bus
    1.12.16
    | 
dbus_bool_t, dbus_int32_t, etc. More...
| Data Structures | |
| struct | DBus8ByteStruct | 
| An 8-byte struct you could use to access int64 without having int64 support.  More... | |
| union | DBusBasicValue | 
| A simple value union that lets you access bytes as if they were various types; useful when dealing with basic types via void pointers and varargs.  More... | |
| Macros | |
| #define | DBUS_HAVE_INT64 1 | 
| #define | DBUS_INT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION (val##LL)) | 
| #define | DBUS_UINT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION (val##ULL)) | 
| Typedefs | |
| typedef dbus_uint32_t | dbus_bool_t | 
| typedef unsigned int | dbus_uint32_t | 
| typedef int | dbus_int32_t | 
| typedef unsigned short | dbus_uint16_t | 
| typedef short | dbus_int16_t | 
| Variables | |
| _DBUS_GNUC_EXTENSION typedef unsigned long long | dbus_uint64_t | 
| _DBUS_GNUC_EXTENSION typedef long long | dbus_int64_t | 
dbus_bool_t, dbus_int32_t, etc.
Typedefs for common primitive types.
| #define DBUS_HAVE_INT64 1 | 
Always defined.
In older libdbus versions, this would be undefined if there was no 64-bit integer type on that platform. libdbus no longer supports such platforms.
| #define DBUS_INT64_CONSTANT | ( | val | ) | (_DBUS_GNUC_EXTENSION (val##LL)) | 
Declare a 64-bit signed integer constant. The macro adds the necessary "LL" or whatever after the integer, giving a literal such as "325145246765LL"
| #define DBUS_UINT64_CONSTANT | ( | val | ) | (_DBUS_GNUC_EXTENSION (val##ULL)) | 
Declare a 64-bit unsigned integer constant. The macro adds the necessary "ULL" or whatever after the integer, giving a literal such as "325145246765ULL"
A boolean, valid values are TRUE and FALSE.
Definition at line 35 of file dbus-types.h.
A 16-bit signed integer on all platforms.
Definition at line 45 of file dbus-arch-deps.h.
A 32-bit signed integer on all platforms.
Definition at line 42 of file dbus-arch-deps.h.
A 16-bit unsigned integer on all platforms.
Definition at line 46 of file dbus-arch-deps.h.
A 32-bit unsigned integer on all platforms.
Definition at line 43 of file dbus-arch-deps.h.
| dbus_int64_t | 
A 64-bit signed integer.
Definition at line 36 of file dbus-arch-deps.h.
Referenced by _dbus_stat().
| dbus_uint64_t | 
A 64-bit unsigned integer.
Definition at line 37 of file dbus-arch-deps.h.
Referenced by _dbus_get_real_time(), _dbus_marshal_read_basic(), _dbus_swap_array(), and _dbus_verbose_bytes().
 1.8.17
 1.8.17