Cosmetics

Reword the title of GSimpleAction in the docs.
This commit is contained in:
Matthias Clasen 2011-11-26 01:42:21 -05:00
parent a81cdf297c
commit c7dc66602a

View File

@ -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;