From 231f0cbd0c6704ed4d672709ca110f2b098852a2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 10 Jun 2012 23:34:47 +0100 Subject: [PATCH] docs: Document user_data argument for BindingActionFunc --- clutter/clutter-binding-pool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/clutter-binding-pool.h b/clutter/clutter-binding-pool.h index 281c055d6..cdba0378e 100644 --- a/clutter/clutter-binding-pool.h +++ b/clutter/clutter-binding-pool.h @@ -54,6 +54,7 @@ typedef struct _ClutterBindingPoolClass ClutterBindingPoolClass; * @action_name: the name of the action * @key_val: the key symbol * @modifiers: bitmask of the modifier flags + * @user_data: data passed to the function * * The prototype for the callback function registered with * clutter_binding_pool_install_action() and invoked by