diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 02:19:06 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 10:41:11 -0400 |
commit | f70fc49ebc999bc4e37c0807e818aeff2bca3459 (patch) | |
tree | dd4e205b9f93cbc386b4d8087e485cb15d06393c /gtk/gtkrecentchooser.h | |
parent | ff28d3f4d902a15ad33068adb52ab0ae8caf9cab (diff) | |
download | gtk+-f70fc49ebc999bc4e37c0807e818aeff2bca3459.tar.gz |
docs: fix a number of typos and obsolete references
Diffstat (limited to 'gtk/gtkrecentchooser.h')
-rw-r--r-- | gtk/gtkrecentchooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrecentchooser.h b/gtk/gtkrecentchooser.h index ae222c6de2..945dfa0560 100644 --- a/gtk/gtkrecentchooser.h +++ b/gtk/gtkrecentchooser.h @@ -44,7 +44,7 @@ G_BEGIN_DECLS * @GTK_RECENT_SORT_LRU: Sort the returned list with the least recently used * items first. * @GTK_RECENT_SORT_CUSTOM: Sort the returned list using a custom sorting - * function passed using gtk_recent_manager_set_sort_func(). + * function passed using gtk_recent_chooser_set_sort_func(). * * Used to specify the sorting method to be applyed to the recently * used resource list. |