index.html
Main Page
|
modules.html
Modules
|
namespaces.html
Namespace List
|
hierarchy.html
Class Hierarchy
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
namespacemembers.html
Namespace Members
|
functions.html
Data Fields
|
pages.html
Related Pages
Basic types
[
group__DBus.html
D-BUS low-level public API
]
dbus_bool_t, dbus_int32_t, etc.
#_details
More...
Defines
#define
group__DBusTypes.html#ga0
DBUS_INT64_CONSTANT
(val)   (val##LL)
Declare a 64-bit signed integer constant.
#ga0
#define
group__DBusTypes.html#ga1
DBUS_UINT64_CONSTANT
(val)   (val##ULL)
Declare a 64-bit unsigned integer constant.
#ga1
Typedefs
typedef
group__DBusTypes.html#ga3
dbus_uint32_t
group__DBusTypes.html#ga2
dbus_bool_t
A boolean, valid values are
group__DBusMacros.html#ga2
TRUE
and
group__DBusMacros.html#ga3
FALSE
.
typedef unsigned int
group__DBusTypes.html#ga3
dbus_uint32_t
A 32-bit unsigned integer on all platforms.
typedef int
group__DBusTypes.html#ga4
dbus_int32_t
A 32-bit signed integer on all platforms.
typedef unsigned short
group__DBusTypes.html#ga5
dbus_uint16_t
A 16-bit unsigned integer on all platforms.
typedef short
group__DBusTypes.html#ga6
dbus_int16_t
A 16-bit signed integer on all platforms.
typedef unsigned long long
group__DBusTypes.html#ga7
dbus_uint64_t
A 64-bit unsigned integer on all platforms that support it.
#ga7
typedef long long
group__DBusTypes.html#ga8
dbus_int64_t
A 64-bit signed integer on all platforms that support it.
#ga8
Detailed Description
dbus_bool_t, dbus_int32_t, etc.
Typedefs for common primitive types.
Define Documentation
#define DBUS_INT64_CONSTANT
(
val
)
(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
)
(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"
Typedef Documentation
group__DBusTypes.html#ga8
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.
Definition at line
dbus-arch-deps_8h-source.html#l00036
36
of file
dbus-arch-deps_8h-source.html
dbus-arch-deps.h
.
group__DBusTypes.html#ga7
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.
Definition at line
dbus-arch-deps_8h-source.html#l00037
37
of file
dbus-arch-deps_8h-source.html
dbus-arch-deps.h
.
Generated on Tue Sep 13 01:28:09 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
