mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
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:
parent
108f7e4c65
commit
70881dbabe
@ -34,15 +34,15 @@
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION:gdbusobjectskeleton
|
||||
* @short_description: Service-side D-Bus object
|
||||
* @include: gio/gio.h
|
||||
* GDBusObjectSkeleton:
|
||||
*
|
||||
* 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
|
||||
* 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
|
||||
|
@ -37,14 +37,6 @@ G_BEGIN_DECLS
|
||||
typedef struct _GDBusObjectSkeletonClass GDBusObjectSkeletonClass;
|
||||
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
|
||||
{
|
||||
/*< private >*/
|
||||
|
Loading…
Reference in New Issue
Block a user