forked from AuroraMiddleware/gtk
a11y: Intern a string
This commit is contained in:
parent
7dded559c0
commit
997f0de4d5
@ -29,7 +29,7 @@ gtk_cell_accessible_parent_get_type (void)
|
|||||||
{
|
{
|
||||||
GType g_define_type_id =
|
GType g_define_type_id =
|
||||||
g_type_register_static_simple (G_TYPE_INTERFACE,
|
g_type_register_static_simple (G_TYPE_INTERFACE,
|
||||||
"GtkCellAccessibleParent",
|
g_intern_static_string ("GtkCellAccessibleParent"),
|
||||||
sizeof (GtkCellAccessibleParentIface),
|
sizeof (GtkCellAccessibleParentIface),
|
||||||
NULL,
|
NULL,
|
||||||
0,
|
0,
|
||||||
|
Loading…
Reference in New Issue
Block a user