mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
marker-list: Use proper parameters names even in the docs
Otherwise there will be parameters with hyphen in their name in the GIR.
This commit is contained in:
parent
bea7bc33a1
commit
d760910448
1 changed files with 4 additions and 4 deletions
|
@ -178,7 +178,7 @@ ges_marker_list_class_init (GESMarkerListClass * klass)
|
|||
|
||||
/**
|
||||
* GESMarkerList::marker-removed:
|
||||
* @marker-list: the #GESMarkerList
|
||||
* @marker_list: the #GESMarkerList
|
||||
* @marker: the #GESMarker that was removed.
|
||||
*
|
||||
* Will be emitted after the marker was removed the marker-list.
|
||||
|
@ -191,9 +191,9 @@ ges_marker_list_class_init (GESMarkerListClass * klass)
|
|||
|
||||
/**
|
||||
* GESMarkerList::marker-moved:
|
||||
* @marker-list: the #GESMarkerList
|
||||
* @previous-position: the previous position of the marker
|
||||
* @new-position: the new position of the marker
|
||||
* @marker_list: the #GESMarkerList
|
||||
* @previous_position: the previous position of the marker
|
||||
* @new_position: the new position of the marker
|
||||
* @marker: the #GESMarker that was moved.
|
||||
*
|
||||
* Will be emitted after the marker was moved to.
|
||||
|
|
Loading…
Reference in a new issue