BindingActionFunc


Description:

[ CCode ( instance_pos = 4.9 ) ]
[ Version ( since = "1.0" ) ]
public delegate bool BindingActionFunc (Object gobject, string action_name, uint key_val, ModifierType modifiers)

The prototype for the callback function registered with install_action and invoked by activate.

Parameters:

gobject

a Object

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

Returns:

the function should return true if the key binding has been handled, and return false otherwise


Namespace: Clutter
Package: clutter-1.0