summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-message-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-message-handler.c')
-rw-r--r--dbus/dbus-message-handler.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/dbus/dbus-message-handler.c b/dbus/dbus-message-handler.c
index 0f71d2ea..143d7b03 100644
--- a/dbus/dbus-message-handler.c
+++ b/dbus/dbus-message-handler.c
@@ -38,7 +38,13 @@
*/
static DBusMutex *message_handler_lock = NULL;
-DBusMutex *_dbus_message_handler_init_lock (void);
+
+/**
+ * Initializes the mutex used for threadsafe access to
+ * #DBusMessageHandler objects.
+ *
+ * @returns the mutex
+ */
DBusMutex *
_dbus_message_handler_init_lock (void)
{