From e49e58b045ef0e8f23c8a1df2443d435440116df Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 31 Jan 2011 11:05:10 +0100 Subject: [PATCH] design: add a description of the ges_timeline_object_get_top_effect_postion method --- docs/design/effects.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/design/effects.txt b/docs/design/effects.txt index 7be99b9..f4c989a 100644 --- a/docs/design/effects.txt +++ b/docs/design/effects.txt @@ -231,6 +231,20 @@ C. Keyframes ges_timeline_object_set_top_effect_position (GESTimelineObject *object, GESTrackEffect *effect, guint newposition); + /** + * ges_timeline_object_get_top_effect_position: + * + * @object: The origin #GESTimelineObject + * @effect: The #GESTrackEffect we want to get the top position from + * + * Gets the top position of an effect. + * + * Returns: The top position of the effect, -1 if something went wrong. + */ + gint + ges_timeline_object_get_top_effect_position (GESTimelineObject *object, + GESTrackEffect *effect); + C - The GESTrackEffect API: /** -- 2.7.4