Method
ClapperReactabletimeline_insert_sync
since: 0.10
Declaration [src]
void
clapper_reactable_timeline_insert_sync (
ClapperReactable* reactable,
ClapperTimeline* timeline,
ClapperMarker* marker
)
Description [src]
A convenience function that within application main thread synchronously inserts marker into timeline.
Reactable enhancers should only modify timeline of an item that is already in queue from the application main thread, switching thread either themselves or using this convenience function that does so.
Available since: 0.10
Parameters
timeline-
Type:
ClapperTimelineA
ClapperTimeline.The data is owned by the caller of the method. marker-
Type:
ClapperMarkerA
ClapperMarker.The data is owned by the caller of the method.