diff --git a/ges/ges-timeline-object.c b/ges/ges-timeline-object.c index 0e0f8afd10..93fdbdbabb 100644 --- a/ges/ges-timeline-object.c +++ b/ges/ges-timeline-object.c @@ -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 *