mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +02: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"
|
#include "glibintl.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gdbusinterfaceskeleton
|
* GDBusInterfaceSkeleton:
|
||||||
* @short_description: Service-side D-Bus interface
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
*
|
||||||
* Abstract base class for D-Bus interfaces on the service side.
|
* Abstract base class for D-Bus interfaces on the service side.
|
||||||
|
*
|
||||||
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _GDBusInterfaceSkeletonPrivate
|
struct _GDBusInterfaceSkeletonPrivate
|
||||||
|
@ -37,14 +37,6 @@ G_BEGIN_DECLS
|
|||||||
typedef struct _GDBusInterfaceSkeletonClass GDBusInterfaceSkeletonClass;
|
typedef struct _GDBusInterfaceSkeletonClass GDBusInterfaceSkeletonClass;
|
||||||
typedef struct _GDBusInterfaceSkeletonPrivate GDBusInterfaceSkeletonPrivate;
|
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
|
struct _GDBusInterfaceSkeleton
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user