mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Add the private struct in class_init
This commit is contained in:
parent
881ea2881d
commit
121746605b
@ -222,6 +222,8 @@ gtk_tree_store_class_init (GtkTreeStoreClass *class)
|
||||
object_class = (GObjectClass *) class;
|
||||
|
||||
object_class->finalize = gtk_tree_store_finalize;
|
||||
|
||||
g_type_class_add_private (class, sizeof (GtkTreeStorePrivate));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user