mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
scanner: Fix previous rename-to handling commit
This commit is contained in:
parent
f0eeec8cd8
commit
9a46475584
@ -818,7 +818,7 @@ start_function (GMarkupParseContext *context,
|
|||||||
ctx->in_embedded_type = in_embedded_type;
|
ctx->in_embedded_type = in_embedded_type;
|
||||||
|
|
||||||
name = find_attribute ("name", attribute_names, attribute_values);
|
name = find_attribute ("name", attribute_names, attribute_values);
|
||||||
shadows = find_attribute ("name", attribute_names, attribute_values);
|
shadows = find_attribute ("shadows", attribute_names, attribute_values);
|
||||||
symbol = find_attribute ("c:identifier", attribute_names, attribute_values);
|
symbol = find_attribute ("c:identifier", attribute_names, attribute_values);
|
||||||
deprecated = find_attribute ("deprecated", attribute_names, attribute_values);
|
deprecated = find_attribute ("deprecated", attribute_names, attribute_values);
|
||||||
throws = find_attribute ("throws", attribute_names, attribute_values);
|
throws = find_attribute ("throws", attribute_names, attribute_values);
|
||||||
|
Loading…
Reference in New Issue
Block a user