GNOME Bugzilla – Bug 697377
Cannot call static methods on interfaces
Last modified: 2013-07-04 12:24:09 UTC
Static methods on a GObject can be called on Namespace.Type.Function() but static methods on an interface cannot be called on Namespace.Interface.Function(). The support is missing in: libseed/seed-importer.c: seed_gi_importer_do_namespace() The attached patch implements it.
Created attachment 240772 [details] [review] [PATCH] Support static methods on interfaces
applied now
Was this actually applied? I don't see it on git master.
my mistake - should be on there now.