mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
docs: Move the GSimpleActionGroup SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
838388cc68
commit
481c856e04
@ -28,13 +28,13 @@
|
||||
#include "gaction.h"
|
||||
|
||||
/**
|
||||
* SECTION:gsimpleactiongroup
|
||||
* @title: GSimpleActionGroup
|
||||
* @short_description: A simple GActionGroup implementation
|
||||
* @include: gio/gio.h
|
||||
* GSimpleActionGroup:
|
||||
*
|
||||
* #GSimpleActionGroup is a hash table filled with #GAction objects,
|
||||
* implementing the #GActionGroup and #GActionMap interfaces.
|
||||
* `GSimpleActionGroup` is a hash table filled with [iface@Gio.Action] objects,
|
||||
* implementing the [iface@Gio.ActionGroup] and [iface@Gio.ActionMap]
|
||||
* interfaces.
|
||||
*
|
||||
* Since: 2.28
|
||||
**/
|
||||
|
||||
struct _GSimpleActionGroupPrivate
|
||||
|
@ -46,13 +46,6 @@ G_BEGIN_DECLS
|
||||
typedef struct _GSimpleActionGroupPrivate GSimpleActionGroupPrivate;
|
||||
typedef struct _GSimpleActionGroupClass GSimpleActionGroupClass;
|
||||
|
||||
/**
|
||||
* GSimpleActionGroup:
|
||||
*
|
||||
* The #GSimpleActionGroup structure contains private data and should only be accessed using the provided API.
|
||||
*
|
||||
* Since: 2.28
|
||||
*/
|
||||
struct _GSimpleActionGroup
|
||||
{
|
||||
/*< private >*/
|
||||
|
Loading…
Reference in New Issue
Block a user