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 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 unsigned int | dbus_uint32_t |
A 32-bit unsigned integer on all platforms.
typedef unsigned short | dbus_uint16_t |
A 16-bit unsigned integer on all platforms.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.