[ CCode ( cname = "clutter_threads_add_timeout" ) ]
[ Version ( since = "0.4" ) ]
public uint add (uint interval, SourceFunc func)
Simple wrapper around add_full.
interval |
the time between calls to the function, in milliseconds |
func |
function to call |
data |
data to pass to the function |
the ID (greater than 0) of the event source. |