mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
This commit is contained in:
parent
05f62cb84c
commit
a8636244b5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue