Idle.removeByData

Warning gtk_idle_remove_by_data has been deprecated since version 2.4 and should not be used in newly-written code. Use g_idle_remove_by_data() instead. Removes the idle function identified by the user data.

class Idle
static
void
removeByData
(
void* data
)

Parameters

data void*

remove the idle function which was registered with this user data.

Meta