Method

ClutterBindingPoolblock_action

Declaration [src]

void
clutter_binding_pool_block_action (
  ClutterBindingPool* pool,
  const gchar* action_name
)

Description [src]

Blocks all the actions with name action_name inside pool.

Parameters

action_name

Type: const gchar*

An action name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.