Method
ClutterBindingPoolunblock_action
Declaration [src]
void
clutter_binding_pool_unblock_action (
ClutterBindingPool* pool,
const gchar* action_name
)
Description [src]
Unblockes all the actions with name action_name
inside pool
.
Unblocking an action does not cause the callback bound to it to
be invoked in case clutter_binding_pool_activate()
was called on
an action previously blocked with clutter_binding_pool_block_action()
.