Declaration

func clipboardValue(format: GSFormatVersion) throws -> [String : Any]

Declaration

- (NSDictionary<NSString *,id> *) clipboardValueFormat:(GSFormatVersion) format error:(NSError **) error;

Declaration

clipboardValueFormat_error_(format: GSFormatVersion) -> tuple[dict[str, object], NSError]