After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612022 - g-ir-compiler doesn't support GSList* Arrays
g-ir-compiler doesn't support GSList* Arrays
Status: RESOLVED DUPLICATE of bug 573505
Product: gobject-introspection
Classification: Platform
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks: 585351 612480
 
 
Reported: 2010-03-06 18:53 UTC by Daniel Espinosa
Modified: 2015-02-07 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Espinosa 2010-03-06 18:53:29 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!!!
Comment 1 Johan (not receiving bugmail) Dahlin 2010-09-06 04:47:36 UTC

*** This bug has been marked as a duplicate of bug 573505 ***
Comment 2 André Klapper 2015-02-07 17:01:19 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]