Actually do something about fundamentals when parsing a .gir

https://bugzilla.gnome.org/show_bug.cgi?id=630710
This commit is contained in:
Tomeu Vizoso 2010-09-27 11:52:55 +02:00
parent 508edb91ad
commit 9468bd36c9

View File

@ -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)