summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2002-02-09 01:28:00 +0000
committerJonathan Blandford <jrb@src.gnome.org>2002-02-09 01:28:00 +0000
commitd243e3ec4a73c9c268e44d38e09d9ede168bbb9c (patch)
treeb44d5213440a4a41e8f2813b74de73e7c18c1210 /gtk/gtkliststore.h
parent7b79dfbef85c458a1d4d89b3092312b9c09245ba (diff)
downloadgtk+-d243e3ec4a73c9c268e44d38e09d9ede168bbb9c.tar.gz
fix evil ref bug where the wrong row and a deleted row was unreffed. Found
Fri Feb 8 21:25:56 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): fix evil ref bug where the wrong row and a deleted row was unreffed. Found by Darin Adler <darin@bentspoon.com>
Diffstat (limited to 'gtk/gtkliststore.h')
-rw-r--r--gtk/gtkliststore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkliststore.h b/gtk/gtkliststore.h
index 7f5d1eec17..93ebaf98d6 100644
--- a/gtk/gtkliststore.h
+++ b/gtk/gtkliststore.h
@@ -71,6 +71,9 @@ GtkListStore *gtk_list_store_newv (gint n_columns,
void gtk_list_store_set_column_types (GtkListStore *list_store,
gint n_columns,
GType *types);
+
+/* NOTE: use gtk_tree_model_get to get values from a GtkListStore */
+
void gtk_list_store_set_value (GtkListStore *list_store,
GtkTreeIter *iter,
gint column,