mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
docs: Move the GDBusObject SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
ac7cbb146e
commit
bfa5d99305
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user