1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-05-25 23:10:39 +02:00

docs: Move the GSimpleAction SECTION

Move it to the struct docs.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: 
This commit is contained in:
Philip Withnall 2023-10-25 15:06:03 +01:00
parent b0b5ed8c34
commit 838388cc68

@ -26,25 +26,15 @@
#include "gaction.h" #include "gaction.h"
#include "glibintl.h" #include "glibintl.h"
/**
* SECTION:gsimpleaction
* @title: GSimpleAction
* @short_description: A simple GAction implementation
* @include: gio/gio.h
*
* A #GSimpleAction is the obvious simple implementation of the #GAction
* interface. This is the easiest way to create an action for purposes of
* adding it to a #GSimpleActionGroup.
*
* See also #GtkAction.
*/
/** /**
* GSimpleAction: * GSimpleAction:
* *
* #GSimpleAction is an opaque data structure and can only be accessed * A `GSimpleAction` is the obvious simple implementation of the
* using the following functions. * [iface@Gio.Action] interface. This is the easiest way to create an action for
**/ * purposes of adding it to a [class@Gio.SimpleActionGroup].
*
* See also [class@Gtk.Action].
*/
struct _GSimpleAction struct _GSimpleAction
{ {