mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: Move the GDBusActionGroup SECTION
Move content to struct docs. Helps: #3037
This commit is contained in:
parent
f39640b759
commit
985bc0fab3
@ -28,23 +28,14 @@
|
|||||||
#include "gdbusconnection.h"
|
#include "gdbusconnection.h"
|
||||||
#include "gactiongroup.h"
|
#include "gactiongroup.h"
|
||||||
|
|
||||||
/**
|
|
||||||
* SECTION:gdbusactiongroup
|
|
||||||
* @title: GDBusActionGroup
|
|
||||||
* @short_description: A D-Bus GActionGroup implementation
|
|
||||||
* @include: gio/gio.h
|
|
||||||
* @see_also: [GActionGroup exporter][gio-GActionGroup-exporter]
|
|
||||||
*
|
|
||||||
* #GDBusActionGroup is an implementation of the #GActionGroup
|
|
||||||
* interface that can be used as a proxy for an action group
|
|
||||||
* that is exported over D-Bus with g_dbus_connection_export_action_group().
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GDBusActionGroup:
|
* GDBusActionGroup:
|
||||||
*
|
*
|
||||||
* #GDBusActionGroup is an opaque data structure and can only be accessed
|
* `GDBusActionGroup` is an implementation of the [iface@Gio.ActionGroup]
|
||||||
* using the following functions.
|
* interface.
|
||||||
|
*
|
||||||
|
* `GDBusActionGroup` can be used as a proxy for an action group
|
||||||
|
* that is exported over D-Bus with [func@Gio.DBusConnection.export_action_group].
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _GDBusActionGroup
|
struct _GDBusActionGroup
|
||||||
|
Loading…
Reference in New Issue
Block a user