timeline: fix two issues in the documentation

This commit is contained in:
Corentin Noël 2019-01-21 14:14:06 +01:00
parent 031803e947
commit e7f63b03f8

View file

@ -605,7 +605,7 @@ ges_timeline_class_init (GESTimelineClass * klass)
G_TYPE_PTR_ARRAY);
/**
* GESTimeline::track-elements-snapping:
* GESTimeline::snapping-started:
* @timeline: the #GESTimeline
* @obj1: the first #GESTrackElement that was snapping.
* @obj2: the second #GESTrackElement that was snapping.
@ -620,7 +620,7 @@ ges_timeline_class_init (GESTimelineClass * klass)
G_TYPE_UINT64);
/**
* GESTimeline::snapping-end:
* GESTimeline::snapping-ended:
* @timeline: the #GESTimeline
* @obj1: the first #GESTrackElement that was snapping.
* @obj2: the second #GESTrackElement that was snapping.