Packages
clutter-1.0
Clutter
Threads
Idle
add
add_full
Clutter.Threads.Idle
Description:
Content:
Functions:
public
uint
add
(
SourceFunc
func)
Simple wrapper around
add_full
using the default priority.
public
uint
add_full
(
int
priority,
owned
SourceFunc
func)
Adds a function to be called whenever there are no higher priority events pending.