summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-03-30 21:30:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-03-30 21:30:37 +0000
commit6205777cda59fe53ec8f8269818e91577ae9cc5b (patch)
tree0aaa160c06f2003e4aaae6790fdeea2092939b7f /gtk/gtkrecentchooser.c
parent645450d0fc9176f29082350b3405d6fcbcf0ccb8 (diff)
downloadgtk+-6205777cda59fe53ec8f8269818e91577ae9cc5b.tar.gz
Fix the doc comment format.
2006-03-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc comment format. * gtk/gtkrecentmanager.c (gtk_recent_manager_has_item) (gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item) (gtk_recent_manager_get_limit, gtk_recent_manager_add_full) (gtk_recent_manager_get_items, gtk_recent_manager_remove_item): * gtk/gtkrecentfilter.c (gtk_recent_filter_add_age): * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers) (gtk_recent_chooser_set_sort_func): * gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync parameter names between .c and .h files to help gtk-doc.
Diffstat (limited to 'gtk/gtkrecentchooser.c')
-rw-r--r--gtk/gtkrecentchooser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkrecentchooser.c b/gtk/gtkrecentchooser.c
index 3fd58e034c..da7a192abb 100644
--- a/gtk/gtkrecentchooser.c
+++ b/gtk/gtkrecentchooser.c
@@ -502,7 +502,7 @@ gtk_recent_chooser_get_show_tips (GtkRecentChooser *chooser)
/**
* gtk_recent_chooser_set_show_numbers:
* @chooser: a #GtkRecentChooser
- * @show_private: %TRUE to show numbers, %FALSE otherwise
+ * @show_numbers: %TRUE to show numbers, %FALSE otherwise
*
* Whether to show recently used resources prepended by a unique number.
*
@@ -588,7 +588,7 @@ gtk_recent_chooser_get_sort_type (GtkRecentChooser *chooser)
* @chooser: a #GtkRecentChooser
* @sort_func: the comparison function
* @sort_data: user data to pass to @sort_func, or %NULL
- * @destroy_data: destroy notifier for @sort_data, or %NULL
+ * @data_destroy: destroy notifier for @sort_data, or %NULL
*
* Sets the comparison function used when sorting to be @sort_func. If
* the @chooser has the sort type set to #GTK_RECENT_SORT_CUSTOM then