Method

PhocOutputremove_frame_callbacks_by_animatable

Declaration [src]

void
phoc_output_remove_frame_callbacks_by_animatable (
  PhocOutput* self,
  PhocAnimatable* animatable
)

Description [src]

Remove all frame callbacks for the given PhocAnimatable.

Parameters

animatable

Type: PhocAnimatable

The animatable to remove.

The data is owned by the caller of the method.