GNOME Bugzilla – Bug 669815
[clutter bindings] Clutter.BindingPool.install_action incorrect
Last modified: 2012-06-09 20:47:24 UTC
The clutter-1.0.vapi for this function is as follows: public void install_action (string action_name, uint key_val, Clutter.ModifierType modifiers, [CCode (type = "GCallback")] owned Clutter.BindingActionFunc callback); The C header file: void clutter_binding_pool_install_action (ClutterBindingPool *pool, const gchar *action_name, guint key_val, ClutterModifierType modifiers, GCallback callback, gpointer data, GDestroyNotify notify); This results in the following for a given valid foo.vala: foo.c: error: too few arguments to function 'clutter_binding_pool_install_action' /usr/include/clutter-1.0/clutter/clutter-binding-pool.h:78:23: note: declared here
commit c26db99f439004792f0444d25f2d12ca18958e60 Author: Evan Nemerson <evan@coeus-group.com> Date: Sat Jun 9 13:33:47 2012 -0700 clutter-1.0: update to latest git Fixes bug 669815.