mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
docs: Move the GActionGroupExporter SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
5ae6bcb728
commit
52248a9d69
@ -32,18 +32,14 @@
|
||||
#include "gdbuserror.h"
|
||||
|
||||
/**
|
||||
* SECTION:gactiongroupexporter
|
||||
* @title: GActionGroup exporter
|
||||
* @include: gio/gio.h
|
||||
* @short_description: Export GActionGroups on D-Bus
|
||||
* @see_also: #GActionGroup, #GDBusActionGroup
|
||||
* GActionGroupExporter:
|
||||
*
|
||||
* These functions support exporting a #GActionGroup on D-Bus.
|
||||
* These functions support exporting a [class@Gio.ActionGroup] on D-Bus.
|
||||
* The D-Bus interface that is used is a private implementation
|
||||
* detail.
|
||||
*
|
||||
* To access an exported #GActionGroup remotely, use
|
||||
* g_dbus_action_group_get() to obtain a #GDBusActionGroup.
|
||||
* To access an exported `GActionGroup` remotely, use
|
||||
* [method@Gio.DBusActionGroup.get] to obtain a [class@Gio.DBusActionGroup].
|
||||
*/
|
||||
|
||||
static GVariant *
|
||||
|
Loading…
Reference in New Issue
Block a user