TimelineObject: fixe new API documentation
authorThibault Saunier <thibault.saunier@collabora.co.uk>
Mon, 31 Jan 2011 10:53:38 +0000 (11:53 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 6 May 2011 08:39:00 +0000 (10:39 +0200)
ges/ges-timeline-object.c

index 0e0f8af..93fdbdb 100644 (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
 *