Enumeration (GI Flags)

GLib-2.0GLibMainContextFlagsSince 2.72

Flags to pass to GLib.MainContext.new_with_flags which affect the behaviour of a GLib.MainContext.

2.72

Index

Enumeration Members

Enumeration Members

NONE: number

Default behaviour.

OWNERLESS_POLLING: number

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.