GNOME Bugzilla – Bug 653307
Change the signature of ClutterTexture::load-finished to give a GError, instead of a gpointer.
Last modified: 2011-06-27 11:01:25 UTC
I'm using Clutter through the introspected bindings, which don't know what to do when given a void *. The attached patch changes the load-finished signal so that the introspection bindings know what type should be used.
Created attachment 190559 [details] [review] patch to use a GError instead of a gpointer
Review of attachment 190559 [details] [review]: looks good.
pushed attachment 190559 [details] [review] to master.