GNOME Bugzilla – Bug 612022
g-ir-compiler doesn't support GSList* Arrays
Last modified: 2015-02-07 17:01:19 UTC
If I have a definition for in a structure: GSList* modif_params[3]; g-ir-scanner will create the following entries on gir file: <field name="modif_params" writable="1"> <array zero-terminated="0" c:type="GSList*"> <type name="GLib.SList"/> </array> </field> But g-ir-compiler will fail to create typedef file. This is a blocker to have GDA GOI support!!!
*** This bug has been marked as a duplicate of bug 573505 ***
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]