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.

Available since:1.0

Parameters

action_name const gchar*
 

An action name.

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