Method
ClapperTimelineget_marker
Declaration [src]
ClapperMarker*
clapper_timeline_get_marker (
ClapperTimeline* timeline,
guint index
)
Description [src]
Get the ClapperMarker
at index.
This behaves the same as g_list_model_get_item()
, and is here
for code uniformity and convenience to avoid type casting by user.
Return value
Type: ClapperMarker
The ClapperMarker
at index
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |