Documentation Archive Developer
Search

IOBluetoothUI Changes

IOBluetoothUI

Modified IOBluetoothDeviceSelectorController.beginSheetModalForWindow(NSWindow!, modalDelegate: AnyObject!, didEndSelector: Selector, contextInfo: UnsafeMutablePointer<Void>) -> IOReturn
Declaration
From
func beginSheetModalForWindow(_ sheetWindow: NSWindow!, modalDelegate modalDelegate: AnyObject!, didEndSelector didEndSelector: Selector, contextInfo contextInfo: UnsafePointer<()>) -> IOReturn
To
func beginSheetModalForWindow(_ sheetWindow: NSWindow!, modalDelegate modalDelegate: AnyObject!, didEndSelector didEndSelector: Selector, contextInfo contextInfo: UnsafeMutablePointer<Void>) -> IOReturn

Modified IOBluetoothDeviceSelectorController.getSearchAttributes() -> UnsafePointer<IOBluetoothDeviceSearchAttributes>
Declaration
From
func getSearchAttributes() -> ConstUnsafePointer<IOBluetoothDeviceSearchAttributes>
To
func getSearchAttributes() -> UnsafePointer<IOBluetoothDeviceSearchAttributes>

Modified IOBluetoothDeviceSelectorController.setSearchAttributes(UnsafePointer<IOBluetoothDeviceSearchAttributes>)
Declaration
From
func setSearchAttributes(_ searchAttributes: ConstUnsafePointer<IOBluetoothDeviceSearchAttributes>)
To
func setSearchAttributes(_ searchAttributes: UnsafePointer<IOBluetoothDeviceSearchAttributes>)

Modified IOBluetoothObjectPushUIController.beginSheetModalForWindow(NSWindow!, modalDelegate: AnyObject!, didEndSelector: Selector, contextInfo: UnsafeMutablePointer<Void>) -> IOReturn
Declaration
From
func beginSheetModalForWindow(_ sheetWindow: NSWindow!, modalDelegate modalDelegate: AnyObject!, didEndSelector didEndSelector: Selector, contextInfo contextInfo: UnsafePointer<()>) -> IOReturn
To
func beginSheetModalForWindow(_ sheetWindow: NSWindow!, modalDelegate modalDelegate: AnyObject!, didEndSelector didEndSelector: Selector, contextInfo contextInfo: UnsafeMutablePointer<Void>) -> IOReturn

Modified IOBluetoothObjectPushUIController.init(objectPushWithBluetoothDevice: IOBluetoothDevice!, withFiles:[AnyObject]!, delegate: AnyObject!)
Declaration
From
init(objectPushWithBluetoothDevice inDevice: IOBluetoothDevice!, withFiles inFiles: [AnyObject]!, delegate inDelegate: AnyObject!)
To
init!(objectPushWithBluetoothDevice inDevice: IOBluetoothDevice!, withFiles inFiles: [AnyObject]!, delegate inDelegate: AnyObject!)

Modified IOBluetoothPairingController.getSearchAttributes() -> UnsafePointer<IOBluetoothDeviceSearchAttributes>
Declaration
From
func getSearchAttributes() -> ConstUnsafePointer<IOBluetoothDeviceSearchAttributes>
To
func getSearchAttributes() -> UnsafePointer<IOBluetoothDeviceSearchAttributes>

Modified IOBluetoothPairingController.setSearchAttributes(UnsafePointer<IOBluetoothDeviceSearchAttributes>)
Declaration
From
func setSearchAttributes(_ searchAttributes: ConstUnsafePointer<IOBluetoothDeviceSearchAttributes>)
To
func setSearchAttributes(_ searchAttributes: UnsafePointer<IOBluetoothDeviceSearchAttributes>)

Modified IOBluetoothPasskeyDisplay.backgroundImageConstraint
Declaration
From
@IBOutlet var backgroundImageConstraint: NSLayoutConstraint!
To
@IBOutlet unowned(unsafe) var backgroundImageConstraint: NSLayoutConstraint!

Modified IOBluetoothPasskeyDisplay.centeredView
Declaration
From
@IBOutlet var centeredView: NSView!
To
@IBOutlet unowned(unsafe) var centeredView: NSView!

Modified IOBluetoothServiceBrowserController.init(_: IOBluetoothServiceBrowserControllerOptions)
Declaration
From
init(_ inOptions: IOBluetoothServiceBrowserControllerOptions) -> IOBluetoothServiceBrowserController
To
init!(_ inOptions: IOBluetoothServiceBrowserControllerOptions) -> IOBluetoothServiceBrowserController

Modified IOBluetoothServiceBrowserController.beginSheetModalForWindow(NSWindow!, modalDelegate: AnyObject!, didEndSelector: Selector, contextInfo: UnsafeMutablePointer<Void>) -> IOReturn
Declaration
From
func beginSheetModalForWindow(_ sheetWindow: NSWindow!, modalDelegate modalDelegate: AnyObject!, didEndSelector didEndSelector: Selector, contextInfo contextInfo: UnsafePointer<()>) -> IOReturn
To
func beginSheetModalForWindow(_ sheetWindow: NSWindow!, modalDelegate modalDelegate: AnyObject!, didEndSelector didEndSelector: Selector, contextInfo contextInfo: UnsafeMutablePointer<Void>) -> IOReturn

Modified IOBluetoothServiceBrowserController.getSearchAttributes() -> UnsafePointer<IOBluetoothDeviceSearchAttributes>
Declaration
From
func getSearchAttributes() -> ConstUnsafePointer<IOBluetoothDeviceSearchAttributes>
To
func getSearchAttributes() -> UnsafePointer<IOBluetoothDeviceSearchAttributes>

Modified IOBluetoothServiceBrowserController.setSearchAttributes(UnsafePointer<IOBluetoothDeviceSearchAttributes>)
Declaration
From
func setSearchAttributes(_ searchAttributes: ConstUnsafePointer<IOBluetoothDeviceSearchAttributes>)
To
func setSearchAttributes(_ searchAttributes: UnsafePointer<IOBluetoothDeviceSearchAttributes>)

Modified IOBluetoothValidateHardwareWithDescription(CFString!, CFString!) -> IOReturn
Introduction
FromOS X 10.10
ToOS X 10.7