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 653307 - Change the signature of ClutterTexture::load-finished to give a GError, instead of a gpointer.
Change the signature of ClutterTexture::load-finished to give a GError, inste...
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterTexture
1.6
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-24 04:35 UTC by Peter Ward
Modified: 2011-06-27 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to use a GError instead of a gpointer (929 bytes, patch)
2011-06-24 04:35 UTC, Peter Ward
committed Details | Review

Description Peter Ward 2011-06-24 04:35:24 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.
Comment 1 Peter Ward 2011-06-24 04:35:51 UTC
Created attachment 190559 [details] [review]
patch to use a GError instead of a gpointer
Comment 2 Emmanuele Bassi (:ebassi) 2011-06-24 09:11:16 UTC
Review of attachment 190559 [details] [review]:

looks good.
Comment 3 Emmanuele Bassi (:ebassi) 2011-06-27 11:01:22 UTC
pushed attachment 190559 [details] [review] to master.