dbus-arch-deps.h File Reference

Typedef dbus_int64_t

typedef long longdbus_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 longdbus_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 intdbus_int32_t

A 32-bit signed integer on all platforms.

Typedef dbus_uint32_t

typedef unsigned intdbus_uint32_t

A 32-bit unsigned integer on all platforms.

Typedef dbus_int16_t

typedef shortdbus_int16_t

A 16-bit signed integer on all platforms.

Typedef dbus_uint16_t

typedef unsigned shortdbus_uint16_t

A 16-bit unsigned integer on all platforms.