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

Parameters:

this

a SignalSource

fd

a PollFD structure previously passed to add_poll.