Function
GLibUnixFDSourceFunc
since: 2.0
Description
The type of functions to be called when a UNIX fd watch source triggers.
Available since: 2.0
Parameters
fd
-
Type:
gint
The fd that triggered the event.
condition
-
Type:
GIOCondition
The IO conditions reported on
fd
. user_data
-
Type:
gpointer
User data passed to
g_unix_fd_add()
The argument can be NULL
.The data is owned by the caller of the function.