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.

Available since:1.0

Parameters

key_val guint
 

A key symbol.

modifiers ClutterModifierType
 

A bitmask for the modifiers.

Return value

Returns: const gchar*
 

The name of the action, if found, or NULL. The returned string is owned by the binding pool and should never be modified or freed.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.