From acf3e319074eaa5ae7b8ff8b77b930d70e6e18b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 16 May 2019 15:09:51 +0300 Subject: [PATCH] timeline-element: Mark edit() as Since: 1.18 --- ges/ges-timeline-element.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ges/ges-timeline-element.c b/ges/ges-timeline-element.c index 09435085e0..0ede22b3a2 100644 --- a/ges/ges-timeline-element.c +++ b/ges/ges-timeline-element.c @@ -1964,6 +1964,8 @@ ges_timeline_element_set_flags (GESTimelineElement * self, * * Returns: %TRUE if @self as been edited properly, %FALSE if an error * occured + * + * Since: 1.18 */ gboolean ges_timeline_element_edit (GESTimelineElement * self, GList * layers,