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 (
object
orNone
) – user data passed to g_unix_fd_add()
- Returns:
False
if the source should be removed- Return type:
The type of functions to be called when a UNIX fd watch source triggers.