Interface MainContextFlags


public interface MainContextFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Default behaviour.
    static final int
    Assume that polling for events will
    free the thread to process other jobs.
  • Field Details

    • NONE

      static final int NONE
      Default behaviour.
      See Also:
    • OWNERLESS_POLLING

      static final int 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.
      See Also: