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