diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-06-02 03:16:03 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-06-02 03:16:03 +0000 |
commit | d5f3cb140955ee9b95c1cbdcebe90ca321c3b18a (patch) | |
tree | 12c85df90fa1c371e59df54202d825121b82f082 /gtk/gtkcombobox.h | |
parent | 018511c3aa10a7f53a787734bcdceb420bebc9d1 (diff) | |
download | gtk+-d5f3cb140955ee9b95c1cbdcebe90ca321c3b18a.tar.gz |
Rename function parameters from index to index_ to prevent clash with BSD
Tue Jun 1 23:14:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktoolbar.h:
* gtk/gtktoolbar.c:
* gtk/gtkentrycompletion.h:
* gtk/gtkentrycompletion.c:
* gtk/gtkcombobox.h:
* gtk/gtkcombobox.c: Rename function parameters from
index to index_ to prevent clash with BSD index(). (#143001)
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r-- | gtk/gtkcombobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h index ce7cc18877..7ecccbfd74 100644 --- a/gtk/gtkcombobox.h +++ b/gtk/gtkcombobox.h @@ -83,7 +83,7 @@ void gtk_combo_box_set_add_tearoffs (GtkComboBox *combo_box, /* get/set active item */ gint gtk_combo_box_get_active (GtkComboBox *combo_box); void gtk_combo_box_set_active (GtkComboBox *combo_box, - gint index); + gint index_); gboolean gtk_combo_box_get_active_iter (GtkComboBox *combo_box, GtkTreeIter *iter); void gtk_combo_box_set_active_iter (GtkComboBox *combo_box, |