dbus-arch-deps.h File Reference

Typedef dbus_int64_t

typedef long long dbus_int64_t

A 64-bit signed integer on all platforms that support it. If supported, DBUS_HAVE_INT64 will be defined.

C99 requires a 64-bit type and most likely all interesting compilers support one. GLib for example flat-out requires a 64-bit type.

You probably want to just assume DBUS_HAVE_INT64 is always defined.

Typedef dbus_uint64_t

typedef unsigned long long dbus_uint64_t

A 64-bit unsigned integer on all platforms that support it. If supported, DBUS_HAVE_INT64 will be defined.

C99 requires a 64-bit type and most likely all interesting compilers support one. GLib for example flat-out requires a 64-bit type.

You probably want to just assume DBUS_HAVE_INT64 is always defined.

Typedef dbus_int32_t

typedef int dbus_int32_t

A 32-bit signed integer on all platforms.

Typedef dbus_uint32_t

typedef unsigned int dbus_uint32_t

A 32-bit unsigned integer on all platforms.

Typedef dbus_int16_t

typedef short dbus_int16_t

A 16-bit signed integer on all platforms.

Typedef dbus_uint16_t

typedef unsigned short dbus_uint16_t

A 16-bit unsigned integer on all platforms.