mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 14:19:16 +02:00
docs: Move the GDBusObjectManager SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
6492dd7054
commit
e4de0868ee
@ -30,25 +30,16 @@
|
|||||||
#include "glibintl.h"
|
#include "glibintl.h"
|
||||||
#include "gmarshal-internal.h"
|
#include "gmarshal-internal.h"
|
||||||
|
|
||||||
/**
|
|
||||||
* SECTION:gdbusobjectmanager
|
|
||||||
* @short_description: Base type for D-Bus object managers
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
|
||||||
* The #GDBusObjectManager type is the base type for service- and
|
|
||||||
* client-side implementations of the standardized
|
|
||||||
* [org.freedesktop.DBus.ObjectManager](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager)
|
|
||||||
* interface.
|
|
||||||
*
|
|
||||||
* See #GDBusObjectManagerClient for the client-side implementation
|
|
||||||
* and #GDBusObjectManagerServer for the service-side implementation.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GDBusObjectManager:
|
* GDBusObjectManager:
|
||||||
*
|
*
|
||||||
* #GDBusObjectManager is an opaque data structure and can only be accessed
|
* The `GDBusObjectManager` type is the base type for service- and
|
||||||
* using the following functions.
|
* client-side implementations of the standardized
|
||||||
|
* [`org.freedesktop.DBus.ObjectManager`](http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager)
|
||||||
|
* interface.
|
||||||
|
*
|
||||||
|
* See [class@Gio.DBusObjectManagerClient] for the client-side implementation
|
||||||
|
* and [class@Gio.DBusObjectManagerServer] for the service-side implementation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef GDBusObjectManagerIface GDBusObjectManagerInterface;
|
typedef GDBusObjectManagerIface GDBusObjectManagerInterface;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user