TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
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.
the source_funcs passed to GLib.Source.new
source_funcs
Optional
the user data for the callback
true if a source was found and removed, false otherwise
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.