From 15ef0ef6fbba7827453b7973e62b6c1853576601 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 20 Oct 2006 03:05:00 +0000 Subject: 2006-10-19 Havoc Pennington * Fix a pile of Doxygen warnings and missing docs --- dbus/dbus-types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dbus/dbus-types.h') diff --git a/dbus/dbus-types.h b/dbus/dbus-types.h index d45c2516..81943dfd 100644 --- a/dbus/dbus-types.h +++ b/dbus/dbus-types.h @@ -85,6 +85,8 @@ typedef dbus_uint32_t dbus_bool_t; * 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. */ /** @@ -96,6 +98,8 @@ typedef dbus_uint32_t dbus_bool_t; * 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. */ /** -- cgit