Callbacks¶
|
Details¶
- GLibUnix.FDSourceFunc(fd, condition, *user_data)¶
- Parameters:
fd (
int) – the fd that triggered the eventcondition (
GLib.IOCondition) – the IO conditions reported on fduser_data (
objectorNone) – user data passed to g_unix_fd_add()
- Returns:
Falseif the source should be removed- Return type:
The type of functions to be called when a UNIX fd watch source triggers.