mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
Cosmetics
Reword the title of GSimpleAction in the docs.
This commit is contained in:
parent
a81cdf297c
commit
c7dc66602a
@ -29,14 +29,14 @@
|
|||||||
/**
|
/**
|
||||||
* SECTION:gsimpleaction
|
* SECTION:gsimpleaction
|
||||||
* @title: GSimpleAction
|
* @title: GSimpleAction
|
||||||
* @short_description: A simple GSimpleAction
|
* @short_description: A simple GAction implementation
|
||||||
*
|
*
|
||||||
* A #GSimpleAction is the obvious simple implementation of the #GAction
|
* A #GSimpleAction is the obvious simple implementation of the #GAction
|
||||||
* interface. This is the easiest way to create an action for purposes of
|
* interface. This is the easiest way to create an action for purposes of
|
||||||
* adding it to a #GSimpleActionGroup.
|
* adding it to a #GSimpleActionGroup.
|
||||||
*
|
*
|
||||||
* See also #GtkAction.
|
* See also #GtkAction.
|
||||||
**/
|
*/
|
||||||
struct _GSimpleAction
|
struct _GSimpleAction
|
||||||
{
|
{
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user