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.
remove the idle function which was registered with this user data.
See Implementation
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.