mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-03 12:36:53 +02:00
Accept CDATA in gschema.xml files
This commit is contained in:
parent
41b8ce7100
commit
7ec69ecd32
@ -1667,6 +1667,7 @@ parse_gschema_files (gchar **files,
|
|||||||
}
|
}
|
||||||
|
|
||||||
context = g_markup_parse_context_new (&parser,
|
context = g_markup_parse_context_new (&parser,
|
||||||
|
G_MARKUP_TREAT_CDATA_AS_TEXT |
|
||||||
G_MARKUP_PREFIX_ERROR_POSITION,
|
G_MARKUP_PREFIX_ERROR_POSITION,
|
||||||
&state, NULL);
|
&state, NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user