Monitors fd for the IO events in events.
The tag returned by this function can be used to remove or modify the monitoring of the fd using Source.removeUnixFd or Source.modifyUnixFd.
It is not necessary to remove the fd before destroying the source; it will be cleaned up automatically.
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.
As the name suggests, this function is not available on Windows.
the fd to monitor
an event mask
an opaque tag
2.36
Monitors fd for the IO events in events.
The tag returned by this function can be used to remove or modify the monitoring of the fd using Source.removeUnixFd or Source.modifyUnixFd.
It is not necessary to remove the fd before destroying the source; it will be cleaned up automatically.
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.
As the name suggests, this function is not available on Windows.