23#if !defined (DBUS_INSIDE_DBUS_H) && !defined (DBUS_COMPILATION)
24#error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
31#include <dbus/dbus-arch-deps.h>
33typedef dbus_uint32_t dbus_unichar_t;
139 unsigned char bytes[8];
dbus_uint32_t dbus_bool_t
A boolean, valid values are TRUE and FALSE.
An 8-byte struct you could use to access int64 without having int64 support.
dbus_uint32_t second32
second 32 bits in the 8 bytes (beware endian issues)
dbus_uint32_t first32
first 32 bits in the 8 bytes (beware endian issues)
A simple value union that lets you access bytes as if they were various types; useful when dealing wi...
dbus_uint32_t u32
as int32
dbus_uint64_t u64
as int64
int fd
as Unix file descriptor
DBus8ByteStruct eight
as 8-byte struct
dbus_uint16_t u16
as int16
char * str
as char* (string, object path or signature)
dbus_bool_t bool_val
as boolean