GNOME Bugzilla – Bug 633998
can't call static methods on interface types
Last modified: 2012-03-03 00:14:12 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")
This is now implemented in master, closing...