]> Pileus Git - ~andy/gtk/commitdiff
Document new api
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 May 2007 19:04:35 +0000 (19:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 May 2007 19:04:35 +0000 (19:04 +0000)
svn path=/trunk/; revision=17934

ChangeLog
gtk/gtkrecentaction.c

index d5fd6dad051f604c88adbb4840323ad5ee2da9fd..d835a8cf2c3bae3f3b5954540a89db97aceb1b90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkrecentaction.c:
        * gtk/gtkrange.c:
        * gtk/gtkprinter.c:
        * gtk/gtkprintsettings.c:
index 2a70c4a16c457182522a7902451e947a92557934..1a8f99e754e0dcb9995a3fcb89fb34752a09dab4 100644 (file)
@@ -767,10 +767,10 @@ gtk_recent_action_get_show_numbers (GtkRecentAction *action)
 /**
  * gtk_recent_action_set_show_numbers:
  * @action: a #GtkRecentAction
- * @show_numbers
+ * @show_numbers: %TRUE if the shown items should be numbered
  *
  * Sets whether a number should be added to the items shown by the
- * widgets representing @action. The  numbers are shown to provide
+ * widgets representing @action. The numbers are shown to provide
  * a unique character for a mnemonic to be used inside the menu item's
  * label. Only the first ten items get a number to avoid clashes.
  *