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:
Rico Tzschichholz 2019-10-22 22:51:41 +02:00
parent bea7bc33a1
commit d760910448

View file

@ -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.