Function
Clutterthreads_add_idle
Declaration [src]
guint
clutter_threads_add_idle (
GSourceFunc func,
gpointer data
)
Description [src]
Simple wrapper around clutter_threads_add_idle_full()
using the
default priority.
This function is not directly available to language bindings.
The implementation of this function is provided by clutter_threads_add_idle_full()
in language bindings.
Parameters
func
-
Type:
GSourceFunc
Function to call.
data
-
Type:
gpointer
Data to pass to the function.
The argument can be NULL
.The data is owned by the caller of the function.