GPollFunc

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.

alias GPollFunc = int function(GPollFD* ufds, uint nfsd, int timeout)

Meta