Packages
clutter-1.0
Clutter
FrameSource
add
add_full
Clutter.FrameSource
Description:
Content:
Functions:
public
uint
add
(
uint
fps,
SourceFunc
func)
Simple wrapper around
add_full
.
public
uint
add_full
(
int
priority,
uint
fps,
owned
SourceFunc
func)
Sets a function to be called at regular intervals with the given priority.