remove_poll


Description:

public void remove_poll (ref PollFD fd)

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 SocketSource. Do not call this API on a SocketSource that you did not create.

Parameters:

this

a SocketSource

fd

a PollFD structure previously passed to add_poll.