[ 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.
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 |
the function should return |