Method
ClutterBindingPoolfind_action
Declaration [src]
const gchar*
clutter_binding_pool_find_action (
  ClutterBindingPool* pool,
  guint key_val,
  ClutterModifierType modifiers
)
Description [src]
Retrieves the name of the action matching the given key symbol and modifiers bitmask.
Parameters
- key_val
- 
            Type: guintA key symbol. 
- modifiers
- 
            Type: ClutterModifierTypeA bitmask for the modifiers.