From e4de0868ee6b6745dfa59cc33efdbb71618e09a6 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 13 Nov 2023 23:56:16 +0000 Subject: [PATCH] docs: Move the GDBusObjectManager SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gdbusobjectmanager.c | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/gio/gdbusobjectmanager.c b/gio/gdbusobjectmanager.c index cd56c2af4..2578c9b40 100644 --- a/gio/gdbusobjectmanager.c +++ b/gio/gdbusobjectmanager.c @@ -30,25 +30,16 @@ #include "glibintl.h" #include "gmarshal-internal.h" -/** - * SECTION:gdbusobjectmanager - * @short_description: Base type for D-Bus object managers - * @include: gio/gio.h - * - * The #GDBusObjectManager type is the base type for service- and - * client-side implementations of the standardized - * [org.freedesktop.DBus.ObjectManager](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager) - * interface. - * - * See #GDBusObjectManagerClient for the client-side implementation - * and #GDBusObjectManagerServer for the service-side implementation. - */ - /** * GDBusObjectManager: * - * #GDBusObjectManager is an opaque data structure and can only be accessed - * using the following functions. + * The `GDBusObjectManager` type is the base type for service- and + * client-side implementations of the standardized + * [`org.freedesktop.DBus.ObjectManager`](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager) + * interface. + * + * See [class@Gio.DBusObjectManagerClient] for the client-side implementation + * and [class@Gio.DBusObjectManagerServer] for the service-side implementation. */ typedef GDBusObjectManagerIface GDBusObjectManagerInterface;