Method
ClutterBindingPoolremove_action
Declaration [src]
void
clutter_binding_pool_remove_action (
ClutterBindingPool* pool,
guint key_val,
ClutterModifierType modifiers
)
Description [src]
Removes the action matching the given key_val
, modifiers
pair,
if any exists.
Available since: | 1.0 |
Parameters
key_val |
guint |
A key symbol. |
|
modifiers |
ClutterModifierType |
A bitmask for the modifiers. |