summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps-unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-sysdeps-unix.h')
-rw-r--r--dbus/dbus-sysdeps-unix.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps-unix.h b/dbus/dbus-sysdeps-unix.h
index f1fe3b0c..f72493a7 100644
--- a/dbus/dbus-sysdeps-unix.h
+++ b/dbus/dbus-sysdeps-unix.h
@@ -34,6 +34,13 @@
DBUS_BEGIN_DECLS
+/**
+ * @defgroup DBusSysdepsUnix UNIX-specific internal API
+ * @ingroup DBusInternals
+ * @brief Internal system-dependent API available on UNIX only
+ * @{
+ */
+
dbus_bool_t
_dbus_close (int fd,
DBusError *error);
@@ -64,6 +71,8 @@ int _dbus_listen_unix_socket (const char *path,
dbus_bool_t abstract,
DBusError *error);
+/** @} */
+
DBUS_END_DECLS
#endif /* DBUS_SYSDEPS_UNIX_H */