GNOME Bugzilla – Bug 616004
Error: No introspection information found for GStrv
Last modified: 2018-01-27 11:43:48 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.
-- 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.