Annotate clutter_threads_add_repaint_func_full()
This commit is contained in:
parent
1ac655b394
commit
4a9414ff87
@ -122,6 +122,7 @@ guint clutter_threads_add_timeout_full (gint
|
|||||||
guint clutter_threads_add_repaint_func (GSourceFunc func,
|
guint clutter_threads_add_repaint_func (GSourceFunc func,
|
||||||
gpointer data,
|
gpointer data,
|
||||||
GDestroyNotify notify);
|
GDestroyNotify notify);
|
||||||
|
CLUTTER_AVAILABLE_IN_1_10
|
||||||
guint clutter_threads_add_repaint_func_full (ClutterRepaintFlags flags,
|
guint clutter_threads_add_repaint_func_full (ClutterRepaintFlags flags,
|
||||||
GSourceFunc func,
|
GSourceFunc func,
|
||||||
gpointer data,
|
gpointer data,
|
||||||
|
Loading…
Reference in New Issue
Block a user