diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-11-15 23:44:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-11-15 23:44:33 +0000 |
commit | f7357a7007d86854d04643bbd588fcd6857e8ad0 (patch) | |
tree | 322bdff102354333591bb9fa9bcc1f06a8661907 /gtk/gtkfilechooser.c | |
parent | 947b32b7dcaf233f3c2bb9a38fb07c2c64a1ee0b (diff) | |
download | gdk-pixbuf-f7357a7007d86854d04643bbd588fcd6857e8ad0.tar.gz |
Fix parameter name mismatches which confuse gtk-doc.
Sun Nov 16 00:35:29 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkfilechooser.[hc]:
* gtk/gtkentrycompletion.h: Fix parameter name mismatches which
confuse gtk-doc.
Sun Nov 16 00:41:48 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Remove gtk_tool_item_[sg]et_pack_end.
Sun Nov 16 00:32:18 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Move GtkFileChooser out of the
private section, in order to get the autogenerated docs
on hierarchy, signals, properties, etc.
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 367cb728f..a0178625e 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -1338,7 +1338,7 @@ gtk_file_chooser_remove_filter (GtkFileChooser *chooser, /** * gtk_file_chooser_list_filters: - * @choooser: a #GtkFileChooser + * @chooser: a #GtkFileChooser * * Lists the current set of user-selectable filters; see * gtk_file_chooser_add_filter(), gtk_file_chooser_remove_filter(). |