Module: GLib::MainContextFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
Default behaviour.
0 or :none
- OWNERLESS_POLLING =
Assume that polling for events will free the thread to process other jobs. That's useful if you're using
g_main_context_{prepare,query,check,dispatch}to integrate GMainContext in other event loops. 1 or :ownerless_polling