ClipboardPropertyName

public enum ClipboardPropertyName : String, PropertyNameProtocol

Undocumented

  • The GdkContentProvider or nil if the clipboard is empty or contents are provided otherwise.

    Declaration

    Swift

    case content = "content"
  • The GdkDisplay that the clipboard belongs to.

    Declaration

    Swift

    case display = "display"
  • The possible formats that the clipboard can provide its data in.

    Declaration

    Swift

    case formats = "formats"
  • true if the contents of the clipboard are owned by this process.

    Declaration

    Swift

    case local = "local"