GNOME Bugzilla – Bug 733561
Make a GType for ClutterEventSequence
Last modified: 2014-07-23 12:25:02 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.
Created attachment 281385 [details] [review] event: define a boxed type for ClutterEventSequence This allows for some minimal interaction from bindings.
Review of attachment 281385 [details] [review]: looks okay.
Attachment 281385 [details] pushed as 958ffd4 - event: define a boxed type for ClutterEventSequence