From 985bc0fab31a7395b19a5fa916a9588322ee3517 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Sep 2023 21:22:47 -0400 Subject: [PATCH] docs: Move the GDBusActionGroup SECTION Move content to struct docs. Helps: #3037 --- gio/gdbusactiongroup.c | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/gio/gdbusactiongroup.c b/gio/gdbusactiongroup.c index 275c5fc01..0fde55258 100644 --- a/gio/gdbusactiongroup.c +++ b/gio/gdbusactiongroup.c @@ -28,23 +28,14 @@ #include "gdbusconnection.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 is an opaque data structure and can only be accessed - * using the following functions. + * `GDBusActionGroup` is an implementation of the [iface@Gio.ActionGroup] + * 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