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 733561 - Make a GType for ClutterEventSequence
Make a GType for ClutterEventSequence
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2014-07-22 14:00 UTC by Carlos Garnacho
Modified: 2014-07-23 12:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
event: define a boxed type for ClutterEventSequence (1.97 KB, patch)
2014-07-22 14:01 UTC, Carlos Garnacho
committed Details | Review

Description Carlos Garnacho 2014-07-22 14:00:09 UTC
As is, ClutterEventSequence can't be used from bindings. Defining a boxed type that doesn't really copy nor free the sequence brings in minimal support so it can be passed around in(to) functions, still no direct comparisons though... I'm attaching a patch to add that minimal binding support.
Comment 1 Carlos Garnacho 2014-07-22 14:01:05 UTC
Created attachment 281385 [details] [review]
event: define a boxed type for ClutterEventSequence

This allows for some minimal interaction from bindings.
Comment 2 Emmanuele Bassi (:ebassi) 2014-07-22 16:31:14 UTC
Review of attachment 281385 [details] [review]:

looks okay.
Comment 3 Carlos Garnacho 2014-07-23 12:24:55 UTC
Attachment 281385 [details] pushed as 958ffd4 - event: define a boxed type for ClutterEventSequence