Idle.add

Warning gtk_idle_add has been deprecated since version 2.4 and should not be used in newly-written code. Use g_idle_add() instead. Causes the mainloop to call the given function whenever no events with higher priority are to be processed. The default priority is GTK_PRIORITY_DEFAULT, which is rather low.

class Idle
static
uint
add

Parameters

data void*

The information to pass to the function.

Return Value

Type: uint

a unique handle for this registration.

Meta