MainContext.check

Passes the results of polling back to the main loop.

class MainContext
int
check

Parameters

maxPriority int

the maximum numerical priority of sources to check

fds GPollFD*

array of GPollFD's that was passed to the last call to g_main_context_query()

nFds int

return value of g_main_context_query()

Return Value

Type: int

TRUE if some sources are ready to be dispatched.

Meta