Function
GLibIOFunc
Description
Specifies the type of function passed to g_io_add_watch()
or
g_io_add_watch_full(), which is called when the requested condition
on a GIOChannel
is satisfied.
Parameters
source |
GIOChannel |
The |
|
The data is owned by the caller of the function. | |
condition |
GIOCondition |
The condition which has been satisfied. |
|
data |
gpointer |
User data set in |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |