mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
TimelineObject: fixe new API documentation
This commit is contained in:
parent
ca2d5bca2b
commit
25daa3c6a0
1 changed files with 2 additions and 2 deletions
|
@ -794,9 +794,10 @@ sort_track_effects (gpointer a, gpointer b, GESTimelineObject * object)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ges_timeline_object_get_effects:
|
* ges_timeline_object_get_effects:
|
||||||
*
|
|
||||||
* @object: The origin #GESTimelineObject
|
* @object: The origin #GESTimelineObject
|
||||||
*
|
*
|
||||||
|
* Get effects applied on @object
|
||||||
|
*
|
||||||
* Returns: a #GList of the #GESTrackOperation that are applied on
|
* Returns: a #GList of the #GESTrackOperation that are applied on
|
||||||
* @object order by ascendant priorities.
|
* @object order by ascendant priorities.
|
||||||
* The refcount of the objects will be increased. The user will have to
|
* The refcount of the objects will be increased. The user will have to
|
||||||
|
@ -824,7 +825,6 @@ ges_timeline_object_get_effects (GESTimelineObject * object)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ges_timeline_object_get_top_effect_position:
|
* ges_timeline_object_get_top_effect_position:
|
||||||
*
|
|
||||||
* @object: The origin #GESTimelineObject
|
* @object: The origin #GESTimelineObject
|
||||||
* @effect: The #GESTrackEffect we want to get the top position from
|
* @effect: The #GESTrackEffect we want to get the top position from
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue