GLib.Source.prototype.remove_child_source
function remove_child_source(child_source: GLib.Source): void {
// Gjs wrapper for g_source_remove_child_source()
}
Detaches child_source from source and destroys it.
This API is only intended to be used by implementations of GLib.Source. Do not call this API on a GLib.Source that you did not create.
Since 2.28
- child_source
a GLib.Source previously passed to GLib.Source.prototype.add_child_source.