[glib] Cosmetics



commit c7dc66602aeee9c1c3692666998bb77ae5818a0f
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Nov 26 01:42:21 2011 -0500

    Cosmetics
    
    Reword the title of GSimpleAction in the docs.

 gio/gsimpleaction.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/gsimpleaction.c b/gio/gsimpleaction.c
index b87f802..c0d5340 100644
--- a/gio/gsimpleaction.c
+++ b/gio/gsimpleaction.c
@@ -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
+ * 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]