mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Actually do something about fundamentals when parsing a .gir
https://bugzilla.gnome.org/show_bug.cgi?id=630710
This commit is contained in:
parent
508edb91ad
commit
9468bd36c9
@ -1791,6 +1791,8 @@ start_class (GMarkupParseContext *context,
|
||||
|
||||
iface->abstract = abstract && strcmp (abstract, "1") == 0;
|
||||
|
||||
if (fundamental)
|
||||
iface->fundamental = TRUE;
|
||||
if (ref_func)
|
||||
iface->ref_func = g_strdup (ref_func);
|
||||
if (unref_func)
|
||||
|
Loading…
Reference in New Issue
Block a user