From 2a895edf6b1cad3915f5ca9e8b41f4bba780b2e0 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 20 Oct 2006 03:42:03 +0000 Subject: 2006-10-19 Havoc Pennington * more Doxygen-related fixes (lots of moving things from the public to internal section in dbus-connection.c) --- dbus/dbus-pending-call.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbus/dbus-pending-call.c') 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 */ -- cgit