From: Emmanuele Bassi Date: Sun, 10 Jun 2012 22:34:47 +0000 (+0100) Subject: docs: Document user_data argument for BindingActionFunc X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=231f0cbd0c6704ed4d672709ca110f2b098852a2;p=profile%2Fivi%2Fclutter.git docs: Document user_data argument for BindingActionFunc --- diff --git a/clutter/clutter-binding-pool.h b/clutter/clutter-binding-pool.h index 281c055..cdba037 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