]> Pileus Git - ~andy/gtk/commitdiff
add missing gtk_list_store_newv prototype.
authorJames Henstridge <james@daa.com.au>
Wed, 4 Jul 2001 03:02:24 +0000 (03:02 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Wed, 4 Jul 2001 03:02:24 +0000 (03:02 +0000)
2001-07-04  James Henstridge  <james@daa.com.au>

        * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkliststore.h

index 3f9308e8ddcd1398b9b8f3dcac95142cabc55508..565f2a4075eed53b30aac18bc5a3517437545353 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-04  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
+
 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
index 3f9308e8ddcd1398b9b8f3dcac95142cabc55508..565f2a4075eed53b30aac18bc5a3517437545353 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-04  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
+
 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
index 3f9308e8ddcd1398b9b8f3dcac95142cabc55508..565f2a4075eed53b30aac18bc5a3517437545353 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-04  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
+
 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
index 3f9308e8ddcd1398b9b8f3dcac95142cabc55508..565f2a4075eed53b30aac18bc5a3517437545353 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-04  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
+
 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
index 3f9308e8ddcd1398b9b8f3dcac95142cabc55508..565f2a4075eed53b30aac18bc5a3517437545353 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-04  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
+
 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
index 3f9308e8ddcd1398b9b8f3dcac95142cabc55508..565f2a4075eed53b30aac18bc5a3517437545353 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-04  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
+
 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
index 3f9308e8ddcd1398b9b8f3dcac95142cabc55508..565f2a4075eed53b30aac18bc5a3517437545353 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-04  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
+
 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
index f78000f6800b157cb566e10c7afdf1b920ef0f97..7a1e5c8d52fac16add238853a197e17abca5a121 100644 (file)
@@ -62,6 +62,8 @@ struct _GtkListStoreClass
 GtkType       gtk_list_store_get_type        (void);
 GtkListStore *gtk_list_store_new             (gint          n_columns,
                                              ...);
+GtkListStore *gtk_list_store_newv            (gint          n_columns,
+                                             GType        *types);
 void          gtk_list_store_set_value       (GtkListStore *store,
                                              GtkTreeIter  *iter,
                                              gint          column,