Property

PhocTimedAnimation:dispose-on-done

since: 0

Declaration

property dispose-on-done: gboolean [ read, write, construct-only ]

Description [src]

Whether the animation should ref itself during construction and drop that reference once it emitted the PhocTimedAnimation::done signal. This frees the animated object from tracking the animations life cycle thus making it easy to create “fire and forget” animations.

Type: gboolean
Available since:0
Default valueFALSE
Getter methodphoc_timed_animation_get_dispose_on_done()

Flags

Readableyes
Writableyes
Constructno
Construct onlyyes