Gtk.Idle – gtk+-2.0 Reference Manual
Packages
gtk+-2.0
Gtk
Idle
add
add_full
add_priority
remove
remove_by_data
Gtk.Idle
Description:
Content:
Functions:
public
uint
add
(
Function
function)
public
uint
add_full
(
int
priority,
Function
function,
CallbackMarshal
marshal,
void
* data,
DestroyNotify
destroy)
public
uint
add_priority
(
int
priority,
Function
function)
public
void
remove
(
uint
idle_handler_id)
public
void
remove_by_data
(
void
* data)