Interface HookFlagMask


public interface HookFlagMask
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    set if the hook has not been destroyed
    static final int
    set if the hook is currently being run
    static final int
    A mask covering all bits reserved for
    hook flags; see %G_HOOK_FLAG_USER_SHIFT
  • Field Details

    • ACTIVE

      static final int ACTIVE
      set if the hook has not been destroyed
      See Also:
    • IN_CALL

      static final int IN_CALL
      set if the hook is currently being run
      See Also:
    • MASK

      static final int MASK
      A mask covering all bits reserved for
      hook flags; see %G_HOOK_FLAG_USER_SHIFT
      See Also: