Bug 1388 - Clarify signal emission for advance_to_marker()

Like clutter_timeline_advance(), calling advance_to_marker() will
not emit ::new-frame for the frame where the marker is set on; it
will also not emit ::marker-reached for the marker we are advancing
the timeline to.
This commit is contained in:
Emmanuele Bassi 2009-01-27 11:25:06 +00:00
parent 8608d103f8
commit 2138b1cbb2

View File

@ -1679,6 +1679,11 @@ clutter_timeline_list_markers (ClutterTimeline *timeline,
* *
* Advances @timeline to the frame of the given @marker_name. * Advances @timeline to the frame of the given @marker_name.
* *
* <note><para>Like clutter_timeline_advance(), this function will not
* emit the #ClutterTimeline::new-frame for the frame where @marker_name
* is set, nor it will emit #ClutterTimeline::marker-reached for
* @marker_name.</para></note>
*
* Since: 0.8 * Since: 0.8
*/ */
void void