OwnerChange

public extension OwnerChange
  • Cast constructor, converting any binary integer to a OwnerChange.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • some other app claimed the ownership

    Declaration

    Swift

    static let newOwner: GdkOwnerChange
  • the window was destroyed

    Declaration

    Swift

    static let destroy: GdkOwnerChange
  • the client was closed

    Declaration

    Swift

    static let close: GdkOwnerChange