Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 Nov 2011 06:42:21 +0000 (01:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 Nov 2011 01:12:34 +0000 (20:12 -0500)
Reword the title of GSimpleAction in the docs.

gio/gsimpleaction.c

index b87f802..c0d5340 100644 (file)
 /**
  * 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
+ * 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;