Document new api

svn path=/trunk/; revision=17934
This commit is contained in:
Matthias Clasen 2007-05-26 19:04:35 +00:00
parent 2ac179215c
commit 15c93321f7
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentaction.c:
* gtk/gtkrange.c:
* gtk/gtkprinter.c:
* gtk/gtkprintsettings.c:

View 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.
*