ApplicationServices Changes for Swift
ApplicationServices
Removed ATSFontQuerySourceContext.init(version: UInt32, refCon: UnsafeMutablePointer<Void>, retain: CFAllocatorRetainCallBack!, release: CFAllocatorReleaseCallBack!)
Removed ATSUBackgroundData.init(backgroundUPP: RedrawBackgroundUPP!)
Removed ATSUGlyphInfo.init(glyphID: GlyphID, reserved: UInt16, layoutFlags: UInt32, charIndex: UniCharArrayOffset, style: ATSUStyle, deltaY: Float32, idealX: Float32, screenX: Int16, caretX: Int16)
Removed ATSUGlyphInfoArray.init(layout: ATSUTextLayout, numGlyphs: Int, glyphs: (ATSUGlyphInfo))
Removed ATSULayoutOperationOverrideSpecifier.init(operationSelector: ATSULayoutOperationSelector, overrideUPP: ATSUDirectLayoutOperationOverrideUPP!)
Removed AXMenuItemModifiers.None
Removed CQDProcs.init(textProc: QDTextUPP!, lineProc: QDLineUPP!, rectProc: QDRectUPP!, rRectProc: QDRRectUPP!, ovalProc: QDOvalUPP!, arcProc: QDArcUPP!, polyProc: QDPolyUPP!, rgnProc: QDRgnUPP!, bitsProc: QDBitsUPP!, commentProc: QDCommentUPP!, txMeasProc: QDTxMeasUPP!, getPicProc: QDGetPicUPP!, putPicProc: QDPutPicUPP!, opcodeProc: QDOpcodeUPP!, newProc1: UniversalProcPtr!, glyphsProc: QDStdGlyphsUPP!, printerStatusProc: QDPrinterStatusUPP!, newProc4: UniversalProcPtr!, newProc5: UniversalProcPtr!, newProc6: UniversalProcPtr!)
Removed HomographDicInfoRec.init(dictionaryID: DCMDictionaryID, uniqueID: DCMUniqueID)
Removed kPasteboardClientIsOwner
Removed kPasteboardFlavorNoFlags
Removed kPasteboardFlavorNotSaved
Removed kPasteboardFlavorPromised
Removed kPasteboardFlavorRequestOnly
Removed kPasteboardFlavorSenderOnly
Removed kPasteboardModified
Removed kPasteboardStandardLocationTrash
Removed PasteboardFlavorFlags
Removed PasteboardStandardLocation
Removed PasteboardSyncFlags
Added kATSUCenterAlignment
Added kATSUEndAlignment
Added kATSUFullJustification
Added kATSUNoJustification
Added kATSUStartAlignment
Added kColorSyncConvertUseExtendedRange
Modified ATSFontFilter [struct]
Declaration | |
---|---|
From | struct ATSFontFilter { struct __Unnamed_union_filter { var generationFilter: ATSGeneration var fontFamilyFilter: ATSFontFamilyRef var fontFamilyApplierFunctionFilter: ATSFontFamilyApplierFunction! var fontApplierFunctionFilter: ATSFontApplierFunction! var fontFileRefFilter: UnsafePointer<FSRef> init(generationFilter generationFilter: ATSGeneration) init(fontFamilyFilter fontFamilyFilter: ATSFontFamilyRef) init(fontFamilyApplierFunctionFilter fontFamilyApplierFunctionFilter: ATSFontFamilyApplierFunction!) init(fontApplierFunctionFilter fontApplierFunctionFilter: ATSFontApplierFunction!) init(fontFileRefFilter fontFileRefFilter: UnsafePointer<FSRef>) init() } var version: UInt32 var filterSelector: ATSFontFilterSelector var filter: ATSFontFilter.__Unnamed_union_filter init() init(version version: UInt32, filterSelector filterSelector: ATSFontFilterSelector, filter filter: ATSFontFilter.__Unnamed_union_filter) } |
To | struct ATSFontFilter { struct __Unnamed_union_filter { var generationFilter: ATSGeneration var fontFamilyFilter: ATSFontFamilyRef var fontFamilyApplierFunctionFilter: ApplicationServices.ATSFontFamilyApplierFunction! var fontApplierFunctionFilter: ApplicationServices.ATSFontApplierFunction! var fontFileRefFilter: UnsafePointer<FSRef>! init(generationFilter generationFilter: ATSGeneration) init(fontFamilyFilter fontFamilyFilter: ATSFontFamilyRef) init(fontFamilyApplierFunctionFilter fontFamilyApplierFunctionFilter: ApplicationServices.ATSFontFamilyApplierFunction!) init(fontApplierFunctionFilter fontApplierFunctionFilter: ApplicationServices.ATSFontApplierFunction!) init(fontFileRefFilter fontFileRefFilter: UnsafePointer<FSRef>!) init() } var version: UInt32 var filterSelector: ATSFontFilterSelector var filter: ATSFontFilter.__Unnamed_union_filter init() init(version version: UInt32, filterSelector filterSelector: ATSFontFilterSelector, filter filter: ATSFontFilter.__Unnamed_union_filter) } |
Modified ATSFontQuerySourceContext [struct]
Declaration | |
---|---|
From | struct ATSFontQuerySourceContext { var version: UInt32 var refCon: UnsafeMutablePointer<Void> var retain: CFAllocatorRetainCallBack! var release: CFAllocatorReleaseCallBack! init() init(version version: UInt32, refCon refCon: UnsafeMutablePointer<Void>, retain retain: CFAllocatorRetainCallBack!, release release: CFAllocatorReleaseCallBack!) } |
To | struct ATSFontQuerySourceContext { var version: UInt32 var refCon: UnsafeMutableRawPointer! var retain: CoreFoundation.CFAllocatorRetainCallBack! var release: CoreFoundation.CFAllocatorReleaseCallBack! init() init(version version: UInt32, refCon refCon: UnsafeMutableRawPointer!, retain retain: CoreFoundation.CFAllocatorRetainCallBack!, release release: CoreFoundation.CFAllocatorReleaseCallBack!) } |
Modified ATSFontQuerySourceContext.refCon
Declaration | |
---|---|
From | var refCon: UnsafeMutablePointer<Void> |
To | var refCon: UnsafeMutableRawPointer! |
Modified ATSFontQuerySourceContext.release
Declaration | |
---|---|
From | var release: CFAllocatorReleaseCallBack! |
To | var release: CoreFoundation.CFAllocatorReleaseCallBack! |
Modified ATSFontQuerySourceContext.retain
Declaration | |
---|---|
From | var retain: CFAllocatorRetainCallBack! |
To | var retain: CoreFoundation.CFAllocatorRetainCallBack! |
Modified ATSFSSpec [struct]
Declaration | |
---|---|
From | struct ATSFSSpec { var vRefNum: FSVolumeRefNum var parID: Int32 var name: StrFileName init() init(vRefNum vRefNum: FSVolumeRefNum, parID parID: Int32, name name: StrFileName) } |
To | struct ATSFSSpec { var vRefNum: FSVolumeRefNum var parID: Int32 var name: Darwin.StrFileName init() init(vRefNum vRefNum: FSVolumeRefNum, parID parID: Int32, name name: Darwin.StrFileName) } |
Declaration | |
---|---|
From | init(vRefNum vRefNum: FSVolumeRefNum, parID parID: Int32, name name: StrFileName) |
To | init(vRefNum vRefNum: FSVolumeRefNum, parID parID: Int32, name name: Darwin.StrFileName) |
Modified ATSFSSpec.name
Declaration | |
---|---|
From | var name: StrFileName |
To | var name: Darwin.StrFileName |
Modified ATSUBackgroundData [struct]
Declaration | |
---|---|
From | struct ATSUBackgroundData { var backgroundColor: ATSUBackgroundColor var backgroundUPP: RedrawBackgroundUPP! init(backgroundColor backgroundColor: ATSUBackgroundColor) init(backgroundUPP backgroundUPP: RedrawBackgroundUPP!) init() } |
To | struct ATSUBackgroundData { var backgroundColor: ATSUBackgroundColor var backgroundUPP: ApplicationServices.RedrawBackgroundUPP! init(backgroundColor backgroundColor: ATSUBackgroundColor) init(backgroundUPP backgroundUPP: ApplicationServices.RedrawBackgroundUPP!) init() } |
Modified ATSUBackgroundData.backgroundUPP
Declaration | |
---|---|
From | var backgroundUPP: RedrawBackgroundUPP! |
To | var backgroundUPP: ApplicationServices.RedrawBackgroundUPP! |
Modified ATSUGlyphInfo [struct]
Declaration | |
---|---|
From | struct ATSUGlyphInfo { var glyphID: GlyphID var reserved: UInt16 var layoutFlags: UInt32 var charIndex: UniCharArrayOffset var style: ATSUStyle var deltaY: Float32 var idealX: Float32 var screenX: Int16 var caretX: Int16 init() init(glyphID glyphID: GlyphID, reserved reserved: UInt16, layoutFlags layoutFlags: UInt32, charIndex charIndex: UniCharArrayOffset, style style: ATSUStyle, deltaY deltaY: Float32, idealX idealX: Float32, screenX screenX: Int16, caretX caretX: Int16) } |
To | struct ATSUGlyphInfo { var glyphID: GlyphID var reserved: UInt16 var layoutFlags: UInt32 var charIndex: UniCharArrayOffset var style: ATSUStyle! var deltaY: Float32 var idealX: Float32 var screenX: Int16 var caretX: Int16 init() init(glyphID glyphID: GlyphID, reserved reserved: UInt16, layoutFlags layoutFlags: UInt32, charIndex charIndex: UniCharArrayOffset, style style: ATSUStyle!, deltaY deltaY: Float32, idealX idealX: Float32, screenX screenX: Int16, caretX caretX: Int16) } |
Modified ATSUGlyphInfo.style
Declaration | |
---|---|
From | var style: ATSUStyle |
To | var style: ATSUStyle! |
Modified ATSUGlyphInfoArray [struct]
Declaration | |
---|---|
From | struct ATSUGlyphInfoArray { var layout: ATSUTextLayout var numGlyphs: Int var glyphs: (ATSUGlyphInfo) init() init(layout layout: ATSUTextLayout, numGlyphs numGlyphs: Int, glyphs glyphs: (ATSUGlyphInfo)) } |
To | struct ATSUGlyphInfoArray { var layout: ATSUTextLayout! var numGlyphs: Int var glyphs: (ATSUGlyphInfo) init() init(layout layout: ATSUTextLayout!, numGlyphs numGlyphs: Int, glyphs glyphs: (ATSUGlyphInfo)) } |
Modified ATSUGlyphInfoArray.layout
Declaration | |
---|---|
From | var layout: ATSUTextLayout |
To | var layout: ATSUTextLayout! |
Declaration | |
---|---|
From | struct ATSULayoutOperationOverrideSpecifier { var operationSelector: ATSULayoutOperationSelector var overrideUPP: ATSUDirectLayoutOperationOverrideUPP! init() init(operationSelector operationSelector: ATSULayoutOperationSelector, overrideUPP overrideUPP: ATSUDirectLayoutOperationOverrideUPP!) } |
To | struct ATSULayoutOperationOverrideSpecifier { var operationSelector: ATSULayoutOperationSelector var overrideUPP: ApplicationServices.ATSUDirectLayoutOperationOverrideUPP! init() init(operationSelector operationSelector: ATSULayoutOperationSelector, overrideUPP overrideUPP: ApplicationServices.ATSUDirectLayoutOperationOverrideUPP!) } |
Declaration | |
---|---|
From | var overrideUPP: ATSUDirectLayoutOperationOverrideUPP! |
To | var overrideUPP: ApplicationServices.ATSUDirectLayoutOperationOverrideUPP! |
Declaration | Protocols | |
---|---|---|
From | struct AXCopyMultipleAttributeOptions : OptionSetType { init(rawValue rawValue: UInt32) static var StopOnError: AXCopyMultipleAttributeOptions { get } } | OptionSetType |
To | struct AXCopyMultipleAttributeOptions : OptionSet { init(rawValue rawValue: UInt32) static var stopOnError: AXCopyMultipleAttributeOptions { get } func intersect(_ other: AXCopyMultipleAttributeOptions) -> AXCopyMultipleAttributeOptions func exclusiveOr(_ other: AXCopyMultipleAttributeOptions) -> AXCopyMultipleAttributeOptions mutating func unionInPlace(_ other: AXCopyMultipleAttributeOptions) mutating func intersectInPlace(_ other: AXCopyMultipleAttributeOptions) mutating func exclusiveOrInPlace(_ other: AXCopyMultipleAttributeOptions) func isSubsetOf(_ other: AXCopyMultipleAttributeOptions) -> Bool func isDisjointWith(_ other: AXCopyMultipleAttributeOptions) -> Bool func isSupersetOf(_ other: AXCopyMultipleAttributeOptions) -> Bool mutating func subtractInPlace(_ other: AXCopyMultipleAttributeOptions) func isStrictSupersetOf(_ other: AXCopyMultipleAttributeOptions) -> Bool func isStrictSubsetOf(_ other: AXCopyMultipleAttributeOptions) -> Bool } extension AXCopyMultipleAttributeOptions { func union(_ other: AXCopyMultipleAttributeOptions) -> AXCopyMultipleAttributeOptions func intersection(_ other: AXCopyMultipleAttributeOptions) -> AXCopyMultipleAttributeOptions func symmetricDifference(_ other: AXCopyMultipleAttributeOptions) -> AXCopyMultipleAttributeOptions } extension AXCopyMultipleAttributeOptions { func contains(_ member: AXCopyMultipleAttributeOptions) -> Bool mutating func insert(_ newMember: AXCopyMultipleAttributeOptions) -> (inserted: Bool, memberAfterInsert: AXCopyMultipleAttributeOptions) mutating func remove(_ member: AXCopyMultipleAttributeOptions) -> AXCopyMultipleAttributeOptions? mutating func update(with newMember: AXCopyMultipleAttributeOptions) -> AXCopyMultipleAttributeOptions? } extension AXCopyMultipleAttributeOptions { convenience init() mutating func formUnion(_ other: AXCopyMultipleAttributeOptions) mutating func formIntersection(_ other: AXCopyMultipleAttributeOptions) mutating func formSymmetricDifference(_ other: AXCopyMultipleAttributeOptions) } extension AXCopyMultipleAttributeOptions { convenience init<S : Sequence where S.Iterator.Element == AXCopyMultipleAttributeOptions>(_ sequence: S) convenience init(arrayLiteral arrayLiteral: AXCopyMultipleAttributeOptions...) mutating func subtract(_ other: AXCopyMultipleAttributeOptions) func isSubset(of other: AXCopyMultipleAttributeOptions) -> Bool func isSuperset(of other: AXCopyMultipleAttributeOptions) -> Bool func isDisjoint(with other: AXCopyMultipleAttributeOptions) -> Bool func subtracting(_ other: AXCopyMultipleAttributeOptions) -> AXCopyMultipleAttributeOptions var isEmpty: Bool { get } func isStrictSuperset(of other: AXCopyMultipleAttributeOptions) -> Bool func isStrictSubset(of other: AXCopyMultipleAttributeOptions) -> Bool } | OptionSet |
Declaration | |
---|---|
From | static var StopOnError: AXCopyMultipleAttributeOptions { get } |
To | static var stopOnError: AXCopyMultipleAttributeOptions { get } |
Modified AXError [enum]
Declaration | |
---|---|
From | enum AXError : Int32 { case Success case Failure case IllegalArgument case InvalidUIElement case InvalidUIElementObserver case CannotComplete case AttributeUnsupported case ActionUnsupported case NotificationUnsupported case NotImplemented case NotificationAlreadyRegistered case NotificationNotRegistered case APIDisabled case NoValue case ParameterizedAttributeUnsupported case NotEnoughPrecision } |
To | enum AXError : Int32 { case success case failure case illegalArgument case invalidUIElement case invalidUIElementObserver case cannotComplete case attributeUnsupported case actionUnsupported case notificationUnsupported case notImplemented case notificationAlreadyRegistered case notificationNotRegistered case apiDisabled case noValue case parameterizedAttributeUnsupported case notEnoughPrecision } |
Modified AXError.actionUnsupported
Declaration | |
---|---|
From | case ActionUnsupported |
To | case actionUnsupported |
Modified AXError.apiDisabled
Declaration | |
---|---|
From | case APIDisabled |
To | case apiDisabled |
Modified AXError.attributeUnsupported
Declaration | |
---|---|
From | case AttributeUnsupported |
To | case attributeUnsupported |
Modified AXError.cannotComplete
Declaration | |
---|---|
From | case CannotComplete |
To | case cannotComplete |
Modified AXError.failure
Declaration | |
---|---|
From | case Failure |
To | case failure |
Modified AXError.illegalArgument
Declaration | |
---|---|
From | case IllegalArgument |
To | case illegalArgument |
Modified AXError.invalidUIElement
Declaration | |
---|---|
From | case InvalidUIElement |
To | case invalidUIElement |
Modified AXError.invalidUIElementObserver
Declaration | |
---|---|
From | case InvalidUIElementObserver |
To | case invalidUIElementObserver |
Modified AXError.notEnoughPrecision
Declaration | |
---|---|
From | case NotEnoughPrecision |
To | case notEnoughPrecision |
Declaration | |
---|---|
From | case NotificationAlreadyRegistered |
To | case notificationAlreadyRegistered |
Modified AXError.notificationNotRegistered
Declaration | |
---|---|
From | case NotificationNotRegistered |
To | case notificationNotRegistered |
Modified AXError.notificationUnsupported
Declaration | |
---|---|
From | case NotificationUnsupported |
To | case notificationUnsupported |
Modified AXError.notImplemented
Declaration | |
---|---|
From | case NotImplemented |
To | case notImplemented |
Modified AXError.noValue
Declaration | |
---|---|
From | case NoValue |
To | case noValue |
Declaration | |
---|---|
From | case ParameterizedAttributeUnsupported |
To | case parameterizedAttributeUnsupported |
Modified AXError.success
Declaration | |
---|---|
From | case Success |
To | case success |
Modified AXMenuItemModifiers [struct]
Declaration | Protocols | |
---|---|---|
From | struct AXMenuItemModifiers : OptionSetType { init(rawValue rawValue: UInt32) static var None: AXMenuItemModifiers { get } static var Shift: AXMenuItemModifiers { get } static var Option: AXMenuItemModifiers { get } static var Control: AXMenuItemModifiers { get } static var NoCommand: AXMenuItemModifiers { get } } | OptionSetType |
To | struct AXMenuItemModifiers : OptionSet { init(rawValue rawValue: UInt32) static var none: AXMenuItemModifiers { get } static var shift: AXMenuItemModifiers { get } static var option: AXMenuItemModifiers { get } static var control: AXMenuItemModifiers { get } static var noCommand: AXMenuItemModifiers { get } func intersect(_ other: AXMenuItemModifiers) -> AXMenuItemModifiers func exclusiveOr(_ other: AXMenuItemModifiers) -> AXMenuItemModifiers mutating func unionInPlace(_ other: AXMenuItemModifiers) mutating func intersectInPlace(_ other: AXMenuItemModifiers) mutating func exclusiveOrInPlace(_ other: AXMenuItemModifiers) func isSubsetOf(_ other: AXMenuItemModifiers) -> Bool func isDisjointWith(_ other: AXMenuItemModifiers) -> Bool func isSupersetOf(_ other: AXMenuItemModifiers) -> Bool mutating func subtractInPlace(_ other: AXMenuItemModifiers) func isStrictSupersetOf(_ other: AXMenuItemModifiers) -> Bool func isStrictSubsetOf(_ other: AXMenuItemModifiers) -> Bool } extension AXMenuItemModifiers { func union(_ other: AXMenuItemModifiers) -> AXMenuItemModifiers func intersection(_ other: AXMenuItemModifiers) -> AXMenuItemModifiers func symmetricDifference(_ other: AXMenuItemModifiers) -> AXMenuItemModifiers } extension AXMenuItemModifiers { func contains(_ member: AXMenuItemModifiers) -> Bool mutating func insert(_ newMember: AXMenuItemModifiers) -> (inserted: Bool, memberAfterInsert: AXMenuItemModifiers) mutating func remove(_ member: AXMenuItemModifiers) -> AXMenuItemModifiers? mutating func update(with newMember: AXMenuItemModifiers) -> AXMenuItemModifiers? } extension AXMenuItemModifiers { convenience init() mutating func formUnion(_ other: AXMenuItemModifiers) mutating func formIntersection(_ other: AXMenuItemModifiers) mutating func formSymmetricDifference(_ other: AXMenuItemModifiers) } extension AXMenuItemModifiers { convenience init<S : Sequence where S.Iterator.Element == AXMenuItemModifiers>(_ sequence: S) convenience init(arrayLiteral arrayLiteral: AXMenuItemModifiers...) mutating func subtract(_ other: AXMenuItemModifiers) func isSubset(of other: AXMenuItemModifiers) -> Bool func isSuperset(of other: AXMenuItemModifiers) -> Bool func isDisjoint(with other: AXMenuItemModifiers) -> Bool func subtracting(_ other: AXMenuItemModifiers) -> AXMenuItemModifiers var isEmpty: Bool { get } func isStrictSuperset(of other: AXMenuItemModifiers) -> Bool func isStrictSubset(of other: AXMenuItemModifiers) -> Bool } | OptionSet |
Modified AXMenuItemModifiers.control
Declaration | |
---|---|
From | static var Control: AXMenuItemModifiers { get } |
To | static var control: AXMenuItemModifiers { get } |
Modified AXMenuItemModifiers.noCommand
Declaration | |
---|---|
From | static var NoCommand: AXMenuItemModifiers { get } |
To | static var noCommand: AXMenuItemModifiers { get } |
Modified AXMenuItemModifiers.option
Declaration | |
---|---|
From | static var Option: AXMenuItemModifiers { get } |
To | static var option: AXMenuItemModifiers { get } |
Modified AXMenuItemModifiers.shift
Declaration | |
---|---|
From | static var Shift: AXMenuItemModifiers { get } |
To | static var shift: AXMenuItemModifiers { get } |
Modified AXPriority [enum]
Declaration | |
---|---|
From | enum AXPriority : CFIndex { case Low case Medium case High } |
To | enum AXPriority : CFIndex { case low case medium case high } |
Modified AXPriority.high
Declaration | |
---|---|
From | case High |
To | case high |
Modified AXPriority.low
Declaration | |
---|---|
From | case Low |
To | case low |
Modified AXPriority.medium
Declaration | |
---|---|
From | case Medium |
To | case medium |
Modified AXUnderlineStyle [enum]
Declaration | |
---|---|
From | enum AXUnderlineStyle : UInt32 { case None case Single case Thick case Double } |
To | enum AXUnderlineStyle : UInt32 { case none case single case thick case double } |
Modified AXUnderlineStyle.double
Declaration | |
---|---|
From | case Double |
To | case double |
Modified AXUnderlineStyle.none
Declaration | |
---|---|
From | case None |
To | case none |
Modified AXUnderlineStyle.single
Declaration | |
---|---|
From | case Single |
To | case single |
Modified AXUnderlineStyle.thick
Declaration | |
---|---|
From | case Thick |
To | case thick |
Modified AXValueType [enum]
Declaration | |
---|---|
From | enum AXValueType : UInt32 { case CGPoint case CGSize case CGRect case CFRange case AXError case Illegal } |
To | enum AXValueType : UInt32 { case cgPoint case cgSize case cgRect case cfRange case axError case illegal } |
Modified AXValueType.axError
Declaration | |
---|---|
From | case AXError |
To | case axError |
Modified AXValueType.cfRange
Declaration | |
---|---|
From | case CFRange |
To | case cfRange |
Modified AXValueType.cgPoint
Declaration | |
---|---|
From | case CGPoint |
To | case cgPoint |
Modified AXValueType.cgRect
Declaration | |
---|---|
From | case CGRect |
To | case cgRect |
Modified AXValueType.cgSize
Declaration | |
---|---|
From | case CGSize |
To | case cgSize |
Modified AXValueType.illegal
Declaration | |
---|---|
From | case Illegal |
To | case illegal |
Modified BitMap [struct]
Declaration | |
---|---|
From | struct BitMap { var baseAddr: Ptr var rowBytes: Int16 var bounds: Rect init() init(baseAddr baseAddr: Ptr, rowBytes rowBytes: Int16, bounds bounds: Rect) } |
To | struct BitMap { var baseAddr: Ptr! var rowBytes: Int16 var bounds: Rect init() init(baseAddr baseAddr: Ptr!, rowBytes rowBytes: Int16, bounds bounds: Rect) } |
Modified BitMap.baseAddr
Declaration | |
---|---|
From | var baseAddr: Ptr |
To | var baseAddr: Ptr! |
Modified CMDeviceInfo [struct]
Declaration | |
---|---|
From | struct CMDeviceInfo { var dataVersion: UInt32 var deviceClass: CMDeviceClass var deviceID: CMDeviceID var deviceScope: CMDeviceScope var deviceState: CMDeviceState var defaultProfileID: CMDeviceProfileID var deviceName: UnsafeMutablePointer<Unmanaged<CFDictionary>?> var profileCount: UInt32 var reserved: UInt32 init() init(dataVersion dataVersion: UInt32, deviceClass deviceClass: CMDeviceClass, deviceID deviceID: CMDeviceID, deviceScope deviceScope: CMDeviceScope, deviceState deviceState: CMDeviceState, defaultProfileID defaultProfileID: CMDeviceProfileID, deviceName deviceName: UnsafeMutablePointer<Unmanaged<CFDictionary>?>, profileCount profileCount: UInt32, reserved reserved: UInt32) } |
To | struct CMDeviceInfo { var dataVersion: UInt32 var deviceClass: CMDeviceClass var deviceID: UInt32 var deviceScope: CMDeviceScope var deviceState: UInt32 var defaultProfileID: UInt32 var deviceName: UnsafeMutablePointer<Unmanaged<CFDictionary>?>! var profileCount: UInt32 var reserved: UInt32 init() init(dataVersion dataVersion: UInt32, deviceClass deviceClass: CMDeviceClass, deviceID deviceID: UInt32, deviceScope deviceScope: CMDeviceScope, deviceState deviceState: UInt32, defaultProfileID defaultProfileID: UInt32, deviceName deviceName: UnsafeMutablePointer<Unmanaged<CFDictionary>?>!, profileCount profileCount: UInt32, reserved reserved: UInt32) } |
Modified CMDeviceInfo.defaultProfileID
Declaration | |
---|---|
From | var defaultProfileID: CMDeviceProfileID |
To | var defaultProfileID: UInt32 |
Modified CMDeviceInfo.deviceID
Declaration | |
---|---|
From | var deviceID: CMDeviceID |
To | var deviceID: UInt32 |
Modified CMDeviceInfo.deviceName
Declaration | |
---|---|
From | var deviceName: UnsafeMutablePointer<Unmanaged<CFDictionary>?> |
To | var deviceName: UnsafeMutablePointer<Unmanaged<CFDictionary>?>! |
Modified CMDeviceInfo.deviceState
Declaration | |
---|---|
From | var deviceState: CMDeviceState |
To | var deviceState: UInt32 |
Modified CQDProcs [struct]
Declaration | |
---|---|
From | struct CQDProcs { var textProc: QDTextUPP! var lineProc: QDLineUPP! var rectProc: QDRectUPP! var rRectProc: QDRRectUPP! var ovalProc: QDOvalUPP! var arcProc: QDArcUPP! var polyProc: QDPolyUPP! var rgnProc: QDRgnUPP! var bitsProc: QDBitsUPP! var commentProc: QDCommentUPP! var txMeasProc: QDTxMeasUPP! var getPicProc: QDGetPicUPP! var putPicProc: QDPutPicUPP! var opcodeProc: QDOpcodeUPP! var newProc1: UniversalProcPtr! var glyphsProc: QDStdGlyphsUPP! var printerStatusProc: QDPrinterStatusUPP! var newProc4: UniversalProcPtr! var newProc5: UniversalProcPtr! var newProc6: UniversalProcPtr! init() init(textProc textProc: QDTextUPP!, lineProc lineProc: QDLineUPP!, rectProc rectProc: QDRectUPP!, rRectProc rRectProc: QDRRectUPP!, ovalProc ovalProc: QDOvalUPP!, arcProc arcProc: QDArcUPP!, polyProc polyProc: QDPolyUPP!, rgnProc rgnProc: QDRgnUPP!, bitsProc bitsProc: QDBitsUPP!, commentProc commentProc: QDCommentUPP!, txMeasProc txMeasProc: QDTxMeasUPP!, getPicProc getPicProc: QDGetPicUPP!, putPicProc putPicProc: QDPutPicUPP!, opcodeProc opcodeProc: QDOpcodeUPP!, newProc1 newProc1: UniversalProcPtr!, glyphsProc glyphsProc: QDStdGlyphsUPP!, printerStatusProc printerStatusProc: QDPrinterStatusUPP!, newProc4 newProc4: UniversalProcPtr!, newProc5 newProc5: UniversalProcPtr!, newProc6 newProc6: UniversalProcPtr!) } |
To | struct CQDProcs { var textProc: ApplicationServices.QDTextUPP! var lineProc: ApplicationServices.QDLineUPP! var rectProc: ApplicationServices.QDRectUPP! var rRectProc: ApplicationServices.QDRRectUPP! var ovalProc: ApplicationServices.QDOvalUPP! var arcProc: ApplicationServices.QDArcUPP! var polyProc: ApplicationServices.QDPolyUPP! var rgnProc: ApplicationServices.QDRgnUPP! var bitsProc: ApplicationServices.QDBitsUPP! var commentProc: ApplicationServices.QDCommentUPP! var txMeasProc: ApplicationServices.QDTxMeasUPP! var getPicProc: ApplicationServices.QDGetPicUPP! var putPicProc: ApplicationServices.QDPutPicUPP! var opcodeProc: ApplicationServices.QDOpcodeUPP! var newProc1: Darwin.UniversalProcPtr! var glyphsProc: ApplicationServices.QDStdGlyphsUPP! var printerStatusProc: ApplicationServices.QDPrinterStatusUPP! var newProc4: Darwin.UniversalProcPtr! var newProc5: Darwin.UniversalProcPtr! var newProc6: Darwin.UniversalProcPtr! init() init(textProc textProc: ApplicationServices.QDTextUPP!, lineProc lineProc: ApplicationServices.QDLineUPP!, rectProc rectProc: ApplicationServices.QDRectUPP!, rRectProc rRectProc: ApplicationServices.QDRRectUPP!, ovalProc ovalProc: ApplicationServices.QDOvalUPP!, arcProc arcProc: ApplicationServices.QDArcUPP!, polyProc polyProc: ApplicationServices.QDPolyUPP!, rgnProc rgnProc: ApplicationServices.QDRgnUPP!, bitsProc bitsProc: ApplicationServices.QDBitsUPP!, commentProc commentProc: ApplicationServices.QDCommentUPP!, txMeasProc txMeasProc: ApplicationServices.QDTxMeasUPP!, getPicProc getPicProc: ApplicationServices.QDGetPicUPP!, putPicProc putPicProc: ApplicationServices.QDPutPicUPP!, opcodeProc opcodeProc: ApplicationServices.QDOpcodeUPP!, newProc1 newProc1: Darwin.UniversalProcPtr!, glyphsProc glyphsProc: ApplicationServices.QDStdGlyphsUPP!, printerStatusProc printerStatusProc: ApplicationServices.QDPrinterStatusUPP!, newProc4 newProc4: Darwin.UniversalProcPtr!, newProc5 newProc5: Darwin.UniversalProcPtr!, newProc6 newProc6: Darwin.UniversalProcPtr!) } |
Modified CQDProcs.arcProc
Declaration | |
---|---|
From | var arcProc: QDArcUPP! |
To | var arcProc: ApplicationServices.QDArcUPP! |
Modified CQDProcs.bitsProc
Declaration | |
---|---|
From | var bitsProc: QDBitsUPP! |
To | var bitsProc: ApplicationServices.QDBitsUPP! |
Modified CQDProcs.commentProc
Declaration | |
---|---|
From | var commentProc: QDCommentUPP! |
To | var commentProc: ApplicationServices.QDCommentUPP! |
Modified CQDProcs.getPicProc
Declaration | |
---|---|
From | var getPicProc: QDGetPicUPP! |
To | var getPicProc: ApplicationServices.QDGetPicUPP! |
Modified CQDProcs.glyphsProc
Declaration | |
---|---|
From | var glyphsProc: QDStdGlyphsUPP! |
To | var glyphsProc: ApplicationServices.QDStdGlyphsUPP! |
Modified CQDProcs.lineProc
Declaration | |
---|---|
From | var lineProc: QDLineUPP! |
To | var lineProc: ApplicationServices.QDLineUPP! |
Modified CQDProcs.newProc1
Declaration | |
---|---|
From | var newProc1: UniversalProcPtr! |
To | var newProc1: Darwin.UniversalProcPtr! |
Modified CQDProcs.newProc4
Declaration | |
---|---|
From | var newProc4: UniversalProcPtr! |
To | var newProc4: Darwin.UniversalProcPtr! |
Modified CQDProcs.newProc5
Declaration | |
---|---|
From | var newProc5: UniversalProcPtr! |
To | var newProc5: Darwin.UniversalProcPtr! |
Modified CQDProcs.newProc6
Declaration | |
---|---|
From | var newProc6: UniversalProcPtr! |
To | var newProc6: Darwin.UniversalProcPtr! |
Modified CQDProcs.opcodeProc
Declaration | |
---|---|
From | var opcodeProc: QDOpcodeUPP! |
To | var opcodeProc: ApplicationServices.QDOpcodeUPP! |
Modified CQDProcs.ovalProc
Declaration | |
---|---|
From | var ovalProc: QDOvalUPP! |
To | var ovalProc: ApplicationServices.QDOvalUPP! |
Modified CQDProcs.polyProc
Declaration | |
---|---|
From | var polyProc: QDPolyUPP! |
To | var polyProc: ApplicationServices.QDPolyUPP! |
Modified CQDProcs.printerStatusProc
Declaration | |
---|---|
From | var printerStatusProc: QDPrinterStatusUPP! |
To | var printerStatusProc: ApplicationServices.QDPrinterStatusUPP! |
Modified CQDProcs.putPicProc
Declaration | |
---|---|
From | var putPicProc: QDPutPicUPP! |
To | var putPicProc: ApplicationServices.QDPutPicUPP! |
Modified CQDProcs.rectProc
Declaration | |
---|---|
From | var rectProc: QDRectUPP! |
To | var rectProc: ApplicationServices.QDRectUPP! |
Modified CQDProcs.rgnProc
Declaration | |
---|---|
From | var rgnProc: QDRgnUPP! |
To | var rgnProc: ApplicationServices.QDRgnUPP! |
Modified CQDProcs.rRectProc
Declaration | |
---|---|
From | var rRectProc: QDRRectUPP! |
To | var rRectProc: ApplicationServices.QDRRectUPP! |
Modified CQDProcs.textProc
Declaration | |
---|---|
From | var textProc: QDTextUPP! |
To | var textProc: ApplicationServices.QDTextUPP! |
Modified CQDProcs.txMeasProc
Declaration | |
---|---|
From | var txMeasProc: QDTxMeasUPP! |
To | var txMeasProc: ApplicationServices.QDTxMeasUPP! |
Modified DCMDictionaryHeader [struct]
Declaration | |
---|---|
From | struct DCMDictionaryHeader { var headerSignature: FourCharCode var headerVersion: UInt32 var headerSize: UInt32 var accessMethod: Str63 init() init(headerSignature headerSignature: FourCharCode, headerVersion headerVersion: UInt32, headerSize headerSize: UInt32, accessMethod accessMethod: Str63) } |
To | struct DCMDictionaryHeader { var headerSignature: FourCharCode var headerVersion: UInt32 var headerSize: UInt32 var accessMethod: Darwin.Str63 init() init(headerSignature headerSignature: FourCharCode, headerVersion headerVersion: UInt32, headerSize headerSize: UInt32, accessMethod accessMethod: Darwin.Str63) } |
Modified DCMDictionaryHeader.accessMethod
Declaration | |
---|---|
From | var accessMethod: Str63 |
To | var accessMethod: Darwin.Str63 |
Declaration | |
---|---|
From | init(headerSignature headerSignature: FourCharCode, headerVersion headerVersion: UInt32, headerSize headerSize: UInt32, accessMethod accessMethod: Str63) |
To | init(headerSignature headerSignature: FourCharCode, headerVersion headerVersion: UInt32, headerSize headerSize: UInt32, accessMethod accessMethod: Darwin.Str63) |
Modified FMFilter [struct]
Declaration | |
---|---|
From | struct FMFilter { struct __Unnamed_union_filter { var fontTechnologyFilter: FourCharCode var fontContainerFilter: ATSFSSpec var generationFilter: FMGeneration var fontFamilyCallbackFilter: FMFontFamilyCallbackFilterUPP! var fontCallbackFilter: FMFontCallbackFilterUPP! var fontDirectoryFilter: FMFontDirectoryFilter var fontFileRefFilter: UnsafePointer<FSRef> init(fontTechnologyFilter fontTechnologyFilter: FourCharCode) init(fontContainerFilter fontContainerFilter: ATSFSSpec) init(generationFilter generationFilter: FMGeneration) init(fontFamilyCallbackFilter fontFamilyCallbackFilter: FMFontFamilyCallbackFilterUPP!) init(fontCallbackFilter fontCallbackFilter: FMFontCallbackFilterUPP!) init(fontDirectoryFilter fontDirectoryFilter: FMFontDirectoryFilter) init(fontFileRefFilter fontFileRefFilter: UnsafePointer<FSRef>) init() } var format: UInt32 var selector: FMFilterSelector var filter: FMFilter.__Unnamed_union_filter init() init(format format: UInt32, selector selector: FMFilterSelector, filter filter: FMFilter.__Unnamed_union_filter) } |
To | struct FMFilter { struct __Unnamed_union_filter { var fontTechnologyFilter: FourCharCode var fontContainerFilter: ATSFSSpec var generationFilter: FMGeneration var fontFamilyCallbackFilter: ApplicationServices.FMFontFamilyCallbackFilterUPP! var fontCallbackFilter: ApplicationServices.FMFontCallbackFilterUPP! var fontDirectoryFilter: FMFontDirectoryFilter var fontFileRefFilter: UnsafePointer<FSRef>! init(fontTechnologyFilter fontTechnologyFilter: FourCharCode) init(fontContainerFilter fontContainerFilter: ATSFSSpec) init(generationFilter generationFilter: FMGeneration) init(fontFamilyCallbackFilter fontFamilyCallbackFilter: ApplicationServices.FMFontFamilyCallbackFilterUPP!) init(fontCallbackFilter fontCallbackFilter: ApplicationServices.FMFontCallbackFilterUPP!) init(fontDirectoryFilter fontDirectoryFilter: FMFontDirectoryFilter) init(fontFileRefFilter fontFileRefFilter: UnsafePointer<FSRef>!) init() } var format: UInt32 var selector: FMFilterSelector var filter: FMFilter.__Unnamed_union_filter init() init(format format: UInt32, selector selector: FMFilterSelector, filter filter: FMFilter.__Unnamed_union_filter) } |
Modified GDevice [struct]
Declaration | |
---|---|
From | struct GDevice { var gdRefNum: Int16 var gdID: Int16 var gdType: Int16 var gdITable: Handle var gdResPref: Int16 var gdSearchProc: Handle var gdCompProc: Handle var gdFlags: Int16 var gdPMap: PixMapHandle var gdRefCon: Int32 var gdNextGD: GDHandle var gdRect: Rect var gdMode: Int32 var gdCCBytes: Int16 var gdCCDepth: Int16 var gdCCXData: Handle var gdCCXMask: Handle var gdExt: Handle init() init(gdRefNum gdRefNum: Int16, gdID gdID: Int16, gdType gdType: Int16, gdITable gdITable: Handle, gdResPref gdResPref: Int16, gdSearchProc gdSearchProc: Handle, gdCompProc gdCompProc: Handle, gdFlags gdFlags: Int16, gdPMap gdPMap: PixMapHandle, gdRefCon gdRefCon: Int32, gdNextGD gdNextGD: GDHandle, gdRect gdRect: Rect, gdMode gdMode: Int32, gdCCBytes gdCCBytes: Int16, gdCCDepth gdCCDepth: Int16, gdCCXData gdCCXData: Handle, gdCCXMask gdCCXMask: Handle, gdExt gdExt: Handle) } |
To | struct GDevice { var gdRefNum: Int16 var gdID: Int16 var gdType: Int16 var gdITable: Handle! var gdResPref: Int16 var gdSearchProc: Handle! var gdCompProc: Handle! var gdFlags: Int16 var gdPMap: PixMapHandle! var gdRefCon: Int32 var gdNextGD: GDHandle! var gdRect: Rect var gdMode: Int32 var gdCCBytes: Int16 var gdCCDepth: Int16 var gdCCXData: Handle! var gdCCXMask: Handle! var gdExt: Handle! init() init(gdRefNum gdRefNum: Int16, gdID gdID: Int16, gdType gdType: Int16, gdITable gdITable: Handle!, gdResPref gdResPref: Int16, gdSearchProc gdSearchProc: Handle!, gdCompProc gdCompProc: Handle!, gdFlags gdFlags: Int16, gdPMap gdPMap: PixMapHandle!, gdRefCon gdRefCon: Int32, gdNextGD gdNextGD: GDHandle!, gdRect gdRect: Rect, gdMode gdMode: Int32, gdCCBytes gdCCBytes: Int16, gdCCDepth gdCCDepth: Int16, gdCCXData gdCCXData: Handle!, gdCCXMask gdCCXMask: Handle!, gdExt gdExt: Handle!) } |
Modified GDevice.gdCCXData
Declaration | |
---|---|
From | var gdCCXData: Handle |
To | var gdCCXData: Handle! |
Modified GDevice.gdCCXMask
Declaration | |
---|---|
From | var gdCCXMask: Handle |
To | var gdCCXMask: Handle! |
Modified GDevice.gdCompProc
Declaration | |
---|---|
From | var gdCompProc: Handle |
To | var gdCompProc: Handle! |
Modified GDevice.gdExt
Declaration | |
---|---|
From | var gdExt: Handle |
To | var gdExt: Handle! |
Modified GDevice.gdITable
Declaration | |
---|---|
From | var gdITable: Handle |
To | var gdITable: Handle! |
Modified GDevice.gdNextGD
Declaration | |
---|---|
From | var gdNextGD: GDHandle |
To | var gdNextGD: GDHandle! |
Modified GDevice.gdPMap
Declaration | |
---|---|
From | var gdPMap: PixMapHandle |
To | var gdPMap: PixMapHandle! |
Modified GDevice.gdSearchProc
Declaration | |
---|---|
From | var gdSearchProc: Handle |
To | var gdSearchProc: Handle! |
Modified HomographDicInfoRec [struct]
Declaration | |
---|---|
From | struct HomographDicInfoRec { var dictionaryID: DCMDictionaryID var uniqueID: DCMUniqueID init() init(dictionaryID dictionaryID: DCMDictionaryID, uniqueID uniqueID: DCMUniqueID) } |
To | struct HomographDicInfoRec { var dictionaryID: DCMDictionaryID! var uniqueID: DCMUniqueID init() init(dictionaryID dictionaryID: DCMDictionaryID!, uniqueID uniqueID: DCMUniqueID) } |
Modified HomographDicInfoRec.dictionaryID
Declaration | |
---|---|
From | var dictionaryID: DCMDictionaryID |
To | var dictionaryID: DCMDictionaryID! |
Modified ICAppSpec [struct]
Declaration | |
---|---|
From | struct ICAppSpec { var fCreator: OSType var name: Str63 init() init(fCreator fCreator: OSType, name name: Str63) } |
To | struct ICAppSpec { var fCreator: OSType var name: Darwin.Str63 init() init(fCreator fCreator: OSType, name name: Darwin.Str63) } |
Declaration | |
---|---|
From | init(fCreator fCreator: OSType, name name: Str63) |
To | init(fCreator fCreator: OSType, name name: Darwin.Str63) |
Modified ICAppSpec.name
Declaration | |
---|---|
From | var name: Str63 |
To | var name: Darwin.Str63 |
Modified ICFileSpec [struct]
Declaration | |
---|---|
From | struct ICFileSpec { var volName: Str31 var volCreationDate: Int32 var fss: FSSpec var alias: AliasRecord init() init(volName volName: Str31, volCreationDate volCreationDate: Int32, fss fss: FSSpec, alias alias: AliasRecord) } |
To | struct ICFileSpec { var volName: Darwin.Str31 var volCreationDate: Int32 var fss: FSSpec var alias: AliasRecord init() init(volName volName: Darwin.Str31, volCreationDate volCreationDate: Int32, fss fss: FSSpec, alias alias: AliasRecord) } |
Modified ICFileSpec.init(volName: Darwin.Str31, volCreationDate: Int32, fss: FSSpec, alias: AliasRecord)
Declaration | |
---|---|
From | init(volName volName: Str31, volCreationDate volCreationDate: Int32, fss fss: FSSpec, alias alias: AliasRecord) |
To | init(volName volName: Darwin.Str31, volCreationDate volCreationDate: Int32, fss fss: FSSpec, alias alias: AliasRecord) |
Modified ICFileSpec.volName
Declaration | |
---|---|
From | var volName: Str31 |
To | var volName: Darwin.Str31 |
Modified ICFontRecord [struct]
Declaration | |
---|---|
From | struct ICFontRecord { var size: Int16 var face: Style var pad: Int8 var font: Str255 init() init(size size: Int16, face face: Style, pad pad: Int8, font font: Str255) } |
To | struct ICFontRecord { var size: Int16 var face: Style var pad: Int8 var font: Darwin.Str255 init() init(size size: Int16, face face: Style, pad pad: Int8, font font: Darwin.Str255) } |
Modified ICFontRecord.font
Declaration | |
---|---|
From | var font: Str255 |
To | var font: Darwin.Str255 |
Declaration | |
---|---|
From | init(size size: Int16, face face: Style, pad pad: Int8, font font: Str255) |
To | init(size size: Int16, face face: Style, pad pad: Int8, font font: Darwin.Str255) |
Modified ICMapEntry [struct]
Declaration | |
---|---|
From | struct ICMapEntry { var totalLength: Int16 var fixedLength: ICFixedLength var version: Int16 var fileType: OSType var fileCreator: OSType var postCreator: OSType var flags: ICMapEntryFlags var `extension`: Str255 var creatorAppName: Str255 var postAppName: Str255 var MIMEType: Str255 var entryName: Str255 init() init(totalLength totalLength: Int16, fixedLength fixedLength: ICFixedLength, version version: Int16, fileType fileType: OSType, fileCreator fileCreator: OSType, postCreator postCreator: OSType, flags flags: ICMapEntryFlags, extension extension: Str255, creatorAppName creatorAppName: Str255, postAppName postAppName: Str255, MIMEType MIMEType: Str255, entryName entryName: Str255) } |
To | struct ICMapEntry { var totalLength: Int16 var fixedLength: ICFixedLength var version: Int16 var fileType: OSType var fileCreator: OSType var postCreator: OSType var flags: ICMapEntryFlags var `extension`: Darwin.Str255 var creatorAppName: Darwin.Str255 var postAppName: Darwin.Str255 var MIMEType: Darwin.Str255 var entryName: Darwin.Str255 init() init(totalLength totalLength: Int16, fixedLength fixedLength: ICFixedLength, version version: Int16, fileType fileType: OSType, fileCreator fileCreator: OSType, postCreator postCreator: OSType, flags flags: ICMapEntryFlags, extension extension: Darwin.Str255, creatorAppName creatorAppName: Darwin.Str255, postAppName postAppName: Darwin.Str255, MIMEType MIMEType: Darwin.Str255, entryName entryName: Darwin.Str255) } |
Modified ICMapEntry.creatorAppName
Declaration | |
---|---|
From | var creatorAppName: Str255 |
To | var creatorAppName: Darwin.Str255 |
Modified ICMapEntry.entryName
Declaration | |
---|---|
From | var entryName: Str255 |
To | var entryName: Darwin.Str255 |
Modified ICMapEntry.extension
Declaration | |
---|---|
From | var `extension`: Str255 |
To | var `extension`: Darwin.Str255 |
Declaration | |
---|---|
From | init(totalLength totalLength: Int16, fixedLength fixedLength: ICFixedLength, version version: Int16, fileType fileType: OSType, fileCreator fileCreator: OSType, postCreator postCreator: OSType, flags flags: ICMapEntryFlags, extension extension: Str255, creatorAppName creatorAppName: Str255, postAppName postAppName: Str255, MIMEType MIMEType: Str255, entryName entryName: Str255) |
To | init(totalLength totalLength: Int16, fixedLength fixedLength: ICFixedLength, version version: Int16, fileType fileType: OSType, fileCreator fileCreator: OSType, postCreator postCreator: OSType, flags flags: ICMapEntryFlags, extension extension: Darwin.Str255, creatorAppName creatorAppName: Darwin.Str255, postAppName postAppName: Darwin.Str255, MIMEType MIMEType: Darwin.Str255, entryName entryName: Darwin.Str255) |
Modified ICMapEntry.MIMEType
Declaration | |
---|---|
From | var MIMEType: Str255 |
To | var MIMEType: Darwin.Str255 |
Modified ICMapEntry.postAppName
Declaration | |
---|---|
From | var postAppName: Str255 |
To | var postAppName: Darwin.Str255 |
Modified ICServiceEntry [struct]
Declaration | |
---|---|
From | struct ICServiceEntry { var name: Str255 var port: Int16 var flags: ICServiceEntryFlags init() init(name name: Str255, port port: Int16, flags flags: ICServiceEntryFlags) } |
To | struct ICServiceEntry { var name: Darwin.Str255 var port: Int16 var flags: ICServiceEntryFlags init() init(name name: Darwin.Str255, port port: Int16, flags flags: ICServiceEntryFlags) } |
Declaration | |
---|---|
From | init(name name: Str255, port port: Int16, flags flags: ICServiceEntryFlags) |
To | init(name name: Darwin.Str255, port port: Int16, flags flags: ICServiceEntryFlags) |
Modified ICServiceEntry.name
Declaration | |
---|---|
From | var name: Str255 |
To | var name: Darwin.Str255 |
Modified LAMorphemeRec [struct]
Declaration | |
---|---|
From | struct LAMorphemeRec { var sourceTextLength: UInt32 var sourceTextPtr: LogicalAddress var morphemeTextLength: UInt32 var morphemeTextPtr: LogicalAddress var partOfSpeech: UInt32 init() init(sourceTextLength sourceTextLength: UInt32, sourceTextPtr sourceTextPtr: LogicalAddress, morphemeTextLength morphemeTextLength: UInt32, morphemeTextPtr morphemeTextPtr: LogicalAddress, partOfSpeech partOfSpeech: UInt32) } |
To | struct LAMorphemeRec { var sourceTextLength: UInt32 var sourceTextPtr: LogicalAddress! var morphemeTextLength: UInt32 var morphemeTextPtr: LogicalAddress! var partOfSpeech: UInt32 init() init(sourceTextLength sourceTextLength: UInt32, sourceTextPtr sourceTextPtr: LogicalAddress!, morphemeTextLength morphemeTextLength: UInt32, morphemeTextPtr morphemeTextPtr: LogicalAddress!, partOfSpeech partOfSpeech: UInt32) } |
Modified LAMorphemeRec.morphemeTextPtr
Declaration | |
---|---|
From | var morphemeTextPtr: LogicalAddress |
To | var morphemeTextPtr: LogicalAddress! |
Modified LAMorphemeRec.sourceTextPtr
Declaration | |
---|---|
From | var sourceTextPtr: LogicalAddress |
To | var sourceTextPtr: LogicalAddress! |
Modified LaunchParamBlockRec [struct]
Declaration | |
---|---|
From | struct LaunchParamBlockRec { var reserved1: UInt32 var reserved2: UInt16 var launchBlockID: UInt16 var launchEPBLength: UInt32 var launchFileFlags: UInt16 var launchControlFlags: LaunchFlags var launchAppRef: FSRefPtr var launchProcessSN: ProcessSerialNumber var launchPreferredSize: UInt32 var launchMinimumSize: UInt32 var launchAvailableSize: UInt32 var launchAppParameters: AppParametersPtr init() init(reserved1 reserved1: UInt32, reserved2 reserved2: UInt16, launchBlockID launchBlockID: UInt16, launchEPBLength launchEPBLength: UInt32, launchFileFlags launchFileFlags: UInt16, launchControlFlags launchControlFlags: LaunchFlags, launchAppRef launchAppRef: FSRefPtr, launchProcessSN launchProcessSN: ProcessSerialNumber, launchPreferredSize launchPreferredSize: UInt32, launchMinimumSize launchMinimumSize: UInt32, launchAvailableSize launchAvailableSize: UInt32, launchAppParameters launchAppParameters: AppParametersPtr) } |
To | struct LaunchParamBlockRec { var reserved1: UInt32 var reserved2: UInt16 var launchBlockID: UInt16 var launchEPBLength: UInt32 var launchFileFlags: UInt16 var launchControlFlags: LaunchFlags var launchAppRef: FSRefPtr! var launchProcessSN: ProcessSerialNumber var launchPreferredSize: UInt32 var launchMinimumSize: UInt32 var launchAvailableSize: UInt32 var launchAppParameters: AppParametersPtr! init() init(reserved1 reserved1: UInt32, reserved2 reserved2: UInt16, launchBlockID launchBlockID: UInt16, launchEPBLength launchEPBLength: UInt32, launchFileFlags launchFileFlags: UInt16, launchControlFlags launchControlFlags: LaunchFlags, launchAppRef launchAppRef: FSRefPtr!, launchProcessSN launchProcessSN: ProcessSerialNumber, launchPreferredSize launchPreferredSize: UInt32, launchMinimumSize launchMinimumSize: UInt32, launchAvailableSize launchAvailableSize: UInt32, launchAppParameters launchAppParameters: AppParametersPtr!) } |
Declaration | |
---|---|
From | var launchAppParameters: AppParametersPtr |
To | var launchAppParameters: AppParametersPtr! |
Modified LaunchParamBlockRec.launchAppRef
Declaration | |
---|---|
From | var launchAppRef: FSRefPtr |
To | var launchAppRef: FSRefPtr! |
Modified NameTable [struct]
Declaration | |
---|---|
From | struct NameTable { var stringCount: Int16 var baseFontName: Str255 init() init(stringCount stringCount: Int16, baseFontName baseFontName: Str255) } |
To | struct NameTable { var stringCount: Int16 var baseFontName: Darwin.Str255 init() init(stringCount stringCount: Int16, baseFontName baseFontName: Darwin.Str255) } |
Modified NameTable.baseFontName
Declaration | |
---|---|
From | var baseFontName: Str255 |
To | var baseFontName: Darwin.Str255 |
Declaration | |
---|---|
From | init(stringCount stringCount: Int16, baseFontName baseFontName: Str255) |
To | init(stringCount stringCount: Int16, baseFontName baseFontName: Darwin.Str255) |
Modified PhonemeInfo [struct]
Declaration | |
---|---|
From | struct PhonemeInfo { var opcode: Int16 var phStr: Str15 var exampleStr: Str31 var hiliteStart: Int16 var hiliteEnd: Int16 init() init(opcode opcode: Int16, phStr phStr: Str15, exampleStr exampleStr: Str31, hiliteStart hiliteStart: Int16, hiliteEnd hiliteEnd: Int16) } |
To | struct PhonemeInfo { var opcode: Int16 var phStr: Darwin.Str15 var exampleStr: Darwin.Str31 var hiliteStart: Int16 var hiliteEnd: Int16 init() init(opcode opcode: Int16, phStr phStr: Darwin.Str15, exampleStr exampleStr: Darwin.Str31, hiliteStart hiliteStart: Int16, hiliteEnd hiliteEnd: Int16) } |
Modified PhonemeInfo.exampleStr
Declaration | |
---|---|
From | var exampleStr: Str31 |
To | var exampleStr: Darwin.Str31 |
Declaration | |
---|---|
From | init(opcode opcode: Int16, phStr phStr: Str15, exampleStr exampleStr: Str31, hiliteStart hiliteStart: Int16, hiliteEnd hiliteEnd: Int16) |
To | init(opcode opcode: Int16, phStr phStr: Darwin.Str15, exampleStr exampleStr: Darwin.Str31, hiliteStart hiliteStart: Int16, hiliteEnd hiliteEnd: Int16) |
Modified PhonemeInfo.phStr
Declaration | |
---|---|
From | var phStr: Str15 |
To | var phStr: Darwin.Str15 |
Modified PixMap [struct]
Declaration | |
---|---|
From | struct PixMap { var baseAddr: Ptr var rowBytes: Int16 var bounds: Rect var pmVersion: Int16 var packType: Int16 var packSize: Int32 var hRes: Fixed var vRes: Fixed var pixelType: Int16 var pixelSize: Int16 var cmpCount: Int16 var cmpSize: Int16 var pixelFormat: OSType var pmTable: CTabHandle var pmExt: UnsafeMutablePointer<Void> init() init(baseAddr baseAddr: Ptr, rowBytes rowBytes: Int16, bounds bounds: Rect, pmVersion pmVersion: Int16, packType packType: Int16, packSize packSize: Int32, hRes hRes: Fixed, vRes vRes: Fixed, pixelType pixelType: Int16, pixelSize pixelSize: Int16, cmpCount cmpCount: Int16, cmpSize cmpSize: Int16, pixelFormat pixelFormat: OSType, pmTable pmTable: CTabHandle, pmExt pmExt: UnsafeMutablePointer<Void>) } |
To | struct PixMap { var baseAddr: Ptr! var rowBytes: Int16 var bounds: Rect var pmVersion: Int16 var packType: Int16 var packSize: Int32 var hRes: Fixed var vRes: Fixed var pixelType: Int16 var pixelSize: Int16 var cmpCount: Int16 var cmpSize: Int16 var pixelFormat: OSType var pmTable: CTabHandle! var pmExt: UnsafeMutableRawPointer! init() init(baseAddr baseAddr: Ptr!, rowBytes rowBytes: Int16, bounds bounds: Rect, pmVersion pmVersion: Int16, packType packType: Int16, packSize packSize: Int32, hRes hRes: Fixed, vRes vRes: Fixed, pixelType pixelType: Int16, pixelSize pixelSize: Int16, cmpCount cmpCount: Int16, cmpSize cmpSize: Int16, pixelFormat pixelFormat: OSType, pmTable pmTable: CTabHandle!, pmExt pmExt: UnsafeMutableRawPointer!) } |
Modified PixMap.baseAddr
Declaration | |
---|---|
From | var baseAddr: Ptr |
To | var baseAddr: Ptr! |
Modified PixMap.pmExt
Declaration | |
---|---|
From | var pmExt: UnsafeMutablePointer<Void> |
To | var pmExt: UnsafeMutableRawPointer! |
Modified PixMap.pmTable
Declaration | |
---|---|
From | var pmTable: CTabHandle |
To | var pmTable: CTabHandle! |
Modified PixPat [struct]
Declaration | |
---|---|
From | struct PixPat { var patType: Int16 var patMap: PixMapHandle var patData: Handle var patXData: Handle var patXValid: Int16 var patXMap: Handle var pat1Data: Pattern init() init(patType patType: Int16, patMap patMap: PixMapHandle, patData patData: Handle, patXData patXData: Handle, patXValid patXValid: Int16, patXMap patXMap: Handle, pat1Data pat1Data: Pattern) } |
To | struct PixPat { var patType: Int16 var patMap: PixMapHandle! var patData: Handle! var patXData: Handle! var patXValid: Int16 var patXMap: Handle! var pat1Data: Pattern init() init(patType patType: Int16, patMap patMap: PixMapHandle!, patData patData: Handle!, patXData patXData: Handle!, patXValid patXValid: Int16, patXMap patXMap: Handle!, pat1Data pat1Data: Pattern) } |
Modified PixPat.patData
Declaration | |
---|---|
From | var patData: Handle |
To | var patData: Handle! |
Modified PixPat.patMap
Declaration | |
---|---|
From | var patMap: PixMapHandle |
To | var patMap: PixMapHandle! |
Modified PixPat.patXData
Declaration | |
---|---|
From | var patXData: Handle |
To | var patXData: Handle! |
Modified PixPat.patXMap
Declaration | |
---|---|
From | var patXMap: Handle |
To | var patXMap: Handle! |
Modified PMLanguageInfo [struct]
Declaration | |
---|---|
From | struct PMLanguageInfo { var level: Str32 var version: Str32 var release: Str32 init() init(level level: Str32, version version: Str32, release release: Str32) } |
To | struct PMLanguageInfo { var level: Darwin.Str32 var version: Darwin.Str32 var release: Darwin.Str32 init() init(level level: Darwin.Str32, version version: Darwin.Str32, release release: Darwin.Str32) } |
Declaration | |
---|---|
From | init(level level: Str32, version version: Str32, release release: Str32) |
To | init(level level: Darwin.Str32, version version: Darwin.Str32, release release: Darwin.Str32) |
Modified PMLanguageInfo.level
Declaration | |
---|---|
From | var level: Str32 |
To | var level: Darwin.Str32 |
Modified PMLanguageInfo.release
Declaration | |
---|---|
From | var release: Str32 |
To | var release: Darwin.Str32 |
Modified PMLanguageInfo.version
Declaration | |
---|---|
From | var version: Str32 |
To | var version: Darwin.Str32 |
Modified ProcessInfoExtendedRec [struct]
Declaration | |
---|---|
From | struct ProcessInfoExtendedRec { var processInfoLength: UInt32 var processName: StringPtr var processNumber: ProcessSerialNumber var processType: UInt32 var processSignature: OSType var processMode: UInt32 var processLocation: Ptr var processSize: UInt32 var processFreeMem: UInt32 var processLauncher: ProcessSerialNumber var processLaunchDate: UInt32 var processActiveTime: UInt32 var processAppRef: FSRefPtr var processTempMemTotal: UInt32 var processPurgeableTempMemTotal: UInt32 init() init(processInfoLength processInfoLength: UInt32, processName processName: StringPtr, processNumber processNumber: ProcessSerialNumber, processType processType: UInt32, processSignature processSignature: OSType, processMode processMode: UInt32, processLocation processLocation: Ptr, processSize processSize: UInt32, processFreeMem processFreeMem: UInt32, processLauncher processLauncher: ProcessSerialNumber, processLaunchDate processLaunchDate: UInt32, processActiveTime processActiveTime: UInt32, processAppRef processAppRef: FSRefPtr, processTempMemTotal processTempMemTotal: UInt32, processPurgeableTempMemTotal processPurgeableTempMemTotal: UInt32) } |
To | struct ProcessInfoExtendedRec { var processInfoLength: UInt32 var processName: StringPtr! var processNumber: ProcessSerialNumber var processType: UInt32 var processSignature: OSType var processMode: UInt32 var processLocation: Ptr! var processSize: UInt32 var processFreeMem: UInt32 var processLauncher: ProcessSerialNumber var processLaunchDate: UInt32 var processActiveTime: UInt32 var processAppRef: FSRefPtr! var processTempMemTotal: UInt32 var processPurgeableTempMemTotal: UInt32 init() init(processInfoLength processInfoLength: UInt32, processName processName: StringPtr!, processNumber processNumber: ProcessSerialNumber, processType processType: UInt32, processSignature processSignature: OSType, processMode processMode: UInt32, processLocation processLocation: Ptr!, processSize processSize: UInt32, processFreeMem processFreeMem: UInt32, processLauncher processLauncher: ProcessSerialNumber, processLaunchDate processLaunchDate: UInt32, processActiveTime processActiveTime: UInt32, processAppRef processAppRef: FSRefPtr!, processTempMemTotal processTempMemTotal: UInt32, processPurgeableTempMemTotal processPurgeableTempMemTotal: UInt32) } |
Modified ProcessInfoExtendedRec.processAppRef
Declaration | |
---|---|
From | var processAppRef: FSRefPtr |
To | var processAppRef: FSRefPtr! |
Declaration | |
---|---|
From | var processLocation: Ptr |
To | var processLocation: Ptr! |
Modified ProcessInfoExtendedRec.processName
Declaration | |
---|---|
From | var processName: StringPtr |
To | var processName: StringPtr! |
Modified ProcessInfoRec [struct]
Declaration | |
---|---|
From | struct ProcessInfoRec { var processInfoLength: UInt32 var processName: StringPtr var processNumber: ProcessSerialNumber var processType: UInt32 var processSignature: OSType var processMode: UInt32 var processLocation: Ptr var processSize: UInt32 var processFreeMem: UInt32 var processLauncher: ProcessSerialNumber var processLaunchDate: UInt32 var processActiveTime: UInt32 var processAppRef: FSRefPtr init() init(processInfoLength processInfoLength: UInt32, processName processName: StringPtr, processNumber processNumber: ProcessSerialNumber, processType processType: UInt32, processSignature processSignature: OSType, processMode processMode: UInt32, processLocation processLocation: Ptr, processSize processSize: UInt32, processFreeMem processFreeMem: UInt32, processLauncher processLauncher: ProcessSerialNumber, processLaunchDate processLaunchDate: UInt32, processActiveTime processActiveTime: UInt32, processAppRef processAppRef: FSRefPtr) } |
To | struct ProcessInfoRec { var processInfoLength: UInt32 var processName: StringPtr! var processNumber: ProcessSerialNumber var processType: UInt32 var processSignature: OSType var processMode: UInt32 var processLocation: Ptr! var processSize: UInt32 var processFreeMem: UInt32 var processLauncher: ProcessSerialNumber var processLaunchDate: UInt32 var processActiveTime: UInt32 var processAppRef: FSRefPtr! init() init(processInfoLength processInfoLength: UInt32, processName processName: StringPtr!, processNumber processNumber: ProcessSerialNumber, processType processType: UInt32, processSignature processSignature: OSType, processMode processMode: UInt32, processLocation processLocation: Ptr!, processSize processSize: UInt32, processFreeMem processFreeMem: UInt32, processLauncher processLauncher: ProcessSerialNumber, processLaunchDate processLaunchDate: UInt32, processActiveTime processActiveTime: UInt32, processAppRef processAppRef: FSRefPtr!) } |
Modified ProcessInfoRec.processAppRef
Declaration | |
---|---|
From | var processAppRef: FSRefPtr |
To | var processAppRef: FSRefPtr! |
Modified ProcessInfoRec.processLocation
Declaration | |
---|---|
From | var processLocation: Ptr |
To | var processLocation: Ptr! |
Modified ProcessInfoRec.processName
Declaration | |
---|---|
From | var processName: StringPtr |
To | var processName: StringPtr! |
Modified VDGammaRecord [struct]
Declaration | |
---|---|
From | struct VDGammaRecord { var csGTable: Ptr init() init(csGTable csGTable: Ptr) } |
To | struct VDGammaRecord { var csGTable: Ptr! init() init(csGTable csGTable: Ptr!) } |
Modified VDGammaRecord.csGTable
Declaration | |
---|---|
From | var csGTable: Ptr |
To | var csGTable: Ptr! |
Modified VoiceDescription [struct]
Declaration | |
---|---|
From | struct VoiceDescription { var length: Int32 var voice: VoiceSpec var version: Int32 var name: Str63 var comment: Str255 var gender: Int16 var age: Int16 var script: Int16 var language: Int16 var region: Int16 var reserved: (Int32, Int32, Int32, Int32) init() init(length length: Int32, voice voice: VoiceSpec, version version: Int32, name name: Str63, comment comment: Str255, gender gender: Int16, age age: Int16, script script: Int16, language language: Int16, region region: Int16, reserved reserved: (Int32, Int32, Int32, Int32)) } |
To | struct VoiceDescription { var length: Int32 var voice: VoiceSpec var version: Int32 var name: Darwin.Str63 var comment: Darwin.Str255 var gender: Int16 var age: Int16 var script: Int16 var language: Int16 var region: Int16 var reserved: (Int32, Int32, Int32, Int32) init() init(length length: Int32, voice voice: VoiceSpec, version version: Int32, name name: Darwin.Str63, comment comment: Darwin.Str255, gender gender: Int16, age age: Int16, script script: Int16, language language: Int16, region region: Int16, reserved reserved: (Int32, Int32, Int32, Int32)) } |
Modified VoiceDescription.comment
Declaration | |
---|---|
From | var comment: Str255 |
To | var comment: Darwin.Str255 |
Declaration | |
---|---|
From | init(length length: Int32, voice voice: VoiceSpec, version version: Int32, name name: Str63, comment comment: Str255, gender gender: Int16, age age: Int16, script script: Int16, language language: Int16, region region: Int16, reserved reserved: (Int32, Int32, Int32, Int32)) |
To | init(length length: Int32, voice voice: VoiceSpec, version version: Int32, name name: Darwin.Str63, comment comment: Darwin.Str255, gender gender: Int16, age age: Int16, script script: Int16, language language: Int16, region region: Int16, reserved reserved: (Int32, Int32, Int32, Int32)) |
Modified VoiceDescription.name
Declaration | |
---|---|
From | var name: Str63 |
To | var name: Darwin.Str63 |
Modified ATSCubicClosePathProcPtr
Declaration | |
---|---|
From | typealias ATSCubicClosePathProcPtr = (UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSCubicClosePathProcPtr = (UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSCubicClosePathUPP
Declaration | |
---|---|
From | typealias ATSCubicClosePathUPP = ATSCubicClosePathProcPtr |
To | typealias ATSCubicClosePathUPP = ApplicationServices.ATSCubicClosePathProcPtr |
Modified ATSCubicCurveToProcPtr
Declaration | |
---|---|
From | typealias ATSCubicCurveToProcPtr = (UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSCubicCurveToProcPtr = (UnsafePointer<Float32Point>?, UnsafePointer<Float32Point>?, UnsafePointer<Float32Point>?, UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSCubicCurveToUPP
Declaration | |
---|---|
From | typealias ATSCubicCurveToUPP = ATSCubicCurveToProcPtr |
To | typealias ATSCubicCurveToUPP = ApplicationServices.ATSCubicCurveToProcPtr |
Modified ATSCubicLineToProcPtr
Declaration | |
---|---|
From | typealias ATSCubicLineToProcPtr = (UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSCubicLineToProcPtr = (UnsafePointer<Float32Point>?, UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSCubicLineToUPP
Declaration | |
---|---|
From | typealias ATSCubicLineToUPP = ATSCubicLineToProcPtr |
To | typealias ATSCubicLineToUPP = ApplicationServices.ATSCubicLineToProcPtr |
Modified ATSCubicMoveToProcPtr
Declaration | |
---|---|
From | typealias ATSCubicMoveToProcPtr = (UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSCubicMoveToProcPtr = (UnsafePointer<Float32Point>?, UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSCubicMoveToUPP
Declaration | |
---|---|
From | typealias ATSCubicMoveToUPP = ATSCubicMoveToProcPtr |
To | typealias ATSCubicMoveToUPP = ApplicationServices.ATSCubicMoveToProcPtr |
Modified ATSFontApplierFunction
Declaration | |
---|---|
From | typealias ATSFontApplierFunction = (ATSFontRef, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSFontApplierFunction = (ATSFontRef, UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSFontFamilyApplierFunction
Declaration | |
---|---|
From | typealias ATSFontFamilyApplierFunction = (ATSFontFamilyRef, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSFontFamilyApplierFunction = (ATSFontFamilyRef, UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSFontFamilyIterator
Declaration | |
---|---|
From | typealias ATSFontFamilyIterator = COpaquePointer |
To | typealias ATSFontFamilyIterator = OpaquePointer |
Modified ATSFontIterator
Declaration | |
---|---|
From | typealias ATSFontIterator = COpaquePointer |
To | typealias ATSFontIterator = OpaquePointer |
Modified ATSFontNotificationInfoRef
Declaration | |
---|---|
From | typealias ATSFontNotificationInfoRef = COpaquePointer |
To | typealias ATSFontNotificationInfoRef = OpaquePointer |
Modified ATSFontNotificationRef
Declaration | |
---|---|
From | typealias ATSFontNotificationRef = COpaquePointer |
To | typealias ATSFontNotificationRef = OpaquePointer |
Modified ATSFontQueryCallback
Declaration | |
---|---|
From | typealias ATSFontQueryCallback = (ATSFontQueryMessageID, CFPropertyList!, UnsafeMutablePointer<Void>) -> Unmanaged<CFPropertyList>! |
To | typealias ATSFontQueryCallback = (ATSFontQueryMessageID, CFPropertyList?, UnsafeMutableRawPointer?) -> Unmanaged<CFPropertyList>? |
Modified ATSNotificationCallback
Declaration | |
---|---|
From | typealias ATSNotificationCallback = (ATSFontNotificationInfoRef, UnsafeMutablePointer<Void>) -> Void |
To | typealias ATSNotificationCallback = (ATSFontNotificationInfoRef?, UnsafeMutableRawPointer?) -> Swift.Void |
Modified ATSQuadraticClosePathProcPtr
Declaration | |
---|---|
From | typealias ATSQuadraticClosePathProcPtr = (UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSQuadraticClosePathProcPtr = (UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSQuadraticClosePathUPP
Declaration | |
---|---|
From | typealias ATSQuadraticClosePathUPP = ATSQuadraticClosePathProcPtr |
To | typealias ATSQuadraticClosePathUPP = ApplicationServices.ATSQuadraticClosePathProcPtr |
Modified ATSQuadraticCurveProcPtr
Declaration | |
---|---|
From | typealias ATSQuadraticCurveProcPtr = (UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSQuadraticCurveProcPtr = (UnsafePointer<Float32Point>?, UnsafePointer<Float32Point>?, UnsafePointer<Float32Point>?, UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSQuadraticCurveUPP
Declaration | |
---|---|
From | typealias ATSQuadraticCurveUPP = ATSQuadraticCurveProcPtr |
To | typealias ATSQuadraticCurveUPP = ApplicationServices.ATSQuadraticCurveProcPtr |
Modified ATSQuadraticLineProcPtr
Declaration | |
---|---|
From | typealias ATSQuadraticLineProcPtr = (UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSQuadraticLineProcPtr = (UnsafePointer<Float32Point>?, UnsafePointer<Float32Point>?, UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSQuadraticLineUPP
Declaration | |
---|---|
From | typealias ATSQuadraticLineUPP = ATSQuadraticLineProcPtr |
To | typealias ATSQuadraticLineUPP = ApplicationServices.ATSQuadraticLineProcPtr |
Modified ATSQuadraticNewPathProcPtr
Declaration | |
---|---|
From | typealias ATSQuadraticNewPathProcPtr = (UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias ATSQuadraticNewPathProcPtr = (UnsafeMutableRawPointer?) -> OSStatus |
Modified ATSQuadraticNewPathUPP
Declaration | |
---|---|
From | typealias ATSQuadraticNewPathUPP = ATSQuadraticNewPathProcPtr |
To | typealias ATSQuadraticNewPathUPP = ApplicationServices.ATSQuadraticNewPathProcPtr |
Modified ATSUAttributeValuePtr
Declaration | |
---|---|
From | typealias ATSUAttributeValuePtr = UnsafeMutablePointer<Void> |
To | typealias ATSUAttributeValuePtr = UnsafeMutableRawPointer |
Declaration | |
---|---|
From | typealias ATSUDirectLayoutOperationOverrideProcPtr = (ATSULayoutOperationSelector, ATSULineRef, URefCon, UnsafeMutablePointer<Void>, UnsafeMutablePointer<ATSULayoutOperationCallbackStatus>) -> OSStatus |
To | typealias ATSUDirectLayoutOperationOverrideProcPtr = (ATSULayoutOperationSelector, ATSULineRef?, URefCon?, UnsafeMutableRawPointer?, UnsafeMutablePointer<ATSULayoutOperationCallbackStatus>?) -> OSStatus |
Modified ATSUDirectLayoutOperationOverrideUPP
Declaration | |
---|---|
From | typealias ATSUDirectLayoutOperationOverrideUPP = ATSUDirectLayoutOperationOverrideProcPtr |
To | typealias ATSUDirectLayoutOperationOverrideUPP = ApplicationServices.ATSUDirectLayoutOperationOverrideProcPtr |
Modified ATSUFontFallbacks
Declaration | |
---|---|
From | typealias ATSUFontFallbacks = COpaquePointer |
To | typealias ATSUFontFallbacks = OpaquePointer |
Modified ATSULineRef
Declaration | |
---|---|
From | typealias ATSULineRef = COpaquePointer |
To | typealias ATSULineRef = OpaquePointer |
Modified ATSUStyle
Declaration | |
---|---|
From | typealias ATSUStyle = COpaquePointer |
To | typealias ATSUStyle = OpaquePointer |
Modified ATSUStyleSettingRef
Declaration | |
---|---|
From | typealias ATSUStyleSettingRef = COpaquePointer |
To | typealias ATSUStyleSettingRef = OpaquePointer |
Modified ATSUTextLayout
Declaration | |
---|---|
From | typealias ATSUTextLayout = COpaquePointer |
To | typealias ATSUTextLayout = OpaquePointer |
Declaration | |
---|---|
From | func AXObserverAddNotification(_ observer: AXObserver, _ element: AXUIElement, _ notification: CFString, _ refcon: UnsafeMutablePointer<Void>) -> AXError |
To | func AXObserverAddNotification(_ observer: AXObserver, _ element: AXUIElement, _ notification: CFString, _ refcon: UnsafeMutableRawPointer?) -> AXError |
Modified AXObserverCallback
Declaration | |
---|---|
From | typealias AXObserverCallback = (AXObserver, AXUIElement, CFString, UnsafeMutablePointer<Void>) -> Void |
To | typealias AXObserverCallback = (AXObserver, AXUIElement, CFString, UnsafeMutableRawPointer?) -> Swift.Void |
Modified AXObserverCallbackWithInfo
Declaration | |
---|---|
From | typealias AXObserverCallbackWithInfo = (AXObserver, AXUIElement, CFString, CFDictionary, UnsafeMutablePointer<Void>) -> Void |
To | typealias AXObserverCallbackWithInfo = (AXObserver, AXUIElement, CFString, CFDictionary, UnsafeMutableRawPointer?) -> Swift.Void |
Declaration | |
---|---|
From | func AXObserverCreate(_ application: pid_t, _ callback: AXObserverCallback, _ outObserver: UnsafeMutablePointer<AXObserver?>) -> AXError |
To | func AXObserverCreate(_ application: pid_t, _ callback: ApplicationServices.AXObserverCallback, _ outObserver: UnsafeMutablePointer<AXObserver?>) -> AXError |
Declaration | |
---|---|
From | func AXObserverCreateWithInfoCallback(_ application: pid_t, _ callback: AXObserverCallbackWithInfo, _ outObserver: UnsafeMutablePointer<AXObserver?>) -> AXError |
To | func AXObserverCreateWithInfoCallback(_ application: pid_t, _ callback: ApplicationServices.AXObserverCallbackWithInfo, _ outObserver: UnsafeMutablePointer<AXObserver?>) -> AXError |
Declaration | |
---|---|
From | func AXObserverGetRunLoopSource(_ observer: AXObserver) -> Unmanaged<CFRunLoopSource> |
To | func AXObserverGetRunLoopSource(_ observer: AXObserver) -> CFRunLoopSource |
Declaration | |
---|---|
From | func AXUIElementCopyAttributeValue(_ element: AXUIElement, _ attribute: CFString, _ value: UnsafeMutablePointer<AnyObject?>) -> AXError |
To | func AXUIElementCopyAttributeValue(_ element: AXUIElement, _ attribute: CFString, _ value: UnsafeMutablePointer<CFTypeRef?>) -> AXError |
Declaration | |
---|---|
From | func AXUIElementCopyParameterizedAttributeValue(_ element: AXUIElement, _ parameterizedAttribute: CFString, _ parameter: AnyObject, _ result: UnsafeMutablePointer<AnyObject?>) -> AXError |
To | func AXUIElementCopyParameterizedAttributeValue(_ element: AXUIElement, _ parameterizedAttribute: CFString, _ parameter: CFTypeRef, _ result: UnsafeMutablePointer<CFTypeRef?>) -> AXError |
Declaration | |
---|---|
From | func AXUIElementCreateApplication(_ pid: pid_t) -> Unmanaged<AXUIElement> |
To | func AXUIElementCreateApplication(_ pid: pid_t) -> AXUIElement |
Declaration | |
---|---|
From | func AXUIElementCreateSystemWide() -> Unmanaged<AXUIElement> |
To | func AXUIElementCreateSystemWide() -> AXUIElement |
Declaration | |
---|---|
From | func AXUIElementSetAttributeValue(_ element: AXUIElement, _ attribute: CFString, _ value: AnyObject) -> AXError |
To | func AXUIElementSetAttributeValue(_ element: AXUIElement, _ attribute: CFString, _ value: CFTypeRef) -> AXError |
Declaration | |
---|---|
From | func AXValueCreate(_ theType: AXValueType, _ valuePtr: UnsafePointer<Void>) -> Unmanaged<AXValue>? |
To | func AXValueCreate(_ theType: AXValueType, _ valuePtr: UnsafeRawPointer) -> AXValue? |
Declaration | |
---|---|
From | func AXValueGetValue(_ value: AXValue, _ theType: AXValueType, _ valuePtr: UnsafeMutablePointer<Void>) -> Bool |
To | func AXValueGetValue(_ value: AXValue, _ theType: AXValueType, _ valuePtr: UnsafeMutableRawPointer) -> Bool |
Modified BitMapHandle
Declaration | |
---|---|
From | typealias BitMapHandle = UnsafeMutablePointer<BitMapPtr> |
To | typealias BitMapHandle = UnsafeMutablePointer<BitMapPtr?> |
Modified CMFlattenProcPtr
Declaration | |
---|---|
From | typealias CMFlattenProcPtr = (Int32, UnsafeMutablePointer<Int>, UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>) -> OSErr |
To | typealias CMFlattenProcPtr = (Int32, UnsafeMutablePointer<Int>?, UnsafeMutableRawPointer?, UnsafeMutableRawPointer?) -> OSErr |
Modified CMFlattenUPP
Declaration | |
---|---|
From | typealias CMFlattenUPP = CMFlattenProcPtr |
To | typealias CMFlattenUPP = ApplicationServices.CMFlattenProcPtr |
Modified CMMApplyTransformProc
Declaration | |
---|---|
From | typealias CMMApplyTransformProc = (ColorSyncTransform!, Int, Int, Int, UnsafeMutablePointer<UnsafeMutablePointer<Void>>, ColorSyncDataDepth, ColorSyncDataLayout, Int, Int, UnsafeMutablePointer<UnsafePointer<Void>>, ColorSyncDataDepth, ColorSyncDataLayout, Int, CFDictionary!) -> Bool |
To | typealias CMMApplyTransformProc = (ColorSyncTransform?, Int, Int, Int, UnsafeMutablePointer<UnsafeMutableRawPointer?>?, ColorSyncDataDepth, ColorSyncDataLayout, Int, Int, UnsafeMutablePointer<UnsafeRawPointer?>?, ColorSyncDataDepth, ColorSyncDataLayout, Int, CFDictionary?) -> Bool |
Modified CMMCreateTransformPropertyProc
Declaration | |
---|---|
From | typealias CMMCreateTransformPropertyProc = (ColorSyncTransform!, AnyObject!, CFDictionary!) -> Unmanaged<AnyObject>! |
To | typealias CMMCreateTransformPropertyProc = (ColorSyncTransform?, CFTypeRef?, CFDictionary?) -> Unmanaged<CFTypeRef>? |
Modified CMMInitializeLinkProfileProc
Declaration | |
---|---|
From | typealias CMMInitializeLinkProfileProc = (ColorSyncMutableProfile!, CFArray!, CFDictionary!) -> Bool |
To | typealias CMMInitializeLinkProfileProc = (ColorSyncMutableProfile?, CFArray?, CFDictionary?) -> Bool |
Modified CMMInitializeTransformProc
Declaration | |
---|---|
From | typealias CMMInitializeTransformProc = (ColorSyncTransform!, CFArray!, CFDictionary!) -> Bool |
To | typealias CMMInitializeTransformProc = (ColorSyncTransform?, CFArray?, CFDictionary?) -> Bool |
Modified ColorComplementProcPtr
Declaration | |
---|---|
From | typealias ColorComplementProcPtr = (UnsafeMutablePointer<RGBColor>) -> DarwinBoolean |
To | typealias ColorComplementProcPtr = (UnsafeMutablePointer<RGBColor>?) -> DarwinBoolean |
Modified ColorComplementUPP
Declaration | |
---|---|
From | typealias ColorComplementUPP = ColorComplementProcPtr |
To | typealias ColorComplementUPP = ApplicationServices.ColorComplementProcPtr |
Modified ColorSearchProcPtr
Declaration | |
---|---|
From | typealias ColorSearchProcPtr = (UnsafeMutablePointer<RGBColor>, UnsafeMutablePointer<Int>) -> DarwinBoolean |
To | typealias ColorSearchProcPtr = (UnsafeMutablePointer<RGBColor>?, UnsafeMutablePointer<Int>?) -> DarwinBoolean |
Modified ColorSearchUPP
Declaration | |
---|---|
From | typealias ColorSearchUPP = ColorSearchProcPtr |
To | typealias ColorSearchUPP = ApplicationServices.ColorSearchProcPtr |
Modified ColorSyncCMMIterateCallback
Declaration | |
---|---|
From | typealias ColorSyncCMMIterateCallback = (ColorSyncCMM!, UnsafeMutablePointer<Void>) -> Bool |
To | typealias ColorSyncCMMIterateCallback = (ColorSyncCMM?, UnsafeMutableRawPointer?) -> Bool |
Declaration | |
---|---|
From | typealias ColorSyncDeviceProfileIterateCallback = (CFDictionary!, UnsafeMutablePointer<Void>) -> Bool |
To | typealias ColorSyncDeviceProfileIterateCallback = (CFDictionary?, UnsafeMutableRawPointer?) -> Bool |
Declaration | |
---|---|
From | func ColorSyncIterateDeviceProfiles(_ callBack: ColorSyncDeviceProfileIterateCallback!, _ userInfo: UnsafeMutablePointer<Void>) |
To | func ColorSyncIterateDeviceProfiles(_ callBack: ApplicationServices.ColorSyncDeviceProfileIterateCallback!, _ userInfo: UnsafeMutableRawPointer!) |
Declaration | |
---|---|
From | func ColorSyncIterateInstalledCMMs(_ callBack: ColorSyncCMMIterateCallback!, _ userInfo: UnsafeMutablePointer<Void>) |
To | func ColorSyncIterateInstalledCMMs(_ callBack: ApplicationServices.ColorSyncCMMIterateCallback!, _ userInfo: UnsafeMutableRawPointer!) |
Declaration | |
---|---|
From | func ColorSyncIterateInstalledProfiles(_ callBack: ColorSyncProfileIterateCallback!, _ seed: UnsafeMutablePointer<UInt32>, _ userInfo: UnsafeMutablePointer<Void>, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) |
To | func ColorSyncIterateInstalledProfiles(_ callBack: ApplicationServices.ColorSyncProfileIterateCallback!, _ seed: UnsafeMutablePointer<UInt32>!, _ userInfo: UnsafeMutableRawPointer!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) |
Declaration | |
---|---|
From | func ColorSyncProfileCopyData(_ prof: ColorSyncProfile!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Unmanaged<CFData>! |
To | func ColorSyncProfileCopyData(_ prof: ColorSyncProfile!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Unmanaged<CFData>! |
Declaration | |
---|---|
From | func ColorSyncProfileCreate(_ data: CFData!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Unmanaged<ColorSyncProfile>! |
To | func ColorSyncProfileCreate(_ data: CFData!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Unmanaged<ColorSyncProfile>! |
Declaration | |
---|---|
From | func ColorSyncProfileCreateDeviceProfile(_ deviceClass: CFString!, _ deviceID: CFUUID!, _ profileID: AnyObject!) -> Unmanaged<ColorSyncProfile>! |
To | func ColorSyncProfileCreateDeviceProfile(_ deviceClass: CFString!, _ deviceID: CFUUID!, _ profileID: CFTypeRef!) -> Unmanaged<ColorSyncProfile>! |
Declaration | |
---|---|
From | func ColorSyncProfileCreateDisplayTransferTablesFromVCGT(_ profile: ColorSyncProfile!, _ nSamplesPerChannel: UnsafeMutablePointer<Int>) -> Unmanaged<CFData>! |
To | func ColorSyncProfileCreateDisplayTransferTablesFromVCGT(_ profile: ColorSyncProfile!, _ nSamplesPerChannel: UnsafeMutablePointer<Int>!) -> Unmanaged<CFData>! |
Declaration | |
---|---|
From | func ColorSyncProfileCreateWithURL(_ url: CFURL!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Unmanaged<ColorSyncProfile>! |
To | func ColorSyncProfileCreateWithURL(_ url: CFURL!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Unmanaged<ColorSyncProfile>! |
Declaration | |
---|---|
From | func ColorSyncProfileEstimateGamma(_ prof: ColorSyncProfile!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Float |
To | func ColorSyncProfileEstimateGamma(_ prof: ColorSyncProfile!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Float |
Declaration | |
---|---|
From | func ColorSyncProfileEstimateGammaWithDisplayID(_ displayID: Int32, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Float |
To | func ColorSyncProfileEstimateGammaWithDisplayID(_ displayID: Int32, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Float |
Declaration | |
---|---|
From | func ColorSyncProfileGetDisplayTransferFormulaFromVCGT(_ profile: ColorSyncProfile!, _ redMin: UnsafeMutablePointer<Float>, _ redMax: UnsafeMutablePointer<Float>, _ redGamma: UnsafeMutablePointer<Float>, _ greenMin: UnsafeMutablePointer<Float>, _ greenMax: UnsafeMutablePointer<Float>, _ greenGamma: UnsafeMutablePointer<Float>, _ blueMin: UnsafeMutablePointer<Float>, _ blueMax: UnsafeMutablePointer<Float>, _ blueGamma: UnsafeMutablePointer<Float>) -> Bool |
To | func ColorSyncProfileGetDisplayTransferFormulaFromVCGT(_ profile: ColorSyncProfile!, _ redMin: UnsafeMutablePointer<Float>!, _ redMax: UnsafeMutablePointer<Float>!, _ redGamma: UnsafeMutablePointer<Float>!, _ greenMin: UnsafeMutablePointer<Float>!, _ greenMax: UnsafeMutablePointer<Float>!, _ greenGamma: UnsafeMutablePointer<Float>!, _ blueMin: UnsafeMutablePointer<Float>!, _ blueMax: UnsafeMutablePointer<Float>!, _ blueGamma: UnsafeMutablePointer<Float>!) -> Bool |
Declaration | |
---|---|
From | func ColorSyncProfileGetURL(_ prof: ColorSyncProfile!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Unmanaged<CFURL>! |
To | func ColorSyncProfileGetURL(_ prof: ColorSyncProfile!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Unmanaged<CFURL>! |
Declaration | |
---|---|
From | func ColorSyncProfileInstall(_ profile: ColorSyncProfile!, _ domain: CFString!, _ subpath: CFString!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool |
To | func ColorSyncProfileInstall(_ profile: ColorSyncProfile!, _ domain: CFString!, _ subpath: CFString!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Bool |
Modified ColorSyncProfileIterateCallback
Declaration | |
---|---|
From | typealias ColorSyncProfileIterateCallback = (CFDictionary!, UnsafeMutablePointer<Void>) -> Bool |
To | typealias ColorSyncProfileIterateCallback = (CFDictionary?, UnsafeMutableRawPointer?) -> Bool |
Declaration | |
---|---|
From | func ColorSyncProfileUninstall(_ profile: ColorSyncProfile!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool |
To | func ColorSyncProfileUninstall(_ profile: ColorSyncProfile!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Bool |
Declaration | |
---|---|
From | func ColorSyncProfileVerify(_ prof: ColorSyncProfile!, _ errors: UnsafeMutablePointer<Unmanaged<CFError>?>, _ warnings: UnsafeMutablePointer<Unmanaged<CFError>?>) -> Bool |
To | func ColorSyncProfileVerify(_ prof: ColorSyncProfile!, _ errors: UnsafeMutablePointer<Unmanaged<CFError>?>!, _ warnings: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Bool |
Declaration | |
---|---|
From | func ColorSyncTransformConvert(_ transform: ColorSyncTransform!, _ width: Int, _ height: Int, _ dst: UnsafeMutablePointer<Void>, _ dstDepth: ColorSyncDataDepth, _ dstLayout: ColorSyncDataLayout, _ dstBytesPerRow: Int, _ src: UnsafePointer<Void>, _ srcDepth: ColorSyncDataDepth, _ srcLayout: ColorSyncDataLayout, _ srcBytesPerRow: Int, _ options: CFDictionary!) -> Bool |
To | func ColorSyncTransformConvert(_ transform: ColorSyncTransform!, _ width: Int, _ height: Int, _ dst: UnsafeMutableRawPointer!, _ dstDepth: ColorSyncDataDepth, _ dstLayout: ColorSyncDataLayout, _ dstBytesPerRow: Int, _ src: UnsafeRawPointer!, _ srcDepth: ColorSyncDataDepth, _ srcLayout: ColorSyncDataLayout, _ srcBytesPerRow: Int, _ options: CFDictionary!) -> Bool |
Declaration | |
---|---|
From | func ColorSyncTransformCopyProperty(_ transform: ColorSyncTransform!, _ key: AnyObject!, _ options: CFDictionary!) -> Unmanaged<AnyObject>! |
To | func ColorSyncTransformCopyProperty(_ transform: ColorSyncTransform!, _ key: CFTypeRef!, _ options: CFDictionary!) -> Unmanaged<CFTypeRef>! |
Declaration | |
---|---|
From | func ColorSyncTransformSetProperty(_ transform: ColorSyncTransform!, _ key: AnyObject!, _ property: AnyObject!) |
To | func ColorSyncTransformSetProperty(_ transform: ColorSyncTransform!, _ key: CFTypeRef!, _ property: CFTypeRef!) |
Modified ConstATSUAttributeValuePtr
Declaration | |
---|---|
From | typealias ConstATSUAttributeValuePtr = UnsafePointer<Void> |
To | typealias ConstATSUAttributeValuePtr = UnsafeRawPointer |
Modified CopySpeechProperty(_: SpeechChannel, _: CFString, _: UnsafeMutablePointer<CFTypeRef?>) -> OSErr
Declaration | |
---|---|
From | func CopySpeechProperty(_ chan: SpeechChannel, _ property: CFString, _ object: UnsafeMutablePointer<AnyObject?>) -> OSErr |
To | func CopySpeechProperty(_ chan: SpeechChannel, _ property: CFString, _ object: UnsafeMutablePointer<CFTypeRef?>) -> OSErr |
Modified CTabHandle
Declaration | |
---|---|
From | typealias CTabHandle = UnsafeMutablePointer<CTabPtr> |
To | typealias CTabHandle = UnsafeMutablePointer<CTabPtr?> |
Modified DCMFoundRecordIterator
Declaration | |
---|---|
From | typealias DCMFoundRecordIterator = COpaquePointer |
To | typealias DCMFoundRecordIterator = OpaquePointer |
Modified DCMObjectID
Declaration | |
---|---|
From | typealias DCMObjectID = COpaquePointer |
To | typealias DCMObjectID = OpaquePointer |
Modified DCMObjectIterator
Declaration | |
---|---|
From | typealias DCMObjectIterator = COpaquePointer |
To | typealias DCMObjectIterator = OpaquePointer |
Modified DCMObjectRef
Declaration | |
---|---|
From | typealias DCMObjectRef = COpaquePointer |
To | typealias DCMObjectRef = OpaquePointer |
Modified DCMProgressFilterUPP
Declaration | |
---|---|
From | typealias DCMProgressFilterUPP = DCMProgressFilterProcPtr |
To | typealias DCMProgressFilterUPP = ApplicationServices.DCMProgressFilterProcPtr |
Modified DialogPtr
Declaration | |
---|---|
From | typealias DialogPtr = COpaquePointer |
To | typealias DialogPtr = OpaquePointer |
Declaration | |
---|---|
From | func DisposeIconActionUPP(_ userUPP: IconActionUPP!) |
To | func DisposeIconActionUPP(_ userUPP: ApplicationServices.IconActionUPP!) |
Declaration | |
---|---|
From | func DisposeIconGetterUPP(_ userUPP: IconGetterUPP!) |
To | func DisposeIconGetterUPP(_ userUPP: ApplicationServices.IconGetterUPP!) |
Modified DragGrayRgnProcPtr
Declaration | |
---|---|
From | typealias DragGrayRgnProcPtr = () -> Void |
To | typealias DragGrayRgnProcPtr = () -> Swift.Void |
Modified DragGrayRgnUPP
Declaration | |
---|---|
From | typealias DragGrayRgnUPP = DragGrayRgnProcPtr |
To | typealias DragGrayRgnUPP = ApplicationServices.DragGrayRgnProcPtr |
Modified FMFontCallbackFilterProcPtr
Declaration | |
---|---|
From | typealias FMFontCallbackFilterProcPtr = (FMFont, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias FMFontCallbackFilterProcPtr = (FMFont, UnsafeMutableRawPointer?) -> OSStatus |
Modified FMFontCallbackFilterUPP
Declaration | |
---|---|
From | typealias FMFontCallbackFilterUPP = FMFontCallbackFilterProcPtr |
To | typealias FMFontCallbackFilterUPP = ApplicationServices.FMFontCallbackFilterProcPtr |
Modified FMFontFamilyCallbackFilterProcPtr
Declaration | |
---|---|
From | typealias FMFontFamilyCallbackFilterProcPtr = (FMFontFamily, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias FMFontFamilyCallbackFilterProcPtr = (FMFontFamily, UnsafeMutableRawPointer?) -> OSStatus |
Modified FMFontFamilyCallbackFilterUPP
Declaration | |
---|---|
From | typealias FMFontFamilyCallbackFilterUPP = FMFontFamilyCallbackFilterProcPtr |
To | typealias FMFontFamilyCallbackFilterUPP = ApplicationServices.FMFontFamilyCallbackFilterProcPtr |
Modified FontRecHdl
Declaration | |
---|---|
From | typealias FontRecHdl = UnsafeMutablePointer<FontRecPtr> |
To | typealias FontRecHdl = UnsafeMutablePointer<FontRecPtr?> |
Modified GDHandle
Declaration | |
---|---|
From | typealias GDHandle = UnsafeMutablePointer<GDPtr> |
To | typealias GDHandle = UnsafeMutablePointer<GDPtr?> |
Declaration | |
---|---|
From | func GetIconFamilyData(_ iconFamily: IconFamilyHandle, _ iconType: OSType, _ h: Handle) -> OSErr |
To | func GetIconFamilyData(_ iconFamily: IconFamilyHandle!, _ iconType: OSType, _ h: Handle!) -> OSErr |
Modified GetIconRefVariant(_: IconRef!, _: OSType, _: UnsafeMutablePointer<IconTransformType>!) -> IconRef!
Declaration | |
---|---|
From | func GetIconRefVariant(_ inIconRef: IconRef, _ inVariant: OSType, _ outTransform: UnsafeMutablePointer<IconTransformType>) -> IconRef |
To | func GetIconRefVariant(_ inIconRef: IconRef!, _ inVariant: OSType, _ outTransform: UnsafeMutablePointer<IconTransformType>!) -> IconRef! |
Declaration | |
---|---|
From | func GetVoiceDescription(_ voice: UnsafePointer<VoiceSpec>, _ info: UnsafeMutablePointer<VoiceDescription>, _ infoLength: Int) -> OSErr |
To | func GetVoiceDescription(_ voice: UnsafePointer<VoiceSpec>?, _ info: UnsafeMutablePointer<VoiceDescription>?, _ infoLength: Int) -> OSErr |
Declaration | |
---|---|
From | func GetVoiceInfo(_ voice: UnsafePointer<VoiceSpec>, _ selector: OSType, _ voiceInfo: UnsafeMutablePointer<Void>) -> OSErr |
To | func GetVoiceInfo(_ voice: UnsafePointer<VoiceSpec>?, _ selector: OSType, _ voiceInfo: UnsafeMutableRawPointer) -> OSErr |
Modified GrafPtr
Declaration | |
---|---|
From | typealias GrafPtr = COpaquePointer |
To | typealias GrafPtr = OpaquePointer |
Declaration | |
---|---|
From | func HIShapeContainsPoint(_ inShape: HIShape!, _ inPoint: UnsafePointer<CGPoint>) -> Bool |
To | func HIShapeContainsPoint(_ inShape: HIShape!, _ inPoint: UnsafePointer<CGPoint>!) -> Bool |
Declaration | |
---|---|
From | func HIShapeCreateMutableWithRect(_ inRect: UnsafePointer<CGRect>) -> Unmanaged<HIMutableShape>! |
To | func HIShapeCreateMutableWithRect(_ inRect: UnsafePointer<CGRect>!) -> Unmanaged<HIMutableShape>! |
Declaration | |
---|---|
From | func HIShapeCreateWithQDRgn(_ inRgn: RgnHandle) -> Unmanaged<HIShape>! |
To | func HIShapeCreateWithQDRgn(_ inRgn: RgnHandle!) -> Unmanaged<HIShape>! |
Declaration | |
---|---|
From | func HIShapeCreateWithRect(_ inRect: UnsafePointer<CGRect>) -> Unmanaged<HIShape>! |
To | func HIShapeCreateWithRect(_ inRect: UnsafePointer<CGRect>!) -> Unmanaged<HIShape>! |
Declaration | |
---|---|
From | func HIShapeEnumerate(_ inShape: HIShape!, _ inOptions: OptionBits, _ inProc: HIShapeEnumerateProcPtr!, _ inRefcon: UnsafeMutablePointer<Void>) -> OSStatus |
To | func HIShapeEnumerate(_ inShape: HIShape!, _ inOptions: OptionBits, _ inProc: ApplicationServices.HIShapeEnumerateProcPtr!, _ inRefcon: UnsafeMutableRawPointer!) -> OSStatus |
Modified HIShapeEnumerateProcPtr
Declaration | |
---|---|
From | typealias HIShapeEnumerateProcPtr = (Int32, HIShape!, UnsafePointer<CGRect>, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias HIShapeEnumerateProcPtr = (Int32, HIShape?, UnsafePointer<CGRect>?, UnsafeMutableRawPointer?) -> OSStatus |
Declaration | |
---|---|
From | func HIShapeGetAsQDRgn(_ inShape: HIShape!, _ outRgn: RgnHandle) -> OSStatus |
To | func HIShapeGetAsQDRgn(_ inShape: HIShape!, _ outRgn: RgnHandle!) -> OSStatus |
Modified HIShapeGetBounds(_: HIShape!, _: UnsafeMutablePointer<CGRect>!) -> UnsafeMutablePointer<CGRect>!
Declaration | |
---|---|
From | func HIShapeGetBounds(_ inShape: HIShape!, _ outRect: UnsafeMutablePointer<CGRect>) -> UnsafeMutablePointer<CGRect> |
To | func HIShapeGetBounds(_ inShape: HIShape!, _ outRect: UnsafeMutablePointer<CGRect>!) -> UnsafeMutablePointer<CGRect>! |
Declaration | |
---|---|
From | func HIShapeIntersectsRect(_ inShape: HIShape!, _ inRect: UnsafePointer<CGRect>) -> Bool |
To | func HIShapeIntersectsRect(_ inShape: HIShape!, _ inRect: UnsafePointer<CGRect>!) -> Bool |
Declaration | |
---|---|
From | func HIShapeUnionWithRect(_ inShape: HIMutableShape!, _ inRect: UnsafePointer<CGRect>) -> OSStatus |
To | func HIShapeUnionWithRect(_ inShape: HIMutableShape!, _ inRect: UnsafePointer<CGRect>!) -> OSStatus |
Modified ICAppSpecHandle
Declaration | |
---|---|
From | typealias ICAppSpecHandle = UnsafeMutablePointer<ICAppSpecPtr> |
To | typealias ICAppSpecHandle = UnsafeMutablePointer<ICAppSpecPtr?> |
Modified ICAppSpecListHandle
Declaration | |
---|---|
From | typealias ICAppSpecListHandle = UnsafeMutablePointer<ICAppSpecListPtr> |
To | typealias ICAppSpecListHandle = UnsafeMutablePointer<ICAppSpecListPtr?> |
Modified ICCharTableHandle
Declaration | |
---|---|
From | typealias ICCharTableHandle = UnsafeMutablePointer<ICCharTablePtr> |
To | typealias ICCharTableHandle = UnsafeMutablePointer<ICCharTablePtr?> |
Modified ICFileSpecHandle
Declaration | |
---|---|
From | typealias ICFileSpecHandle = UnsafeMutablePointer<ICFileSpecPtr> |
To | typealias ICFileSpecHandle = UnsafeMutablePointer<ICFileSpecPtr?> |
Modified ICFontRecordHandle
Declaration | |
---|---|
From | typealias ICFontRecordHandle = UnsafeMutablePointer<ICFontRecordPtr> |
To | typealias ICFontRecordHandle = UnsafeMutablePointer<ICFontRecordPtr?> |
Modified ICInstance
Declaration | |
---|---|
From | typealias ICInstance = COpaquePointer |
To | typealias ICInstance = OpaquePointer |
Modified ICMapEntryHandle
Declaration | |
---|---|
From | typealias ICMapEntryHandle = UnsafeMutablePointer<ICMapEntryPtr> |
To | typealias ICMapEntryHandle = UnsafeMutablePointer<ICMapEntryPtr?> |
Modified IconActionProcPtr
Declaration | |
---|---|
From | typealias IconActionProcPtr = (ResType, UnsafeMutablePointer<Handle>, UnsafeMutablePointer<Void>) -> OSErr |
To | typealias IconActionProcPtr = (ResType, UnsafeMutablePointer<Handle?>?, UnsafeMutableRawPointer?) -> OSErr |
Modified IconActionUPP
Declaration | |
---|---|
From | typealias IconActionUPP = IconActionProcPtr |
To | typealias IconActionUPP = ApplicationServices.IconActionProcPtr |
Modified IconGetterProcPtr
Declaration | |
---|---|
From | typealias IconGetterProcPtr = (ResType, UnsafeMutablePointer<Void>) -> Handle |
To | typealias IconGetterProcPtr = (ResType, UnsafeMutableRawPointer?) -> Handle? |
Modified IconGetterUPP
Declaration | |
---|---|
From | typealias IconGetterUPP = IconGetterProcPtr |
To | typealias IconGetterUPP = ApplicationServices.IconGetterProcPtr |
Declaration | |
---|---|
From | func IconRefContainsCGPoint(_ testPt: UnsafePointer<CGPoint>, _ iconRect: UnsafePointer<CGRect>, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef) -> Bool |
To | func IconRefContainsCGPoint(_ testPt: UnsafePointer<CGPoint>!, _ iconRect: UnsafePointer<CGRect>!, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef!) -> Bool |
Declaration | |
---|---|
From | func IconRefIntersectsCGRect(_ testRect: UnsafePointer<CGRect>, _ iconRect: UnsafePointer<CGRect>, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef) -> Bool |
To | func IconRefIntersectsCGRect(_ testRect: UnsafePointer<CGRect>!, _ iconRect: UnsafePointer<CGRect>!, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef!) -> Bool |
Declaration | |
---|---|
From | func IconRefToHIShape(_ iconRect: UnsafePointer<CGRect>, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef) -> Unmanaged<HIShape>! |
To | func IconRefToHIShape(_ iconRect: UnsafePointer<CGRect>!, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef!) -> Unmanaged<HIShape>! |
Declaration | |
---|---|
From | func IconRefToIconFamily(_ theIconRef: IconRef, _ whichIcons: IconSelectorValue, _ iconFamily: UnsafeMutablePointer<IconFamilyHandle>) -> OSErr |
To | func IconRefToIconFamily(_ theIconRef: IconRef!, _ whichIcons: IconSelectorValue, _ iconFamily: UnsafeMutablePointer<IconFamilyHandle?>!) -> OSErr |
Modified ICServiceEntryHandle
Declaration | |
---|---|
From | typealias ICServiceEntryHandle = UnsafeMutablePointer<ICServiceEntryPtr> |
To | typealias ICServiceEntryHandle = UnsafeMutablePointer<ICServiceEntryPtr?> |
Modified ICServicesHandle
Declaration | |
---|---|
From | typealias ICServicesHandle = UnsafeMutablePointer<ICServicesPtr> |
To | typealias ICServicesHandle = UnsafeMutablePointer<ICServicesPtr?> |
Declaration | |
---|---|
From | func InvokeIconActionUPP(_ theType: ResType, _ theIcon: UnsafeMutablePointer<Handle>, _ yourDataPtr: UnsafeMutablePointer<Void>, _ userUPP: IconActionUPP!) -> OSErr |
To | func InvokeIconActionUPP(_ theType: ResType, _ theIcon: UnsafeMutablePointer<Handle?>!, _ yourDataPtr: UnsafeMutableRawPointer!, _ userUPP: ApplicationServices.IconActionUPP!) -> OSErr |
Declaration | |
---|---|
From | func InvokeIconGetterUPP(_ theType: ResType, _ yourDataPtr: UnsafeMutablePointer<Void>, _ userUPP: IconGetterUPP!) -> Handle |
To | func InvokeIconGetterUPP(_ theType: ResType, _ yourDataPtr: UnsafeMutableRawPointer!, _ userUPP: ApplicationServices.IconGetterUPP!) -> Handle! |
Declaration | |
---|---|
From | func IsIconRefMaskEmpty(_ iconRef: IconRef) -> Bool |
To | func IsIconRefMaskEmpty(_ iconRef: IconRef!) -> Bool |
Modified LAContextRef
Declaration | |
---|---|
From | typealias LAContextRef = COpaquePointer |
To | typealias LAContextRef = OpaquePointer |
Modified LAEnvironmentRef
Declaration | |
---|---|
From | typealias LAEnvironmentRef = COpaquePointer |
To | typealias LAEnvironmentRef = OpaquePointer |
Modified NewIconActionUPP(_: ApplicationServices.IconActionProcPtr!) -> ApplicationServices.IconActionUPP!
Declaration | |
---|---|
From | func NewIconActionUPP(_ userRoutine: IconActionProcPtr!) -> IconActionUPP! |
To | func NewIconActionUPP(_ userRoutine: ApplicationServices.IconActionProcPtr!) -> ApplicationServices.IconActionUPP! |
Modified NewIconGetterUPP(_: ApplicationServices.IconGetterProcPtr!) -> ApplicationServices.IconGetterUPP!
Declaration | |
---|---|
From | func NewIconGetterUPP(_ userRoutine: IconGetterProcPtr!) -> IconGetterUPP! |
To | func NewIconGetterUPP(_ userRoutine: ApplicationServices.IconGetterProcPtr!) -> ApplicationServices.IconGetterUPP! |
Declaration | |
---|---|
From | func NewSpeechChannel(_ voice: UnsafeMutablePointer<VoiceSpec>, _ chan: UnsafeMutablePointer<SpeechChannel>) -> OSErr |
To | func NewSpeechChannel(_ voice: UnsafeMutablePointer<VoiceSpec>?, _ chan: UnsafeMutablePointer<SpeechChannel?>) -> OSErr |
Declaration | |
---|---|
From | func PasteboardClear(_ inPasteboard: Pasteboard!) -> OSStatus |
To | func PasteboardClear(_ inPasteboard: Pasteboard) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardCopyItemFlavorData(_ inPasteboard: Pasteboard!, _ inItem: PasteboardItemID, _ inFlavorType: CFString!, _ outData: UnsafeMutablePointer<Unmanaged<CFData>?>) -> OSStatus |
To | func PasteboardCopyItemFlavorData(_ inPasteboard: Pasteboard, _ inItem: PasteboardItemID, _ inFlavorType: CFString, _ outData: UnsafeMutablePointer<CFData?>) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardCopyItemFlavors(_ inPasteboard: Pasteboard!, _ inItem: PasteboardItemID, _ outFlavorTypes: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatus |
To | func PasteboardCopyItemFlavors(_ inPasteboard: Pasteboard, _ inItem: PasteboardItemID, _ outFlavorTypes: UnsafeMutablePointer<CFArray?>) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardCopyName(_ inPasteboard: Pasteboard!, _ outName: UnsafeMutablePointer<Unmanaged<CFString>?>) -> OSStatus |
To | func PasteboardCopyName(_ inPasteboard: Pasteboard, _ outName: UnsafeMutablePointer<CFString?>) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardCopyPasteLocation(_ inPasteboard: Pasteboard!, _ outPasteLocation: UnsafeMutablePointer<Unmanaged<CFURL>?>) -> OSStatus |
To | func PasteboardCopyPasteLocation(_ inPasteboard: Pasteboard, _ outPasteLocation: UnsafeMutablePointer<CFURL?>) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardCreate(_ inName: CFString!, _ outPasteboard: UnsafeMutablePointer<Unmanaged<Pasteboard>?>) -> OSStatus |
To | func PasteboardCreate(_ inName: CFString?, _ outPasteboard: UnsafeMutablePointer<Pasteboard?>) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardGetItemCount(_ inPasteboard: Pasteboard!, _ outItemCount: UnsafeMutablePointer<Int>) -> OSStatus |
To | func PasteboardGetItemCount(_ inPasteboard: Pasteboard, _ outItemCount: UnsafeMutablePointer<Int>) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardGetItemFlavorFlags(_ inPasteboard: Pasteboard!, _ inItem: PasteboardItemID, _ inFlavorType: CFString!, _ outFlags: UnsafeMutablePointer<PasteboardFlavorFlags>) -> OSStatus |
To | func PasteboardGetItemFlavorFlags(_ inPasteboard: Pasteboard, _ inItem: PasteboardItemID, _ inFlavorType: CFString, _ outFlags: UnsafeMutablePointer<PasteboardFlavorFlags>) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardGetItemIdentifier(_ inPasteboard: Pasteboard!, _ inIndex: CFIndex, _ outItem: UnsafeMutablePointer<PasteboardItemID>) -> OSStatus |
To | func PasteboardGetItemIdentifier(_ inPasteboard: Pasteboard, _ inIndex: CFIndex, _ outItem: UnsafeMutablePointer<PasteboardItemID?>) -> OSStatus |
Modified PasteboardItemID
Declaration | |
---|---|
From | typealias PasteboardItemID = UnsafeMutablePointer<Void> |
To | typealias PasteboardItemID = UnsafeMutableRawPointer |
Modified PasteboardPromiseKeeperProcPtr
Declaration | |
---|---|
From | typealias PasteboardPromiseKeeperProcPtr = (Pasteboard!, PasteboardItemID, CFString!, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias PasteboardPromiseKeeperProcPtr = (Pasteboard, PasteboardItemID, CFString, UnsafeMutableRawPointer?) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardPutItemFlavor(_ inPasteboard: Pasteboard!, _ inItem: PasteboardItemID, _ inFlavorType: CFString!, _ inData: CFData!, _ inFlags: PasteboardFlavorFlags) -> OSStatus |
To | func PasteboardPutItemFlavor(_ inPasteboard: Pasteboard, _ inItem: PasteboardItemID, _ inFlavorType: CFString, _ inData: CFData?, _ inFlags: PasteboardFlavorFlags) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardResolvePromises(_ inPasteboard: Pasteboard!) -> OSStatus |
To | func PasteboardResolvePromises(_ inPasteboard: Pasteboard) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardSetPasteLocation(_ inPasteboard: Pasteboard!, _ inPasteLocation: CFURL!) -> OSStatus |
To | func PasteboardSetPasteLocation(_ inPasteboard: Pasteboard, _ inPasteLocation: CFURL) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardSetPromiseKeeper(_ inPasteboard: Pasteboard!, _ inPromiseKeeper: PasteboardPromiseKeeperProcPtr!, _ inContext: UnsafeMutablePointer<Void>) -> OSStatus |
To | func PasteboardSetPromiseKeeper(_ inPasteboard: Pasteboard, _ inPromiseKeeper: ApplicationServices.PasteboardPromiseKeeperProcPtr, _ inContext: UnsafeMutableRawPointer?) -> OSStatus |
Declaration | |
---|---|
From | func PasteboardSynchronize(_ inPasteboard: Pasteboard!) -> PasteboardSyncFlags |
To | func PasteboardSynchronize(_ inPasteboard: Pasteboard) -> PasteboardSyncFlags |
Modified PatHandle
Declaration | |
---|---|
From | typealias PatHandle = UnsafeMutablePointer<PatPtr> |
To | typealias PatHandle = UnsafeMutablePointer<PatPtr?> |
Modified PicHandle
Declaration | |
---|---|
From | typealias PicHandle = UnsafeMutablePointer<PicPtr> |
To | typealias PicHandle = UnsafeMutablePointer<PicPtr?> |
Modified PixMapHandle
Declaration | |
---|---|
From | typealias PixMapHandle = UnsafeMutablePointer<PixMapPtr> |
To | typealias PixMapHandle = UnsafeMutablePointer<PixMapPtr?> |
Modified PixPatHandle
Declaration | |
---|---|
From | typealias PixPatHandle = UnsafeMutablePointer<PixPatPtr> |
To | typealias PixPatHandle = UnsafeMutablePointer<PixPatPtr?> |
Declaration | |
---|---|
From | func PlotIconRefInContext(_ inContext: CGContext!, _ inRect: UnsafePointer<CGRect>, _ inAlign: IconAlignmentType, _ inTransform: IconTransformType, _ inLabelColor: UnsafePointer<RGBColor>, _ inFlags: PlotIconRefFlags, _ inIconRef: IconRef) -> OSStatus |
To | func PlotIconRefInContext(_ inContext: CGContext!, _ inRect: UnsafePointer<CGRect>!, _ inAlign: IconAlignmentType, _ inTransform: IconTransformType, _ inLabelColor: UnsafePointer<RGBColor>!, _ inFlags: PlotIconRefFlags, _ inIconRef: IconRef!) -> OSStatus |
Declaration | |
---|---|
From | func PMGetPageFormatExtendedData(_ pageFormat: PMPageFormat, _ dataID: OSType, _ size: UnsafeMutablePointer<UInt32>, _ extendedData: UnsafeMutablePointer<Void>) -> OSStatus |
To | func PMGetPageFormatExtendedData(_ pageFormat: PMPageFormat, _ dataID: OSType, _ size: UnsafeMutablePointer<UInt32>?, _ extendedData: UnsafeMutableRawPointer?) -> OSStatus |
Modified PMObject
Declaration | |
---|---|
From | typealias PMObject = UnsafePointer<Void> |
To | typealias PMObject = UnsafeRawPointer |
Modified PMPageFormat
Declaration | |
---|---|
From | typealias PMPageFormat = COpaquePointer |
To | typealias PMPageFormat = OpaquePointer |
Declaration | |
---|---|
From | func PMPageFormatCreateDataRepresentation(_ pageFormat: PMPageFormat, _ data: UnsafeMutablePointer<Unmanaged<CFData>?>, _ format: PMDataFormat) -> OSStatus |
To | func PMPageFormatCreateDataRepresentation(_ pageFormat: PMPageFormat, _ data: UnsafeMutablePointer<Unmanaged<CFData>>, _ format: PMDataFormat) -> OSStatus |
Modified PMPaper
Declaration | |
---|---|
From | typealias PMPaper = COpaquePointer |
To | typealias PMPaper = OpaquePointer |
Declaration | |
---|---|
From | func PMPaperCreateCustom(_ printer: PMPrinter, _ id: CFString?, _ name: CFString?, _ width: Double, _ height: Double, _ margins: UnsafePointer<PMPaperMargins>, _ paperP: UnsafeMutablePointer<PMPaper>) -> OSStatus |
To | func PMPaperCreateCustom(_ printer: PMPrinter?, _ id: CFString?, _ name: CFString?, _ width: Double, _ height: Double, _ margins: UnsafePointer<PMPaperMargins>, _ paperP: UnsafeMutablePointer<PMPaper?>) -> OSStatus |
Declaration | |
---|---|
From | func PMPaperGetID(_ paper: PMPaper, _ paperID: UnsafeMutablePointer<Unmanaged<CFString>?>) -> OSStatus |
To | func PMPaperGetID(_ paper: PMPaper, _ paperID: UnsafeMutablePointer<Unmanaged<CFString>>) -> OSStatus |
Modified PMPreset
Declaration | |
---|---|
From | typealias PMPreset = COpaquePointer |
To | typealias PMPreset = OpaquePointer |
Modified PMPrinter
Declaration | |
---|---|
From | typealias PMPrinter = COpaquePointer |
To | typealias PMPrinter = OpaquePointer |
Modified PMPrinterCopyHostName(_: PMPrinter, _: UnsafeMutablePointer<Unmanaged<CFString>>) -> OSStatus
Declaration | |
---|---|
From | func PMPrinterCopyHostName(_ printer: PMPrinter, _ hostNameP: UnsafeMutablePointer<Unmanaged<CFString>?>) -> OSStatus |
To | func PMPrinterCopyHostName(_ printer: PMPrinter, _ hostNameP: UnsafeMutablePointer<Unmanaged<CFString>>) -> OSStatus |
Modified PMPrinterCopyState(_: PMPrinter, _: UnsafeMutablePointer<Unmanaged<CFDictionary>>) -> OSStatus
Declaration | |
---|---|
From | func PMPrinterCopyState(_ printer: PMPrinter, _ stateDict: UnsafeMutablePointer<Unmanaged<CFDictionary>?>) -> OSStatus |
To | func PMPrinterCopyState(_ printer: PMPrinter, _ stateDict: UnsafeMutablePointer<Unmanaged<CFDictionary>>) -> OSStatus |
Declaration | |
---|---|
From | func PMPrinterCreateFromPrinterID(_ printerID: CFString) -> PMPrinter |
To | func PMPrinterCreateFromPrinterID(_ printerID: CFString) -> PMPrinter? |
Declaration | |
---|---|
From | func PMPrinterGetCommInfo(_ printer: PMPrinter, _ supportsControlCharRangeP: UnsafeMutablePointer<DarwinBoolean>, _ supportsEightBitP: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus |
To | func PMPrinterGetCommInfo(_ printer: PMPrinter, _ supportsControlCharRangeP: UnsafeMutablePointer<DarwinBoolean>?, _ supportsEightBitP: UnsafeMutablePointer<DarwinBoolean>?) -> OSStatus |
Declaration | |
---|---|
From | func PMPrinterGetMimeTypes(_ printer: PMPrinter, _ settings: PMPrintSettings, _ mimeTypes: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatus |
To | func PMPrinterGetMimeTypes(_ printer: PMPrinter, _ settings: PMPrintSettings?, _ mimeTypes: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatus |
Declaration | |
---|---|
From | func PMPrinterPrintWithFile(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString?, _ fileURL: CFURL) -> OSStatus |
To | func PMPrinterPrintWithFile(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat?, _ mimeType: CFString?, _ fileURL: CFURL) -> OSStatus |
Declaration | |
---|---|
From | func PMPrinterPrintWithProvider(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString, _ provider: CGDataProvider) -> OSStatus |
To | func PMPrinterPrintWithProvider(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat?, _ mimeType: CFString, _ provider: CGDataProvider) -> OSStatus |
Declaration | |
---|---|
From | func PMPrinterWritePostScriptToURL(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString?, _ sourceFileURL: CFURL, _ destinationFileURL: CFURL) -> OSStatus |
To | func PMPrinterWritePostScriptToURL(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat?, _ mimeType: CFString?, _ sourceFileURL: CFURL, _ destinationFileURL: CFURL) -> OSStatus |
Modified PMPrintSession
Declaration | |
---|---|
From | typealias PMPrintSession = COpaquePointer |
To | typealias PMPrintSession = OpaquePointer |
Modified PMPrintSettings
Declaration | |
---|---|
From | typealias PMPrintSettings = COpaquePointer |
To | typealias PMPrintSettings = OpaquePointer |
Declaration | |
---|---|
From | func PMPrintSettingsCreateDataRepresentation(_ printSettings: PMPrintSettings, _ data: UnsafeMutablePointer<Unmanaged<CFData>?>, _ format: PMDataFormat) -> OSStatus |
To | func PMPrintSettingsCreateDataRepresentation(_ printSettings: PMPrintSettings, _ data: UnsafeMutablePointer<Unmanaged<CFData>>, _ format: PMDataFormat) -> OSStatus |
Declaration | |
---|---|
From | func PMPrintSettingsGetValue(_ printSettings: PMPrintSettings, _ key: CFString, _ value: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> OSStatus |
To | func PMPrintSettingsGetValue(_ printSettings: PMPrintSettings, _ key: CFString, _ value: UnsafeMutablePointer<Unmanaged<CFTypeRef>?>) -> OSStatus |
Modified PMPrintSettingsSetValue(_: PMPrintSettings, _: CFString, _: CFTypeRef?, _: Bool) -> OSStatus
Declaration | |
---|---|
From | func PMPrintSettingsSetValue(_ printSettings: PMPrintSettings, _ key: CFString, _ value: AnyObject?, _ locked: Bool) -> OSStatus |
To | func PMPrintSettingsSetValue(_ printSettings: PMPrintSettings, _ key: CFString, _ value: CFTypeRef?, _ locked: Bool) -> OSStatus |
Declaration | |
---|---|
From | func PMPrintSettingsToOptions(_ settings: PMPrintSettings, _ options: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> OSStatus |
To | func PMPrintSettingsToOptions(_ settings: PMPrintSettings, _ options: UnsafeMutablePointer<UnsafeMutablePointer<Int8>?>) -> OSStatus |
Declaration | |
---|---|
From | func PMPrintSettingsToOptionsWithPrinterAndPageFormat(_ settings: PMPrintSettings, _ printer: PMPrinter, _ pageFormat: PMPageFormat, _ options: UnsafeMutablePointer<UnsafeMutablePointer<Int8>>) -> OSStatus |
To | func PMPrintSettingsToOptionsWithPrinterAndPageFormat(_ settings: PMPrintSettings, _ printer: PMPrinter, _ pageFormat: PMPageFormat?, _ options: UnsafeMutablePointer<UnsafeMutablePointer<Int8>?>) -> OSStatus |
Modified PMRelease(_: PMObject?) -> OSStatus
Declaration | |
---|---|
From | func PMRelease(_ object: PMObject) -> OSStatus |
To | func PMRelease(_ object: PMObject?) -> OSStatus |
Modified PMRetain(_: PMObject?) -> OSStatus
Declaration | |
---|---|
From | func PMRetain(_ object: PMObject) -> OSStatus |
To | func PMRetain(_ object: PMObject?) -> OSStatus |
Modified PMServer
Declaration | |
---|---|
From | typealias PMServer = COpaquePointer |
To | typealias PMServer = OpaquePointer |
Modified PMServerCreatePrinterList(_: PMServer?, _: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatus
Declaration | |
---|---|
From | func PMServerCreatePrinterList(_ server: PMServer, _ printerList: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatus |
To | func PMServerCreatePrinterList(_ server: PMServer?, _ printerList: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatus |
Declaration | |
---|---|
From | func PMServerLaunchPrinterBrowser(_ server: PMServer, _ options: CFDictionary?) -> OSStatus |
To | func PMServerLaunchPrinterBrowser(_ server: PMServer?, _ options: CFDictionary?) -> OSStatus |
Declaration | |
---|---|
From | func PMSessionBeginPageNoDialog(_ printSession: PMPrintSession, _ pageFormat: PMPageFormat, _ pageFrame: UnsafePointer<PMRect>) -> OSStatus |
To | func PMSessionBeginPageNoDialog(_ printSession: PMPrintSession, _ pageFormat: PMPageFormat?, _ pageFrame: UnsafePointer<PMRect>?) -> OSStatus |
Declaration | |
---|---|
From | func PMSessionCreatePageFormatList(_ printSession: PMPrintSession, _ printer: PMPrinter, _ pageFormatList: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatus |
To | func PMSessionCreatePageFormatList(_ printSession: PMPrintSession, _ printer: PMPrinter?, _ pageFormatList: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> OSStatus |
Declaration | |
---|---|
From | func PMSessionCreatePrinterList(_ printSession: PMPrintSession, _ printerList: UnsafeMutablePointer<Unmanaged<CFArray>?>, _ currentIndex: UnsafeMutablePointer<CFIndex>, _ currentPrinter: UnsafeMutablePointer<PMPrinter>) -> OSStatus |
To | func PMSessionCreatePrinterList(_ printSession: PMPrintSession, _ printerList: UnsafeMutablePointer<Unmanaged<CFArray>>, _ currentIndex: UnsafeMutablePointer<CFIndex>?, _ currentPrinter: UnsafeMutablePointer<PMPrinter>?) -> OSStatus |
Declaration | |
---|---|
From | func PMSessionGetDataFromSession(_ printSession: PMPrintSession, _ key: CFString, _ data: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> OSStatus |
To | func PMSessionGetDataFromSession(_ printSession: PMPrintSession, _ key: CFString, _ data: UnsafeMutablePointer<Unmanaged<CFTypeRef>?>) -> OSStatus |
Declaration | |
---|---|
From | func PMSessionSetDataInSession(_ printSession: PMPrintSession, _ key: CFString, _ data: AnyObject) -> OSStatus |
To | func PMSessionSetDataInSession(_ printSession: PMPrintSession, _ key: CFString, _ data: CFTypeRef) -> OSStatus |
Declaration | |
---|---|
From | func PMSessionValidatePageFormat(_ printSession: PMPrintSession, _ pageFormat: PMPageFormat, _ changed: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus |
To | func PMSessionValidatePageFormat(_ printSession: PMPrintSession, _ pageFormat: PMPageFormat, _ changed: UnsafeMutablePointer<DarwinBoolean>?) -> OSStatus |
Declaration | |
---|---|
From | func PMSessionValidatePrintSettings(_ printSession: PMPrintSession, _ printSettings: PMPrintSettings, _ changed: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus |
To | func PMSessionValidatePrintSettings(_ printSession: PMPrintSession, _ printSettings: PMPrintSettings, _ changed: UnsafeMutablePointer<DarwinBoolean>?) -> OSStatus |
Declaration | |
---|---|
From | func PMSetPageFormatExtendedData(_ pageFormat: PMPageFormat, _ dataID: OSType, _ size: UInt32, _ extendedData: UnsafeMutablePointer<Void>) -> OSStatus |
To | func PMSetPageFormatExtendedData(_ pageFormat: PMPageFormat, _ dataID: OSType, _ size: UInt32, _ extendedData: UnsafeMutableRawPointer) -> OSStatus |
Declaration | |
---|---|
From | func PMWorkflowSubmitPDFWithOptions(_ workflowItem: CFURL, _ title: CFString?, _ options: UnsafePointer<Int8>, _ pdfFile: CFURL) -> OSStatus |
To | func PMWorkflowSubmitPDFWithOptions(_ workflowItem: CFURL, _ title: CFString?, _ options: UnsafePointer<Int8>?, _ pdfFile: CFURL) -> OSStatus |
Modified PolyHandle
Declaration | |
---|---|
From | typealias PolyHandle = UnsafeMutablePointer<PolyPtr> |
To | typealias PolyHandle = UnsafeMutablePointer<PolyPtr?> |
Modified QDArcProcPtr
Declaration | |
---|---|
From | typealias QDArcProcPtr = (GrafVerb, UnsafePointer<Rect>, Int16, Int16) -> Void |
To | typealias QDArcProcPtr = (GrafVerb, UnsafePointer<Rect>?, Int16, Int16) -> Swift.Void |
Modified QDArcUPP
Declaration | |
---|---|
From | typealias QDArcUPP = QDArcProcPtr |
To | typealias QDArcUPP = ApplicationServices.QDArcProcPtr |
Modified QDBitsProcPtr
Declaration | |
---|---|
From | typealias QDBitsProcPtr = (UnsafePointer<BitMap>, UnsafePointer<Rect>, UnsafePointer<Rect>, Int16, RgnHandle) -> Void |
To | typealias QDBitsProcPtr = (UnsafePointer<BitMap>?, UnsafePointer<Rect>?, UnsafePointer<Rect>?, Int16, RgnHandle?) -> Swift.Void |
Modified QDBitsUPP
Declaration | |
---|---|
From | typealias QDBitsUPP = QDBitsProcPtr |
To | typealias QDBitsUPP = ApplicationServices.QDBitsProcPtr |
Modified QDCommentProcPtr
Declaration | |
---|---|
From | typealias QDCommentProcPtr = (Int16, Int16, Handle) -> Void |
To | typealias QDCommentProcPtr = (Int16, Int16, Handle?) -> Swift.Void |
Modified QDCommentUPP
Declaration | |
---|---|
From | typealias QDCommentUPP = QDCommentProcPtr |
To | typealias QDCommentUPP = ApplicationServices.QDCommentProcPtr |
Modified QDGetPicProcPtr
Declaration | |
---|---|
From | typealias QDGetPicProcPtr = (UnsafeMutablePointer<Void>, Int16) -> Void |
To | typealias QDGetPicProcPtr = (UnsafeMutableRawPointer?, Int16) -> Swift.Void |
Modified QDGetPicUPP
Declaration | |
---|---|
From | typealias QDGetPicUPP = QDGetPicProcPtr |
To | typealias QDGetPicUPP = ApplicationServices.QDGetPicProcPtr |
Modified QDJShieldCursorProcPtr
Declaration | |
---|---|
From | typealias QDJShieldCursorProcPtr = (Int16, Int16, Int16, Int16) -> Void |
To | typealias QDJShieldCursorProcPtr = (Int16, Int16, Int16, Int16) -> Swift.Void |
Modified QDJShieldCursorUPP
Declaration | |
---|---|
From | typealias QDJShieldCursorUPP = QDJShieldCursorProcPtr |
To | typealias QDJShieldCursorUPP = ApplicationServices.QDJShieldCursorProcPtr |
Modified QDLineProcPtr
Declaration | |
---|---|
From | typealias QDLineProcPtr = (Point) -> Void |
To | typealias QDLineProcPtr = (Point) -> Swift.Void |
Modified QDLineUPP
Declaration | |
---|---|
From | typealias QDLineUPP = QDLineProcPtr |
To | typealias QDLineUPP = ApplicationServices.QDLineProcPtr |
Modified QDOpcodeProcPtr
Declaration | |
---|---|
From | typealias QDOpcodeProcPtr = (UnsafePointer<Rect>, UnsafePointer<Rect>, UInt16, Int16) -> Void |
To | typealias QDOpcodeProcPtr = (UnsafePointer<Rect>?, UnsafePointer<Rect>?, UInt16, Int16) -> Swift.Void |
Modified QDOpcodeUPP
Declaration | |
---|---|
From | typealias QDOpcodeUPP = QDOpcodeProcPtr |
To | typealias QDOpcodeUPP = ApplicationServices.QDOpcodeProcPtr |
Modified QDOvalProcPtr
Declaration | |
---|---|
From | typealias QDOvalProcPtr = (GrafVerb, UnsafePointer<Rect>) -> Void |
To | typealias QDOvalProcPtr = (GrafVerb, UnsafePointer<Rect>?) -> Swift.Void |
Modified QDOvalUPP
Declaration | |
---|---|
From | typealias QDOvalUPP = QDOvalProcPtr |
To | typealias QDOvalUPP = ApplicationServices.QDOvalProcPtr |
Modified QDPolyProcPtr
Declaration | |
---|---|
From | typealias QDPolyProcPtr = (GrafVerb, PolyHandle) -> Void |
To | typealias QDPolyProcPtr = (GrafVerb, PolyHandle?) -> Swift.Void |
Modified QDPolyUPP
Declaration | |
---|---|
From | typealias QDPolyUPP = QDPolyProcPtr |
To | typealias QDPolyUPP = ApplicationServices.QDPolyProcPtr |
Modified QDPrinterStatusProcPtr
Declaration | |
---|---|
From | typealias QDPrinterStatusProcPtr = (PrinterStatusOpcode, CGrafPtr, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias QDPrinterStatusProcPtr = (PrinterStatusOpcode, CGrafPtr?, UnsafeMutableRawPointer?) -> OSStatus |
Modified QDPrinterStatusUPP
Declaration | |
---|---|
From | typealias QDPrinterStatusUPP = QDPrinterStatusProcPtr |
To | typealias QDPrinterStatusUPP = ApplicationServices.QDPrinterStatusProcPtr |
Modified QDPutPicProcPtr
Declaration | |
---|---|
From | typealias QDPutPicProcPtr = (UnsafePointer<Void>, Int16) -> Void |
To | typealias QDPutPicProcPtr = (UnsafeRawPointer?, Int16) -> Swift.Void |
Modified QDPutPicUPP
Declaration | |
---|---|
From | typealias QDPutPicUPP = QDPutPicProcPtr |
To | typealias QDPutPicUPP = ApplicationServices.QDPutPicProcPtr |
Modified QDRectProcPtr
Declaration | |
---|---|
From | typealias QDRectProcPtr = (GrafVerb, UnsafePointer<Rect>) -> Void |
To | typealias QDRectProcPtr = (GrafVerb, UnsafePointer<Rect>?) -> Swift.Void |
Modified QDRectUPP
Declaration | |
---|---|
From | typealias QDRectUPP = QDRectProcPtr |
To | typealias QDRectUPP = ApplicationServices.QDRectProcPtr |
Modified QDRgnProcPtr
Declaration | |
---|---|
From | typealias QDRgnProcPtr = (GrafVerb, RgnHandle) -> Void |
To | typealias QDRgnProcPtr = (GrafVerb, RgnHandle?) -> Swift.Void |
Modified QDRgnUPP
Declaration | |
---|---|
From | typealias QDRgnUPP = QDRgnProcPtr |
To | typealias QDRgnUPP = ApplicationServices.QDRgnProcPtr |
Modified QDRRectProcPtr
Declaration | |
---|---|
From | typealias QDRRectProcPtr = (GrafVerb, UnsafePointer<Rect>, Int16, Int16) -> Void |
To | typealias QDRRectProcPtr = (GrafVerb, UnsafePointer<Rect>?, Int16, Int16) -> Swift.Void |
Modified QDRRectUPP
Declaration | |
---|---|
From | typealias QDRRectUPP = QDRRectProcPtr |
To | typealias QDRRectUPP = ApplicationServices.QDRRectProcPtr |
Modified QDStdGlyphsProcPtr
Declaration | |
---|---|
From | typealias QDStdGlyphsProcPtr = (UnsafeMutablePointer<Void>, Int) -> OSStatus |
To | typealias QDStdGlyphsProcPtr = (UnsafeMutableRawPointer?, Int) -> OSStatus |
Modified QDStdGlyphsUPP
Declaration | |
---|---|
From | typealias QDStdGlyphsUPP = QDStdGlyphsProcPtr |
To | typealias QDStdGlyphsUPP = ApplicationServices.QDStdGlyphsProcPtr |
Modified QDTextProcPtr
Declaration | |
---|---|
From | typealias QDTextProcPtr = (Int16, UnsafePointer<Void>, Point, Point) -> Void |
To | typealias QDTextProcPtr = (Int16, UnsafeRawPointer?, Point, Point) -> Swift.Void |
Modified QDTextUPP
Declaration | |
---|---|
From | typealias QDTextUPP = QDTextProcPtr |
To | typealias QDTextUPP = ApplicationServices.QDTextProcPtr |
Modified QDTxMeasProcPtr
Declaration | |
---|---|
From | typealias QDTxMeasProcPtr = (Int16, UnsafePointer<Void>, UnsafeMutablePointer<Point>, UnsafeMutablePointer<Point>, UnsafeMutablePointer<FontInfo>) -> Int16 |
To | typealias QDTxMeasProcPtr = (Int16, UnsafeRawPointer?, UnsafeMutablePointer<Point>?, UnsafeMutablePointer<Point>?, UnsafeMutablePointer<FontInfo>?) -> Int16 |
Modified QDTxMeasUPP
Declaration | |
---|---|
From | typealias QDTxMeasUPP = QDTxMeasProcPtr |
To | typealias QDTxMeasUPP = ApplicationServices.QDTxMeasProcPtr |
Modified RedrawBackgroundProcPtr
Declaration | |
---|---|
From | typealias RedrawBackgroundProcPtr = (ATSUTextLayout, UniCharArrayOffset, Int, UnsafeMutablePointer<ATSTrapezoid>, Int) -> DarwinBoolean |
To | typealias RedrawBackgroundProcPtr = (ATSUTextLayout?, UniCharArrayOffset, Int, UnsafeMutablePointer<ATSTrapezoid>?, Int) -> DarwinBoolean |
Modified RedrawBackgroundUPP
Declaration | |
---|---|
From | typealias RedrawBackgroundUPP = RedrawBackgroundProcPtr |
To | typealias RedrawBackgroundUPP = ApplicationServices.RedrawBackgroundProcPtr |
Modified RegionToRectsProcPtr
Declaration | |
---|---|
From | typealias RegionToRectsProcPtr = (UInt16, RgnHandle, UnsafePointer<Rect>, UnsafeMutablePointer<Void>) -> OSStatus |
To | typealias RegionToRectsProcPtr = (UInt16, RgnHandle?, UnsafePointer<Rect>?, UnsafeMutableRawPointer?) -> OSStatus |
Modified RegionToRectsUPP
Declaration | |
---|---|
From | typealias RegionToRectsUPP = RegionToRectsProcPtr |
To | typealias RegionToRectsUPP = ApplicationServices.RegionToRectsProcPtr |
Modified RgnHandle
Declaration | |
---|---|
From | typealias RgnHandle = COpaquePointer |
To | typealias RgnHandle = OpaquePointer |
Declaration | |
---|---|
From | func SetIconFamilyData(_ iconFamily: IconFamilyHandle, _ iconType: OSType, _ h: Handle) -> OSErr |
To | func SetIconFamilyData(_ iconFamily: IconFamilyHandle!, _ iconType: OSType, _ h: Handle!) -> OSErr |
Declaration | |
---|---|
From | func SetSpeechProperty(_ chan: SpeechChannel, _ property: CFString, _ object: AnyObject?) -> OSErr |
To | func SetSpeechProperty(_ chan: SpeechChannel, _ property: CFString, _ object: CFTypeRef?) -> OSErr |
Modified SizeResourceRecHandle
Declaration | |
---|---|
From | typealias SizeResourceRecHandle = UnsafeMutablePointer<SizeResourceRecPtr> |
To | typealias SizeResourceRecHandle = UnsafeMutablePointer<SizeResourceRecPtr?> |
Modified SpeechDoneProcPtr
Declaration | |
---|---|
From | typealias SpeechDoneProcPtr = (SpeechChannel, SRefCon) -> Void |
To | typealias SpeechDoneProcPtr = (SpeechChannel, SRefCon) -> Swift.Void |
Modified SpeechDoneUPP
Declaration | |
---|---|
From | typealias SpeechDoneUPP = SpeechDoneProcPtr |
To | typealias SpeechDoneUPP = ApplicationServices.SpeechDoneProcPtr |
Modified SpeechErrorCFProcPtr
Declaration | |
---|---|
From | typealias SpeechErrorCFProcPtr = (SpeechChannel, SRefCon, CFError) -> Void |
To | typealias SpeechErrorCFProcPtr = (SpeechChannel, SRefCon, CFError) -> Swift.Void |
Modified SpeechErrorProcPtr
Declaration | |
---|---|
From | typealias SpeechErrorProcPtr = (SpeechChannel, SRefCon, OSErr, Int) -> Void |
To | typealias SpeechErrorProcPtr = (SpeechChannel, SRefCon, OSErr, Int) -> Swift.Void |
Modified SpeechErrorUPP
Declaration | |
---|---|
From | typealias SpeechErrorUPP = SpeechErrorProcPtr |
To | typealias SpeechErrorUPP = ApplicationServices.SpeechErrorProcPtr |
Modified SpeechPhonemeProcPtr
Declaration | |
---|---|
From | typealias SpeechPhonemeProcPtr = (SpeechChannel, SRefCon, Int16) -> Void |
To | typealias SpeechPhonemeProcPtr = (SpeechChannel, SRefCon, Int16) -> Swift.Void |
Modified SpeechPhonemeUPP
Declaration | |
---|---|
From | typealias SpeechPhonemeUPP = SpeechPhonemeProcPtr |
To | typealias SpeechPhonemeUPP = ApplicationServices.SpeechPhonemeProcPtr |
Modified SpeechSyncProcPtr
Declaration | |
---|---|
From | typealias SpeechSyncProcPtr = (SpeechChannel, SRefCon, OSType) -> Void |
To | typealias SpeechSyncProcPtr = (SpeechChannel, SRefCon, OSType) -> Swift.Void |
Modified SpeechSyncUPP
Declaration | |
---|---|
From | typealias SpeechSyncUPP = SpeechSyncProcPtr |
To | typealias SpeechSyncUPP = ApplicationServices.SpeechSyncProcPtr |
Modified SpeechTextDoneProcPtr
Declaration | |
---|---|
From | typealias SpeechTextDoneProcPtr = (SpeechChannel, SRefCon, UnsafeMutablePointer<UnsafePointer<Void>>, UnsafeMutablePointer<UInt>, UnsafeMutablePointer<Int32>) -> Void |
To | typealias SpeechTextDoneProcPtr = (SpeechChannel, SRefCon, UnsafeMutablePointer<UnsafeRawPointer?>?, UnsafeMutablePointer<UInt>, UnsafeMutablePointer<Int32>) -> Swift.Void |
Modified SpeechTextDoneUPP
Declaration | |
---|---|
From | typealias SpeechTextDoneUPP = SpeechTextDoneProcPtr |
To | typealias SpeechTextDoneUPP = ApplicationServices.SpeechTextDoneProcPtr |
Modified SpeechWordCFProcPtr
Declaration | |
---|---|
From | typealias SpeechWordCFProcPtr = (SpeechChannel, SRefCon, CFString, CFRange) -> Void |
To | typealias SpeechWordCFProcPtr = (SpeechChannel, SRefCon, CFString, CFRange) -> Swift.Void |
Modified SpeechWordProcPtr
Declaration | |
---|---|
From | typealias SpeechWordProcPtr = (SpeechChannel, SRefCon, UInt, UInt16) -> Void |
To | typealias SpeechWordProcPtr = (SpeechChannel, SRefCon, UInt, UInt16) -> Swift.Void |
Modified SpeechWordUPP
Declaration | |
---|---|
From | typealias SpeechWordUPP = SpeechWordProcPtr |
To | typealias SpeechWordUPP = ApplicationServices.SpeechWordProcPtr |
Declaration | |
---|---|
From | func TransformProcessType(_ psn: UnsafePointer<ProcessSerialNumber>, _ transformState: ProcessApplicationTransformState) -> OSStatus |
To | func TransformProcessType(_ psn: UnsafePointer<ProcessSerialNumber>!, _ transformState: ProcessApplicationTransformState) -> OSStatus |
Declaration | |
---|---|
From | func TranslationCopyDestinationType(_ inTranslation: Translation!, _ outDestinationType: UnsafeMutablePointer<Unmanaged<CFString>?>) -> OSStatus |
To | func TranslationCopyDestinationType(_ inTranslation: Translation!, _ outDestinationType: UnsafeMutablePointer<Unmanaged<CFString>?>!) -> OSStatus |
Declaration | |
---|---|
From | func TranslationCopySourceType(_ inTranslation: Translation!, _ outSourceType: UnsafeMutablePointer<Unmanaged<CFString>?>) -> OSStatus |
To | func TranslationCopySourceType(_ inTranslation: Translation!, _ outSourceType: UnsafeMutablePointer<Unmanaged<CFString>?>!) -> OSStatus |
Declaration | |
---|---|
From | func TranslationCreate(_ inSourceType: CFString!, _ inDestinationType: CFString!, _ inTranslationFlags: TranslationFlags, _ outTranslation: UnsafeMutablePointer<Unmanaged<Translation>?>) -> OSStatus |
To | func TranslationCreate(_ inSourceType: CFString!, _ inDestinationType: CFString!, _ inTranslationFlags: TranslationFlags, _ outTranslation: UnsafeMutablePointer<Unmanaged<Translation>?>!) -> OSStatus |
Declaration | |
---|---|
From | func TranslationCreateWithSourceArray(_ inSourceTypes: CFArray!, _ inTranslationFlags: TranslationFlags, _ outDestinationTypes: UnsafeMutablePointer<Unmanaged<CFArray>?>, _ outTranslations: UnsafeMutablePointer<Unmanaged<CFDictionary>?>) -> OSStatus |
To | func TranslationCreateWithSourceArray(_ inSourceTypes: CFArray!, _ inTranslationFlags: TranslationFlags, _ outDestinationTypes: UnsafeMutablePointer<Unmanaged<CFArray>?>!, _ outTranslations: UnsafeMutablePointer<Unmanaged<CFDictionary>?>!) -> OSStatus |
Declaration | |
---|---|
From | func TranslationGetTranslationFlags(_ inTranslation: Translation!, _ outTranslationFlags: UnsafeMutablePointer<TranslationFlags>) -> OSStatus |
To | func TranslationGetTranslationFlags(_ inTranslation: Translation!, _ outTranslationFlags: UnsafeMutablePointer<TranslationFlags>!) -> OSStatus |
Declaration | |
---|---|
From | func TranslationPerformForData(_ inTranslation: Translation!, _ inSourceData: CFData!, _ outDestinationData: UnsafeMutablePointer<Unmanaged<CFData>?>) -> OSStatus |
To | func TranslationPerformForData(_ inTranslation: Translation!, _ inSourceData: CFData!, _ outDestinationData: UnsafeMutablePointer<Unmanaged<CFData>?>!) -> OSStatus |
Declaration | |
---|---|
From | func TranslationPerformForFile(_ inTranslation: Translation!, _ inSourceFile: UnsafePointer<FSRef>, _ inDestinationDirectory: UnsafePointer<FSRef>, _ inDestinationName: CFString!, _ outTranslatedFile: UnsafeMutablePointer<FSRef>) -> OSStatus |
To | func TranslationPerformForFile(_ inTranslation: Translation!, _ inSourceFile: UnsafePointer<FSRef>!, _ inDestinationDirectory: UnsafePointer<FSRef>!, _ inDestinationName: CFString!, _ outTranslatedFile: UnsafeMutablePointer<FSRef>!) -> OSStatus |
Declaration | |
---|---|
From | func TranslationPerformForURL(_ inTranslation: Translation!, _ inSourceURL: CFURL!, _ inDestinationURL: CFURL!, _ outTranslatedURL: UnsafeMutablePointer<Unmanaged<CFURL>?>) -> OSStatus |
To | func TranslationPerformForURL(_ inTranslation: Translation!, _ inSourceURL: CFURL!, _ inDestinationURL: CFURL!, _ outTranslatedURL: UnsafeMutablePointer<Unmanaged<CFURL>?>!) -> OSStatus |
Declaration | |
---|---|
From | func UAZoomChangeFocus(_ inRect: UnsafePointer<CGRect>, _ inHighlightRect: UnsafePointer<CGRect>, _ inType: UAZoomChangeFocusType) -> OSStatus |
To | func UAZoomChangeFocus(_ inRect: UnsafePointer<CGRect>!, _ inHighlightRect: UnsafePointer<CGRect>!, _ inType: UAZoomChangeFocusType) -> OSStatus |
Modified WindowPtr
Declaration | |
---|---|
From | typealias WindowPtr = COpaquePointer |
To | typealias WindowPtr = OpaquePointer |