mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
docs: Add ClutterTimelineClass.stopped annotation
This commit is contained in:
parent
7381050ab1
commit
0247d07016
@ -78,11 +78,12 @@ struct _ClutterTimeline
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* ClutterTimelineClass:
|
* ClutterTimelineClass:
|
||||||
* @started: handler for the #ClutterTimeline::started signal
|
* @started: class handler for the #ClutterTimeline::started signal
|
||||||
* @completed: handler for the #ClutterTimeline::completed signal
|
* @completed: class handler for the #ClutterTimeline::completed signal
|
||||||
* @paused: handler for the #ClutterTimeline::paused signal
|
* @paused: class handler for the #ClutterTimeline::paused signal
|
||||||
* @new_frame: handler for the #ClutterTimeline::new-frame signal
|
* @new_frame: class handler for the #ClutterTimeline::new-frame signal
|
||||||
* @marker_reached: handler for the #ClutterTimeline::marker-reached signal
|
* @marker_reached: class handler for the #ClutterTimeline::marker-reached signal
|
||||||
|
* @stopped: class handler for the #ClutterTimeline::stopped signal
|
||||||
*
|
*
|
||||||
* The #ClutterTimelineClass structure contains only private data
|
* The #ClutterTimelineClass structure contains only private data
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user