mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +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
|
||||
* @title: GSimpleAction
|
||||
* @short_description: A simple GSimpleAction
|
||||
* @short_description: A simple GAction implementation
|
||||
*
|
||||
* 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.
|
||||
**/
|
||||
*/
|
||||
struct _GSimpleAction
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
Loading…
x
Reference in New Issue
Block a user