summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-pending-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-pending-call.c')
-rw-r--r--dbus/dbus-pending-call.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-pending-call.c b/dbus/dbus-pending-call.c
index 79dacc8a..6ae95a6e 100644
--- a/dbus/dbus-pending-call.c
+++ b/dbus/dbus-pending-call.c
@@ -54,6 +54,9 @@
*/
#define CONNECTION_UNLOCK(connection) _dbus_connection_unlock(connection)
+/**
+ * Implementation details of #DBusPendingCall - all fields are private.
+ */
struct DBusPendingCall
{
DBusAtomic refcount; /**< reference count */