TimelineObject: fixe new API documentation

This commit is contained in:
Thibault Saunier 2011-01-31 11:53:38 +01:00 committed by Edward Hervey
parent ca2d5bca2b
commit 25daa3c6a0

View file

@ -794,9 +794,10 @@ sort_track_effects (gpointer a, gpointer b, GESTimelineObject * object)
/**
* ges_timeline_object_get_effects:
*
* @object: The origin #GESTimelineObject
*
* Get effects applied on @object
*
* Returns: a #GList of the #GESTrackOperation that are applied on
* @object order by ascendant priorities.
* 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:
*
* @object: The origin #GESTimelineObject
* @effect: The #GESTrackEffect we want to get the top position from
*