Clutter.Threads.Idle – clutter-1.0 Reference Manual
Idle
Description:
public
namespace
Idle
Namespace:
Clutter.Threads.Idle
Package:
clutter-1.0
Content:
Methods:
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.
2022 vala-language.org