binding-pool: add user_data parameter to ClutterBindingActionFunc
https://bugzilla.gnome.org/show_bug.cgi?id=677659
This commit is contained in:
parent
cc01ebfe68
commit
0a5967ef50
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ typedef struct _ClutterBindingPoolClass ClutterBindingPoolClass;
|
||||||
typedef gboolean (* ClutterBindingActionFunc) (GObject *gobject,
|
typedef gboolean (* ClutterBindingActionFunc) (GObject *gobject,
|
||||||
const gchar *action_name,
|
const gchar *action_name,
|
||||||
guint key_val,
|
guint key_val,
|
||||||
ClutterModifierType modifiers);
|
ClutterModifierType modifiers,
|
||||||
|
gpointer user_data);
|
||||||
|
|
||||||
GType clutter_binding_pool_get_type (void) G_GNUC_CONST;
|
GType clutter_binding_pool_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue