Passes the results of polling back to the main loop. You should be
careful to pass @fds and its length @n_fds as received from
g_main_context_query(), as this functions relies on assumptions
on how @fds is filled.
You must have successfully acquired the context with
g_main_context_acquire() before you may call this function.
Passes the results of polling back to the main loop. You should be careful to pass @fds and its length @n_fds as received from g_main_context_query(), as this functions relies on assumptions on how @fds is filled.
You must have successfully acquired the context with g_main_context_acquire() before you may call this function.