From a8636244b5f3db39d0d9646a41150b18d8be15da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Zanelli?= Date: Sat, 30 Apr 2016 16:43:26 +0200 Subject: [PATCH] timeline: rename "track-element" to "track_element" in select-tracks-for-object documentation because "track-element" is not a valid identifier for a parameter and will cause generated binding using GIR to be invalid. For instance in Vala. https://bugzilla.gnome.org/show_bug.cgi?id=765853 --- ges/ges-timeline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-timeline.c b/ges/ges-timeline.c index ad740a7b69..bc2b590d24 100644 --- a/ges/ges-timeline.c +++ b/ges/ges-timeline.c @@ -625,8 +625,8 @@ ges_timeline_class_init (GESTimelineClass * klass) /** * GESTimeline::select-tracks-for-object: * @timeline: the #GESTimeline - * @clip: The #GESClip on which @track-element will land - * @track-element: The #GESTrackElement for which to choose the tracks it should land into + * @clip: The #GESClip on which @track_element will land + * @track_element: The #GESTrackElement for which to choose the tracks it should land into * * Returns: (transfer full) (element-type GESTrack): a #GPtrArray of #GESTrack-s where that object should be added */ -- 2.34.1