docs: Move the GDBusObjectSkeleton SECTION

Move it to the struct docs.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-11-14 13:25:49 +00:00
parent 108f7e4c65
commit 70881dbabe
2 changed files with 5 additions and 13 deletions

View File

@ -34,15 +34,15 @@
#include "glibintl.h" #include "glibintl.h"
/** /**
* SECTION:gdbusobjectskeleton * GDBusObjectSkeleton:
* @short_description: Service-side D-Bus object
* @include: gio/gio.h
* *
* A #GDBusObjectSkeleton instance is essentially a group of D-Bus * A `GDBusObjectSkeleton` instance is essentially a group of D-Bus
* interfaces. The set of exported interfaces on the object may be * interfaces. The set of exported interfaces on the object may be
* dynamic and change at runtime. * dynamic and change at runtime.
* *
* This type is intended to be used with #GDBusObjectManager. * This type is intended to be used with [iface@Gio.DBusObjectManager].
*
* Since: 2.30
*/ */
struct _GDBusObjectSkeletonPrivate struct _GDBusObjectSkeletonPrivate

View File

@ -37,14 +37,6 @@ G_BEGIN_DECLS
typedef struct _GDBusObjectSkeletonClass GDBusObjectSkeletonClass; typedef struct _GDBusObjectSkeletonClass GDBusObjectSkeletonClass;
typedef struct _GDBusObjectSkeletonPrivate GDBusObjectSkeletonPrivate; typedef struct _GDBusObjectSkeletonPrivate GDBusObjectSkeletonPrivate;
/**
* GDBusObjectSkeleton:
*
* The #GDBusObjectSkeleton structure contains private data and should only be
* accessed using the provided API.
*
* Since: 2.30
*/
struct _GDBusObjectSkeleton struct _GDBusObjectSkeleton
{ {
/*< private >*/ /*< private >*/