mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
docs: Move the GDBusInterface SECTION
Move content to struct docs. Helps: #3037
This commit is contained in:
committed by
Philip Withnall
parent
2d1a9ed5a3
commit
8c7591addf
@@ -28,13 +28,15 @@
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION:gdbusinterface
|
||||
* @short_description: Base type for D-Bus interfaces
|
||||
* @include: gio/gio.h
|
||||
* GDBusInterface:
|
||||
*
|
||||
* The #GDBusInterface type is the base type for D-Bus interfaces both
|
||||
* on the service side (see #GDBusInterfaceSkeleton) and client side
|
||||
* (see #GDBusProxy).
|
||||
* Base type for D-Bus interfaces.
|
||||
*
|
||||
* The `GDBusInterface` type is the base type for D-Bus interfaces both
|
||||
* on the service side (see [struct@Gio.DBusInterfaceSkeleton]) and client side
|
||||
* (see [struct@Gio.DBusProxy]).
|
||||
*
|
||||
* Since: 2.30
|
||||
*/
|
||||
|
||||
typedef GDBusInterfaceIface GDBusInterfaceInterface;
|
||||
|
Reference in New Issue
Block a user