Function
GLibPollFunc
Description
Specifies the type of function passed to g_main_context_set_poll_func().
The semantics of the function should match those of the poll()
system call.
Parameters
ufds |
GPollFD |
An array of |
|
The data is owned by the caller of the function. | |
nfsd |
guint |
The number of elements in |
|
timeout_ |
gint |
The maximum time to wait for an event of the file descriptors. A negative value indicates an infinite timeout. |