Method
ClutterTimelinelist_markers
Declaration [src]
gchar**
clutter_timeline_list_markers (
ClutterTimeline* timeline,
gint msecs,
gsize* n_markers
)
Description [src]
Retrieves the list of markers at time msecs
. If msecs
is a
negative integer, all the markers attached to timeline
will be returned.
Available since: | 0.8 |
Parameters
msecs |
gint |
The time to check, or -1 |
|
n_markers |
gsize* |
The number of markers returned. |
|
The argument will be set by the function. |
Return value
Returns: | An array of utf8 |
a newly allocated, |
|
The array is NULL -terminated. | |
The length of the array is in the n_markers argument. | |
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
Each element is a NUL terminated UTF-8 string. |