mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 03:48:53 +02:00
gobject: remove -DG_DISABLE_CONST_RETURNS
GObject had a few cases of depending on G_CONST_RETURN not being defined to 'const'. Remove those in preparation for deprecation of G_CONST_RETURN.
This commit is contained in:
@@ -488,7 +488,7 @@ type_node_any_new_W (TypeNode *pnode,
|
||||
node->global_gdata = NULL;
|
||||
|
||||
g_hash_table_insert (static_type_nodes_ht,
|
||||
g_quark_to_string (node->qname),
|
||||
(gpointer) g_quark_to_string (node->qname),
|
||||
(gpointer) type);
|
||||
return node;
|
||||
}
|
||||
|
Reference in New Issue
Block a user