Function

Clutterthreads_add_timeout

Declaration [src]

guint
clutter_threads_add_timeout (
  guint interval,
  GSourceFunc func,
  gpointer data
)

Description [src]

Simple wrapper around clutter_threads_add_timeout_full().

Available since:0.4
This function is not directly available to language bindings
The implementation of this function is provided by clutter_threads_add_timeout_full() in language bindings

Parameters

interval guint
 

The time between calls to the function, in milliseconds.

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.