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 633998 - can't call static methods on interface types
can't call static methods on interface types
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-04 15:09 UTC by Dan Winship
Modified: 2012-03-03 00:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2010-11-04 15:09:08 UTC
gjs doesn't let you call static methods on interface types. eg, g_icon_new_from_string(). ("Error: API of type INTERFACE not implemented, cannot define Gio.Icon")
Comment 1 Giovanni Campagna 2012-03-03 00:14:12 UTC
This is now implemented in master, closing...