GLib.Source.prototype.remove_poll
function remove_poll(fd: GLib.PollFD): void {
// Gjs wrapper for g_source_remove_poll()
}
Removes a file descriptor from the set of file descriptors polled for this source.
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.
- fd
a GLib.PollFD structure previously passed to GLib.Source.prototype.add_poll.