Now it's a GObject instead of a GtkObject. The
Thu Jun 7 18:25:42 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c: Now it's a GObject instead of a GtkObject. The GtkTreeSelection::selection_changed signal is now the GtkTreeSelection::changed signal. * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection object. * tests/gtktree*.c: Modified to deal with new GtkTreeSelection object.
This commit is contained in:
committed by
Jonathan Blandford
parent
10b868ebae
commit
59444d85e3
@ -234,7 +234,7 @@ gtk_tree_store_init (GtkTreeStore *tree_store)
|
||||
GtkTreeStore *
|
||||
gtk_tree_store_new (void)
|
||||
{
|
||||
return GTK_TREE_STORE (g_object_new (gtk_tree_store_get_type (), NULL));
|
||||
return GTK_TREE_STORE (g_object_new (GTK_TYPE_TREE_STORE, NULL));
|
||||
}
|
||||
|
||||
GtkTreeStore *
|
||||
|
||||
Reference in New Issue
Block a user