summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-types.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 18:17:02 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 18:17:02 +0000
commite19ebac55d671ecd92877af182300311afa7641a (patch)
tree7068a2c521a2d27d086f9f958f8d018d0d0a83e8 /dbus/dbus-types.h
parent716059087dcf7caeb12313520eee8fc4b554ef54 (diff)
2006-10-21 Havoc Pennington <hp@redhat.com>
* Clean up Doxygen group markers for public API so Doxygen finds everything (not comprehensively fixed for private API). Means all remaining Doxygen warnings are just about missing docs and thus pretty simple to resolve.
Diffstat (limited to 'dbus/dbus-types.h')
-rw-r--r--dbus/dbus-types.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/dbus/dbus-types.h b/dbus/dbus-types.h
index 81943dfd..c13f342d 100644
--- a/dbus/dbus-types.h
+++ b/dbus/dbus-types.h
@@ -103,6 +103,22 @@ typedef dbus_uint32_t dbus_bool_t;
*/
/**
+ * @def DBUS_HAVE_INT64
+ *
+ * Defined if 64-bit integers are available. Will be defined
+ * on any platform you care about, unless you care about
+ * some truly ancient UNIX, or some bizarre embedded platform.
+ *
+ * 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 should feel comfortable ignoring this macro and just using
+ * int64 unconditionally.
+ *
+ */
+
+/**
* @def DBUS_INT64_CONSTANT
*
* Declare a 64-bit signed integer constant. The macro