summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-06-30 21:15:27 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-06-30 21:15:27 +0000
commit95cd4d8e66453e3c0f2e97d8a8eff312bf675b3a (patch)
treeddb088fc26a4623111d01741ebfb355e132ef265 /gtk/gtktreestore.h
parentfbfc305174af29d630846194586211dbfd9f1373 (diff)
downloadgtk+-95cd4d8e66453e3c0f2e97d8a8eff312bf675b3a.tar.gz
New function for language bindings.
Sat Jun 30 17:13:51 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkliststore.c (gtk_list_store_newv): New function for language bindings. * gtk/gtkteststore.c (gtk_test_store_newv): New function for language bindings.
Diffstat (limited to 'gtk/gtktreestore.h')
-rw-r--r--gtk/gtktreestore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktreestore.h b/gtk/gtktreestore.h
index 37eb935f98..32f558ad09 100644
--- a/gtk/gtktreestore.h
+++ b/gtk/gtktreestore.h
@@ -61,6 +61,8 @@ struct _GtkTreeStoreClass
GtkType gtk_tree_store_get_type (void);
GtkTreeStore *gtk_tree_store_new (gint n_columns,
...);
+GtkTreeStore *gtk_tree_store_newv (gint n_columns,
+ GType *types);
void gtk_tree_store_set_value (GtkTreeStore *tree_store,
GtkTreeIter *iter,
gint column,