Function
GLibSourceremove_by_funcs_user_data
Declaration [src]
gboolean
g_source_remove_by_funcs_user_data (
GSourceFuncs* funcs,
gpointer user_data
)
Description [src]
Removes a source from the default main loop context given the source functions and user data. If multiple sources exist with the same source functions and user data, only one will be destroyed.
Parameters
funcs
-
Type:
GSourceFuncs
The
source_funcs
passed tog_source_new()
.The data is owned by the caller of the function. user_data
-
Type:
gpointer
The user data for the callback.
The argument can be NULL
.The data is owned by the caller of the function.