mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 16:06:16 +01:00
Add test for interface prereq
svn path=/trunk/; revision=935
This commit is contained in:
parent
7916f49e55
commit
44b1fde2db
@ -2519,7 +2519,7 @@ start_element_handler (GMarkupParseContext *context,
|
||||
GIrNodeInterface *iface;
|
||||
|
||||
iface = (GIrNodeInterface *)ctx->current_node;
|
||||
iface ->prerequisites = g_list_append (iface->prerequisites, g_strdup (name));
|
||||
iface->prerequisites = g_list_append (iface->prerequisites, g_strdup (name));
|
||||
}
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user