Intern type names in code generated by glib-mkenums, too.
2005-08-31 Matthias Clasen <mclasen@redhat.com> * gdk/Makefile.am: * gtk/Makefile.am: Intern type names in code generated by glib-mkenums, too. * gtk/*.c: * gdk/x11/*.c: * gdk/*.c: Intern type names before registering the type to avoid unnecessary copies.
This commit is contained in:
committed by
Matthias Clasen
parent
f55cffb074
commit
c09cc89317
@ -282,7 +282,7 @@ gtk_tree_model_sort_get_type (void)
|
||||
};
|
||||
|
||||
tree_model_sort_type =
|
||||
g_type_register_static (G_TYPE_OBJECT, "GtkTreeModelSort",
|
||||
g_type_register_static (G_TYPE_OBJECT, g_intern_static_string ("GtkTreeModelSort"),
|
||||
&tree_model_sort_info, 0);
|
||||
|
||||
g_type_add_interface_static (tree_model_sort_type,
|
||||
|
||||
Reference in New Issue
Block a user