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.

Available since:0.4
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 GSourceFunc
 

Function to call.

data gpointer
 

Data to pass to the function.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: guint
 

The ID (greater than 0) of the event source.