mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
girparser: use c:identifier-prefixes instead of c:prefix
This bug was introduced with http://git.gnome.org/browse/gobject-introspection/commit/?id=36aa515f1036978ced8d4ffb808260844f7229e0 due to rename of c:prefix to c:identifier-prefixes. https://bugzilla.gnome.org/show_bug.cgi?id=640264
This commit is contained in:
parent
feedce8029
commit
1611ff77df
@ -2884,7 +2884,7 @@ start_element_handler (GMarkupParseContext *context,
|
||||
name = find_attribute ("name", attribute_names, attribute_values);
|
||||
version = find_attribute ("version", attribute_names, attribute_values);
|
||||
shared_library = find_attribute ("shared-library", attribute_names, attribute_values);
|
||||
cprefix = find_attribute ("c:prefix", attribute_names, attribute_values);
|
||||
cprefix = find_attribute ("c:identifier-prefixes", attribute_names, attribute_values);
|
||||
|
||||
if (name == NULL)
|
||||
MISSING_ATTRIBUTE (context, error, element_name, "name");
|
||||
|
Loading…
Reference in New Issue
Block a user