mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Timeline: Fix documentation of return value
This commit is contained in:
parent
ba5770993f
commit
9f26d1a14e
1 changed files with 2 additions and 1 deletions
|
@ -975,7 +975,8 @@ ges_timeline_get_tracks (GESTimeline * timeline)
|
|||
* ges_timeline_get_layers:
|
||||
* @timeline: a #GESTimeline
|
||||
*
|
||||
* Returns the list of #GESTimelineLayer present in the Timeline.
|
||||
* Returns: (transfer full) (element-type GESTimelineLayer): the list of
|
||||
* #GESTimelineLayer present in the Timeline.
|
||||
* The caller should unref each Layer once he is done with them.
|
||||
*/
|
||||
GList *
|
||||
|
|
Loading…
Reference in a new issue