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 785253 - g-ir-scanner ignores GLib.HashTable annotations for properties
g-ir-scanner ignores GLib.HashTable annotations for properties
Status: RESOLVED OBSOLETE
Product: gobject-introspection
Classification: Platform
Component: g-ir-scanner
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-07-21 23:10 UTC by Igor Gnatenko
Modified: 2018-02-08 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Igor Gnatenko 2017-07-21 23:10:01 UTC
Following code
```
  /**
   * Module:buildrequires: (type GLib.HashTable(utf8,utf8)) (transfer container)
   */
  properties [PROP_BUILDREQUIRES] =
    g_param_spec_boxed ("buildrequires",
                        "BuildRequires of module",
                        "The buildrequires of module",
                        G_TYPE_HASH_TABLE,
                        G_PARAM_READWRITE);
```

results into

```
      <property name="buildrequires" writable="1" transfer-ownership="none">
        <type name="GLib.HashTable">
          <type name="gpointer" c:type="gpointer"/>
          <type name="gpointer" c:type="gpointer"/>
        </type>
      </property>
```

I have absolutely no clue why it doesn't work =(
Comment 1 GNOME Infrastructure Team 2018-02-08 12:47:02 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gobject-introspection/issues/179.