TimeoutPool
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
[ Compact ]
[ Version ( deprecated = true , deprecated_since = "1.6" , since = "0.6" ) ]
public class TimeoutPool
Warning: TimeoutPool is deprecated since 1.6.
TimeoutPool is an opaque structure whose members cannot be directly accessed.
Content:
Creation methods:
Methods:
- public uint add (uint fps, owned SourceFunc func)
Sets a function to be called at regular intervals, and puts it inside
the this.
- public void remove (uint id_)
Removes a timeout function with id_
from the timeout
pool.