dispatch
Description:
public void dispatch ()
Dispatches all pending sources.
You must have successfully acquired the context with [method@GLib.MainContext.acquire] before you may call this function.
Since 2.76 this can be `NULL` to use the global-default main context.
Parameters:
| this |
a main context (if `NULL`, the global-default main context will be used) |