summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
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/gtknotebook.h
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/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index e99f399bed..b60efe55da 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -265,7 +265,7 @@ gboolean gtk_notebook_get_tab_detachable (GtkNotebook *notebook,
GtkWidget *child);
void gtk_notebook_set_tab_detachable (GtkNotebook *notebook,
GtkWidget *child,
- gboolean reorderable);
+ gboolean detachable);
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_notebook_current_page gtk_notebook_get_current_page