Class method

ClutterActorClassget_binding_pool

Declaration [src]

ClutterBindingPool*
clutter_actor_class_get_binding_pool (
  ClutterActorClass* actor_class
)

Description [src]

Gets the ClutterBindingPool for the actor type.

Return value

Type: ClutterBindingPool

A binding pool for this class/type.

The returned data is owned by the class.