mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
docs: Move the GDBusInterfaceSkeleton SECTION
Move content to struct docs. Helps: #3037
This commit is contained in:
parent
8c7591addf
commit
2b22b43edd
@ -36,11 +36,11 @@
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION:gdbusinterfaceskeleton
|
||||
* @short_description: Service-side D-Bus interface
|
||||
* @include: gio/gio.h
|
||||
* GDBusInterfaceSkeleton:
|
||||
*
|
||||
* Abstract base class for D-Bus interfaces on the service side.
|
||||
*
|
||||
* Since: 2.30
|
||||
*/
|
||||
|
||||
struct _GDBusInterfaceSkeletonPrivate
|
||||
|
@ -37,14 +37,6 @@ G_BEGIN_DECLS
|
||||
typedef struct _GDBusInterfaceSkeletonClass GDBusInterfaceSkeletonClass;
|
||||
typedef struct _GDBusInterfaceSkeletonPrivate GDBusInterfaceSkeletonPrivate;
|
||||
|
||||
/**
|
||||
* GDBusInterfaceSkeleton:
|
||||
*
|
||||
* The #GDBusInterfaceSkeleton structure contains private data and should
|
||||
* only be accessed using the provided API.
|
||||
*
|
||||
* Since: 2.30
|
||||
*/
|
||||
struct _GDBusInterfaceSkeleton
|
||||
{
|
||||
/*< private >*/
|
||||
|
Loading…
Reference in New Issue
Block a user