Function
GLibSourceremove_by_user_data
Declaration [src]
gboolean
g_source_remove_by_user_data (
gpointer user_data
)
Description [src]
Removes a source from the default main loop context given the user data for the callback. If multiple sources exist with the same user data, only one will be destroyed.