mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
add missing gtk_list_store_newv prototype.
2001-07-04 James Henstridge <james@daa.com.au> * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
This commit is contained in:
parent
337054a3ec
commit
ebb65c114c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user