summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentaction.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-05-26 19:04:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-05-26 19:04:35 +0000
commit15c93321f78cc55e0d1cac3838a0224916ed5b7e (patch)
tree9d16a90ba544018fe85cedade1564ed34693d58d /gtk/gtkrecentaction.c
parent2ac179215c4bbb63b5522ea0600c06c3883ffcd6 (diff)
downloadgdk-pixbuf-15c93321f78cc55e0d1cac3838a0224916ed5b7e.tar.gz
Document new api
svn path=/trunk/; revision=17934
Diffstat (limited to 'gtk/gtkrecentaction.c')
-rw-r--r--gtk/gtkrecentaction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkrecentaction.c b/gtk/gtkrecentaction.c
index 2a70c4a16..1a8f99e75 100644
--- a/gtk/gtkrecentaction.c
+++ b/gtk/gtkrecentaction.c
@@ -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.
*