mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
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:
parent
8608d103f8
commit
2138b1cbb2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user