diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-20 03:42:03 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-20 03:42:03 +0000 |
commit | 2a895edf6b1cad3915f5ca9e8b41f4bba780b2e0 (patch) | |
tree | 2e9173110e31a6125e74421ee728994b0c420164 /dbus/dbus-pending-call.c | |
parent | 19e0efd2063f837f160de7c131b7d7f7a35f2cd6 (diff) |
2006-10-19 Havoc Pennington <hp@redhat.com>
* more Doxygen-related fixes (lots of moving things from the
public to internal section in dbus-connection.c)
Diffstat (limited to 'dbus/dbus-pending-call.c')
-rw-r--r-- | dbus/dbus-pending-call.c | 3 |
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 */ |