mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
Add test for interface prereq
svn path=/trunk/; revision=935
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user