From 5ab04d05dc641661f0da1f50cdaedb0ac1d4e527 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Sep 2023 20:47:08 -0400 Subject: [PATCH] docs: Move the GActionMap SECTION Move the contents to the struct docs. Helps: #3037 --- gio/gactionmap.c | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/gio/gactionmap.c b/gio/gactionmap.c index 60c5ed551..6eb25852a 100644 --- a/gio/gactionmap.c +++ b/gio/gactionmap.c @@ -26,14 +26,13 @@ #include "gaction.h" /** - * SECTION:gactionmap - * @title: GActionMap - * @include: gio/gio.h - * @short_description: Interface for action containers + * GActionMap: * - * The GActionMap interface is implemented by #GActionGroup - * implementations that operate by containing a number of - * named #GAction instances, such as #GSimpleActionGroup. + * `GActionMap` is an interface for action containers. + * + * The `GActionMap` interface is implemented by [struct@Gio.ActionGroup] + * implementations that operate by containing a number of named + * [struct@Gio.Action] instances, such as [struct@Gio.SimpleActionGroup]. * * One useful application of this interface is to map the * names of actions from various action groups to unique, @@ -42,14 +41,7 @@ * name. * * Since: 2.32 - **/ - -/** - * GActionMap: - * - * #GActionMap is an opaque data structure and can only be accessed - * using the following functions. - **/ + */ /** * GActionMapInterface: