summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-threads.h')
-rw-r--r--dbus/dbus-threads.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dbus/dbus-threads.h b/dbus/dbus-threads.h
index 5e5a67ef..ff3a371b 100644
--- a/dbus/dbus-threads.h
+++ b/dbus/dbus-threads.h
@@ -32,6 +32,11 @@
DBUS_BEGIN_DECLS
+/**
+ * @addtogroup DBusThreads
+ * @{
+ */
+
typedef struct DBusMutex DBusMutex;
typedef struct DBusCondVar DBusCondVar;
@@ -109,6 +114,8 @@ typedef struct
dbus_bool_t dbus_threads_init (const DBusThreadFunctions *functions);
dbus_bool_t dbus_threads_init_default (void);
+/** @} */
+
DBUS_END_DECLS
#endif /* DBUS_THREADS_H */