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/gtkentrycompletion.h | |
parent | 947b32b7dcaf233f3c2bb9a38fb07c2c64a1ee0b (diff) | |
download | gtk+-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/gtkentrycompletion.h')
-rw-r--r-- | gtk/gtkentrycompletion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h index 4ad3d7345a..beb59b0742 100644 --- a/gtk/gtkentrycompletion.h +++ b/gtk/gtkentrycompletion.h @@ -76,7 +76,7 @@ struct _GtkEntryCompletionClass GType gtk_entry_completion_get_type (void); GtkEntryCompletion *gtk_entry_completion_new (void); -GtkWidget *gtk_entry_completion_get_entry (GtkEntryCompletion *entry); +GtkWidget *gtk_entry_completion_get_entry (GtkEntryCompletion *completion); void gtk_entry_completion_set_model (GtkEntryCompletion *completion, GtkTreeModel *model); |