From bfa5d993052ba55ad8c60c4bb0d4933803a725e7 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 2 Nov 2023 16:21:25 +0000 Subject: [PATCH] docs: Move the GDBusObject SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gdbusobject.c | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/gio/gdbusobject.c b/gio/gdbusobject.c index 5cd425e17..ab670d20c 100644 --- a/gio/gdbusobject.c +++ b/gio/gdbusobject.c @@ -28,22 +28,13 @@ #include "glibintl.h" -/** - * SECTION:gdbusobject - * @short_description: Base type for D-Bus objects - * @include: gio/gio.h - * - * The #GDBusObject type is the base type for D-Bus objects on both - * the service side (see #GDBusObjectSkeleton) and the client side - * (see #GDBusObjectProxy). It is essentially just a container of - * interfaces. - */ - /** * GDBusObject: * - * #GDBusObject is an opaque data structure and can only be accessed - * using the following functions. + * The `GDBusObject` type is the base type for D-Bus objects on both + * the service side (see [class@Gio.DBusObjectSkeleton]) and the client side + * (see [class@Gio.DBusObjectProxy]). It is essentially just a container of + * interfaces. */ typedef GDBusObjectIface GDBusObjectInterface;