GLib.MainContext.prototype.remove_poll
function remove_poll(fd: GLib.PollFD): void {
// Gjs wrapper for g_main_context_remove_poll()
}
Removes file descriptor from the set of file descriptors to be polled for a particular context.
- fd
a GLib.PollFD descriptor previously added with GLib.MainContext.prototype.add_poll