mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
docs: Move the GSimpleAction SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
b0b5ed8c34
commit
838388cc68
@ -26,25 +26,15 @@
|
||||
#include "gaction.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 is an opaque data structure and can only be accessed
|
||||
* using the following functions.
|
||||
**/
|
||||
* A `GSimpleAction` is the obvious simple implementation of the
|
||||
* [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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user