timeline: rename "track-element" to "track_element" in select-tracks-for-object docum...
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Sat, 30 Apr 2016 14:43:26 +0000 (16:43 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 30 Apr 2016 15:35:16 +0000 (16:35 +0100)
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

index ad740a7b694f595e990ccde1cd3e08cef825aaf2..bc2b590d2453c00dc35300bb134a023438de54d6 100644 (file)
@@ -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
    */