summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-watch.h')
-rw-r--r--dbus/dbus-watch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbus/dbus-watch.h b/dbus/dbus-watch.h
index 3dc0b24e..cbb5945c 100644
--- a/dbus/dbus-watch.h
+++ b/dbus/dbus-watch.h
@@ -28,6 +28,11 @@
DBUS_BEGIN_DECLS
+/**
+ * @addtogroup DBusWatchInternals
+ * @{
+ */
+
/* Public methods on DBusWatch are in dbus-connection.h */
typedef struct DBusWatchList DBusWatchList;
@@ -69,6 +74,7 @@ void _dbus_watch_list_toggle_watch (DBusWatchList *watch_li
DBusWatch *watch,
dbus_bool_t enabled);
+/** @} */
DBUS_END_DECLS