Get the correct parent when generating my type.

2000-10-17    <jrb@redhat.com>

	* gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
	parent when generating my type.

	* gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
	POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
This commit is contained in:
7
2000-10-17 18:13:14 +00:00
committed by Jonathan Blandford
parent 457a5f9335
commit 77d0165892
10 changed files with 65 additions and 1 deletions

View File

@ -90,7 +90,7 @@ gtk_tree_store_get_type (void)
NULL
};
tree_store_type = g_type_register_static (GTK_TYPE_TREE_MODEL, "GtkTreeStore", &tree_store_info);
tree_store_type = g_type_register_static (GTK_TYPE_OBJECT, "GtkTreeStore", &tree_store_info);
g_type_add_interface_static (tree_store_type,
GTK_TYPE_TREE_MODEL,
&tree_model_info);