remove_unix_fd
Description:
[ Version ( since = "2.36" ) ]
public void remove_unix_fd (void* tag)
public void remove_unix_fd (void* tag)
Reverses the effect of a previous call to [method@GLib.
Source.add_unix_fd].
You only need to call this if you want to remove a file descriptor from being watched while keeping the same source around. In the normal case you will just want to destroy the source.
This API is only intended to be used by implementations of [struct@GLib.Source]. Do not call this API on a [struct@GLib.Source] that you did not create.
As the name suggests, this function is not available on Windows.
Parameters:
| this |
a source |
| tag |
the tag from [method@GLib.Source.add_unix_fd] |