Function
GLibIOFunc
Description [src]
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
- 
            Type: GIOChannelThe GIOChannelevent source.The data is owned by the caller of the function. 
- condition
- 
            Type: GIOConditionThe condition which has been satisfied. 
- data
- 
            Type: gpointerUser data set in g_io_add_watch()or g_io_add_watch_full().The argument can be NULL.The data is owned by the caller of the function.