From e7803d1582bde73e4e7476dac43db09117896ab4 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 29 Jan 2024 13:52:46 -0300 Subject: [PATCH] ges: clip: doc: Add a reference for more information about effect index Part-of: --- girs/GES-1.0.gir | 3 ++- subprojects/gst-editing-services/ges/ges-clip.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir index c205e43a93..6a192688c6 100644 --- a/girs/GES-1.0.gir +++ b/girs/GES-1.0.gir @@ -1664,7 +1664,8 @@ would not be able to adapt itself once the effect is added. - The index to add @effect at, or -1 to add at the highest + The index to add @effect at, or -1 to add at the highest, + see #ges_clip_get_top_effect_index for more information diff --git a/subprojects/gst-editing-services/ges/ges-clip.c b/subprojects/gst-editing-services/ges/ges-clip.c index 30478e2f24..457054b052 100644 --- a/subprojects/gst-editing-services/ges/ges-clip.c +++ b/subprojects/gst-editing-services/ges/ges-clip.c @@ -3034,7 +3034,8 @@ _cmp_children_by_priority (gconstpointer a_p, gconstpointer b_p) * ges_clip_add_top_effect: * @clip: A #GESClip * @effect: A top effect to add - * @index: The index to add @effect at, or -1 to add at the highest + * @index: The index to add @effect at, or -1 to add at the highest, + * see #ges_clip_get_top_effect_index for more information * @error: (nullable): Return location for an error * * Add a top effect to a clip at the given index.