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 616004 - Error: No introspection information found for GStrv
Error: No introspection information found for GStrv
Status: RESOLVED OBSOLETE
Product: gjs
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2010-04-16 23:42 UTC by Danielle Madeley
Modified: 2018-01-27 11:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Danielle Madeley 2010-04-16 23:42:08 UTC
This method call fails in GJS:

    let props = chan.borrow_immutable_properties();

With:

    Error: No introspection information found for GStrv

GIR:

      <method name="borrow_immutable_properties"
              c:identifier="tp_channel_borrow_immutable_properties"
              doc="...">
        <return-value transfer-ownership="none" doc="a #GHashTable">
          <type name="GLib.HashTable" c:type="GHashTable*">
            <type name="utf8"/>
            <type name="GObject.Value"/>
          </type>
        </return-value>
      </method>

It's worth noting that other a{sv} GHashTables seem to work fine, I'm guessing it's that this one contains a GStrv.
Comment 1 GNOME Infrastructure Team 2018-01-27 11:43:48 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/gjs/issues/47.