mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
docs: Document user_data argument for BindingActionFunc
This commit is contained in:
parent
847f9aef43
commit
231f0cbd0c
@ -54,6 +54,7 @@ typedef struct _ClutterBindingPoolClass ClutterBindingPoolClass;
|
|||||||
* @action_name: the name of the action
|
* @action_name: the name of the action
|
||||||
* @key_val: the key symbol
|
* @key_val: the key symbol
|
||||||
* @modifiers: bitmask of the modifier flags
|
* @modifiers: bitmask of the modifier flags
|
||||||
|
* @user_data: data passed to the function
|
||||||
*
|
*
|
||||||
* The prototype for the callback function registered with
|
* The prototype for the callback function registered with
|
||||||
* clutter_binding_pool_install_action() and invoked by
|
* clutter_binding_pool_install_action() and invoked by
|
||||||
|
Loading…
Reference in New Issue
Block a user