Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека Разработчика iOS Разработчик
Поиск

Изменения отгрузки

Отгрузка

Добавленный NSEC_PER_MSEC
Добавленный NSEC_PER_SEC
Добавленный NSEC_PER_USEC
Добавленный USEC_PER_SEC
Объявление
От
func dispatch_after(_ when: dispatch_time_t, _ queue: dispatch_queue_t!, _ block: dispatch_block_t!)
К
func dispatch_after(_ when: dispatch_time_t, _ queue: dispatch_queue_t, _ block: dispatch_block_t)

Измененный dispatch_after_f (dispatch_time_t, dispatch_queue_t, <Недействительный> UnsafeMutablePointer, dispatch_function_t)
Объявление
От
func dispatch_after_f(_ when: dispatch_time_t, _ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)
К
func dispatch_after_f(_ when: dispatch_time_t, _ queue: dispatch_queue_t, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)

Измененный dispatch_apply (Интервал, dispatch_queue_t!, (Интервал)-> Недействительный)
Объявление
От
func dispatch_apply(_ iterations: UInt, _ queue: dispatch_queue_t!, _ block: ((UInt) -> Void)!)
К
func dispatch_apply(_ iterations: Int, _ queue: dispatch_queue_t!, _ block: (Int) -> Void)

Измененный dispatch_apply_f (Интервал, dispatch_queue_t!, <Недействительный> UnsafeMutablePointer, CFunctionPointer <((UnsafeMutablePointer <Недействительный>, Международный)-> Недействительный)>)
Объявление
От
func dispatch_apply_f(_ iterations: UInt, _ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: CFunctionPointer<((UnsafeMutablePointer<Void>, UInt) -> Void)>)
К
func dispatch_apply_f(_ iterations: Int, _ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: CFunctionPointer<((UnsafeMutablePointer<Void>, Int) -> Void)>)

Объявление
От
func dispatch_async(_ queue: dispatch_queue_t!, _ block: dispatch_block_t!)
К
func dispatch_async(_ queue: dispatch_queue_t, _ block: dispatch_block_t)

Измененный dispatch_async_f (dispatch_queue_t, <Недействительный> UnsafeMutablePointer, dispatch_function_t)
Объявление
От
func dispatch_async_f(_ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)
К
func dispatch_async_f(_ queue: dispatch_queue_t, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)

Объявление
От
func dispatch_barrier_async(_ queue: dispatch_queue_t!, _ block: dispatch_block_t!)
К
func dispatch_barrier_async(_ queue: dispatch_queue_t, _ block: dispatch_block_t)

Измененный dispatch_barrier_async_f (dispatch_queue_t, <Недействительный> UnsafeMutablePointer, dispatch_function_t)
Объявление
От
func dispatch_barrier_async_f(_ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)
К
func dispatch_barrier_async_f(_ queue: dispatch_queue_t, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)

Объявление
От
func dispatch_barrier_sync(_ queue: dispatch_queue_t!, _ block: dispatch_block_t!)
К
func dispatch_barrier_sync(_ queue: dispatch_queue_t, _ block: dispatch_block_t)

Измененный dispatch_barrier_sync_f (dispatch_queue_t, <Недействительный> UnsafeMutablePointer, dispatch_function_t)
Объявление
От
func dispatch_barrier_sync_f(_ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)
К
func dispatch_barrier_sync_f(_ queue: dispatch_queue_t, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)

Измененный dispatch_block_cancel (dispatch_block_t)
Объявление
От
func dispatch_block_cancel(_ block: dispatch_block_t!)
К
func dispatch_block_cancel(_ block: dispatch_block_t)

Измененный dispatch_block_create (dispatch_block_flags_t, dispatch_block_t)-> dispatch_block_t!
Объявление
От
func dispatch_block_create(_ flags: dispatch_block_flags_t, _ block: dispatch_block_t!) -> dispatch_block_t!
К
func dispatch_block_create(_ flags: dispatch_block_flags_t, _ block: dispatch_block_t) -> dispatch_block_t!

Измененный dispatch_block_create_with_qos_class (dispatch_block_flags_t, dispatch_qos_class_t, Int32, dispatch_block_t)-> dispatch_block_t!
Объявление
От
func dispatch_block_create_with_qos_class(_ flags: dispatch_block_flags_t, _ qos_class: dispatch_qos_class_t, _ relative_priority: Int32, _ block: dispatch_block_t!) -> dispatch_block_t!
К
func dispatch_block_create_with_qos_class(_ flags: dispatch_block_flags_t, _ qos_class: dispatch_qos_class_t, _ relative_priority: Int32, _ block: dispatch_block_t) -> dispatch_block_t!

Измененный dispatch_block_notify (dispatch_block_t, dispatch_queue_t, dispatch_block_t)
Объявление
От
func dispatch_block_notify(_ block: dispatch_block_t!, _ queue: dispatch_queue_t!, _ notification_block: dispatch_block_t!)
К
func dispatch_block_notify(_ block: dispatch_block_t, _ queue: dispatch_queue_t, _ notification_block: dispatch_block_t)

Измененный dispatch_block_perform (dispatch_block_flags_t, dispatch_block_t)
Объявление
От
func dispatch_block_perform(_ flags: dispatch_block_flags_t, _ block: dispatch_block_t!)
К
func dispatch_block_perform(_ flags: dispatch_block_flags_t, _ block: dispatch_block_t)

Измененный dispatch_block_testcancel (dispatch_block_t)-> Интервал
Объявление
От
func dispatch_block_testcancel(_ block: dispatch_block_t!) -> Int
К
func dispatch_block_testcancel(_ block: dispatch_block_t) -> Int

Измененный dispatch_block_wait (dispatch_block_t, dispatch_time_t)-> Интервал
Объявление
От
func dispatch_block_wait(_ block: dispatch_block_t!, _ timeout: dispatch_time_t) -> Int
К
func dispatch_block_wait(_ block: dispatch_block_t, _ timeout: dispatch_time_t) -> Int

Измененный dispatch_data_applier_t
Объявление
От
typealias dispatch_data_applier_t = (dispatch_data_t!, UInt, UnsafePointer<Void>, UInt) -> Bool
К
typealias dispatch_data_applier_t = (dispatch_data_t!, Int, UnsafePointer<Void>, Int) -> Bool

Измененный dispatch_data_apply (dispatch_data_t, dispatch_data_applier_t)-> Bool
Объявление
От
func dispatch_data_apply(_ data: dispatch_data_t!, _ applier: dispatch_data_applier_t!) -> Bool
К
func dispatch_data_apply(_ data: dispatch_data_t, _ applier: dispatch_data_applier_t) -> Bool

Измененный dispatch_data_copy_region (dispatch_data_t, Интервал, UnsafeMutablePointer <Интервал>)-> dispatch_data_t!
Объявление
От
func dispatch_data_copy_region(_ data: dispatch_data_t!, _ location: UInt, _ offset_ptr: UnsafeMutablePointer<UInt>) -> dispatch_data_t!
К
func dispatch_data_copy_region(_ data: dispatch_data_t, _ location: Int, _ offset_ptr: UnsafeMutablePointer<Int>) -> dispatch_data_t!

Измененный dispatch_data_create (UnsafePointer <Недействительный>, Международный, dispatch_queue_t!, dispatch_block_t!)-> dispatch_data_t!
Объявление
От
func dispatch_data_create(_ buffer: UnsafePointer<Void>, _ size: UInt, _ queue: dispatch_queue_t!, _ destructor: dispatch_block_t!) -> dispatch_data_t!
К
func dispatch_data_create(_ buffer: UnsafePointer<Void>, _ size: Int, _ queue: dispatch_queue_t!, _ destructor: dispatch_block_t!) -> dispatch_data_t!

Измененный dispatch_data_create_concat (dispatch_data_t, dispatch_data_t)-> dispatch_data_t!
Объявление
От
func dispatch_data_create_concat(_ data1: dispatch_data_t!, _ data2: dispatch_data_t!) -> dispatch_data_t!
К
func dispatch_data_create_concat(_ data1: dispatch_data_t, _ data2: dispatch_data_t) -> dispatch_data_t!

Измененный dispatch_data_create_map (dispatch_data_t, UnsafeMutablePointer <UnsafePointer <Недействительный>>, UnsafeMutablePointer <Интервал>)-> dispatch_data_t!
Объявление
От
func dispatch_data_create_map(_ data: dispatch_data_t!, _ buffer_ptr: UnsafeMutablePointer<UnsafePointer<Void>>, _ size_ptr: UnsafeMutablePointer<UInt>) -> dispatch_data_t!
К
func dispatch_data_create_map(_ data: dispatch_data_t, _ buffer_ptr: UnsafeMutablePointer<UnsafePointer<Void>>, _ size_ptr: UnsafeMutablePointer<Int>) -> dispatch_data_t!

Измененный dispatch_data_create_subrange (dispatch_data_t, Интервал, Интервал)-> dispatch_data_t!
Объявление
От
func dispatch_data_create_subrange(_ data: dispatch_data_t!, _ offset: UInt, _ length: UInt) -> dispatch_data_t!
К
func dispatch_data_create_subrange(_ data: dispatch_data_t, _ offset: Int, _ length: Int) -> dispatch_data_t!

Измененный dispatch_data_get_size (dispatch_data_t)-> Интервал
Объявление
От
func dispatch_data_get_size(_ data: dispatch_data_t!) -> UInt
К
func dispatch_data_get_size(_ data: dispatch_data_t) -> Int

Измененный dispatch_get_context (dispatch_object_t)-> <Недействительный> UnsafeMutablePointer
Объявление
От
func dispatch_get_context(_ object: dispatch_object_t!) -> UnsafeMutablePointer<Void>
К
func dispatch_get_context(_ object: dispatch_object_t) -> UnsafeMutablePointer<Void>

Объявление
От
func dispatch_group_async(_ group: dispatch_group_t!, _ queue: dispatch_queue_t!, _ block: dispatch_block_t!)
К
func dispatch_group_async(_ group: dispatch_group_t, _ queue: dispatch_queue_t, _ block: dispatch_block_t)

Измененный dispatch_group_async_f (dispatch_group_t, dispatch_queue_t, <Недействительный> UnsafeMutablePointer, dispatch_function_t)
Объявление
От
func dispatch_group_async_f(_ group: dispatch_group_t!, _ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)
К
func dispatch_group_async_f(_ group: dispatch_group_t, _ queue: dispatch_queue_t, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)

Объявление
От
func dispatch_group_enter(_ group: dispatch_group_t!)
К
func dispatch_group_enter(_ group: dispatch_group_t)

Объявление
От
func dispatch_group_leave(_ group: dispatch_group_t!)
К
func dispatch_group_leave(_ group: dispatch_group_t)

Объявление
От
func dispatch_group_notify(_ group: dispatch_group_t!, _ queue: dispatch_queue_t!, _ block: dispatch_block_t!)
К
func dispatch_group_notify(_ group: dispatch_group_t, _ queue: dispatch_queue_t, _ block: dispatch_block_t)

Измененный dispatch_group_notify_f (dispatch_group_t, dispatch_queue_t, <Недействительный> UnsafeMutablePointer, dispatch_function_t)
Объявление
От
func dispatch_group_notify_f(_ group: dispatch_group_t!, _ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)
К
func dispatch_group_notify_f(_ group: dispatch_group_t, _ queue: dispatch_queue_t, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)

Измененный dispatch_group_wait (dispatch_group_t, dispatch_time_t)-> Интервал
Объявление
От
func dispatch_group_wait(_ group: dispatch_group_t!, _ timeout: dispatch_time_t) -> Int
К
func dispatch_group_wait(_ group: dispatch_group_t, _ timeout: dispatch_time_t) -> Int

Объявление
От
func dispatch_io_barrier(_ channel: dispatch_io_t!, _ barrier: dispatch_block_t!)
К
func dispatch_io_barrier(_ channel: dispatch_io_t, _ barrier: dispatch_block_t)

Объявление
От
func dispatch_io_close(_ channel: dispatch_io_t!, _ flags: dispatch_io_close_flags_t)
К
func dispatch_io_close(_ channel: dispatch_io_t, _ flags: dispatch_io_close_flags_t)

Измененный dispatch_io_create_with_io (dispatch_io_type_t, dispatch_io_t, dispatch_queue_t!, ((Int32)-> Недействительный)!)-> dispatch_io_t!
Объявление
От
func dispatch_io_create_with_io(_ type: dispatch_io_type_t, _ io: dispatch_io_t!, _ queue: dispatch_queue_t!, _ cleanup_handler: ((Int32) -> Void)!) -> dispatch_io_t!
К
func dispatch_io_create_with_io(_ type: dispatch_io_type_t, _ io: dispatch_io_t, _ queue: dispatch_queue_t!, _ cleanup_handler: ((Int32) -> Void)!) -> dispatch_io_t!

Измененный dispatch_io_get_descriptor (dispatch_io_t)-> dispatch_fd_t
Объявление
От
func dispatch_io_get_descriptor(_ channel: dispatch_io_t!) -> dispatch_fd_t
К
func dispatch_io_get_descriptor(_ channel: dispatch_io_t) -> dispatch_fd_t

Объявление
От
func dispatch_io_read(_ channel: dispatch_io_t!, _ offset: off_t, _ length: UInt, _ queue: dispatch_queue_t!, _ io_handler: dispatch_io_handler_t!)
К
func dispatch_io_read(_ channel: dispatch_io_t, _ offset: off_t, _ length: Int, _ queue: dispatch_queue_t, _ io_handler: dispatch_io_handler_t)

Объявление
От
func dispatch_io_set_high_water(_ channel: dispatch_io_t!, _ high_water: UInt)
К
func dispatch_io_set_high_water(_ channel: dispatch_io_t, _ high_water: Int)

Объявление
От
func dispatch_io_set_interval(_ channel: dispatch_io_t!, _ interval: UInt64, _ flags: dispatch_io_interval_flags_t)
К
func dispatch_io_set_interval(_ channel: dispatch_io_t, _ interval: UInt64, _ flags: dispatch_io_interval_flags_t)

Объявление
От
func dispatch_io_set_low_water(_ channel: dispatch_io_t!, _ low_water: UInt)
К
func dispatch_io_set_low_water(_ channel: dispatch_io_t, _ low_water: Int)

Объявление
От
func dispatch_io_write(_ channel: dispatch_io_t!, _ offset: off_t, _ data: dispatch_data_t!, _ queue: dispatch_queue_t!, _ io_handler: dispatch_io_handler_t!)
К
func dispatch_io_write(_ channel: dispatch_io_t, _ offset: off_t, _ data: dispatch_data_t, _ queue: dispatch_queue_t, _ io_handler: dispatch_io_handler_t)

Измененный dispatch_once (UnsafeMutablePointer <dispatch_once_t>, dispatch_block_t)
Объявление
От
func dispatch_once(_ predicate: UnsafeMutablePointer<dispatch_once_t>, _ block: dispatch_block_t!)
К
func dispatch_once(_ predicate: UnsafeMutablePointer<dispatch_once_t>, _ block: dispatch_block_t)

Измененный dispatch_queue_get_qos_class (dispatch_queue_t, UnsafeMutablePointer <Int32>)-> dispatch_qos_class_t
Объявление
От
func dispatch_queue_get_qos_class(_ queue: dispatch_queue_t!, _ relative_priority_ptr: UnsafeMutablePointer<Int32>) -> dispatch_qos_class_t
К
func dispatch_queue_get_qos_class(_ queue: dispatch_queue_t, _ relative_priority_ptr: UnsafeMutablePointer<Int32>) -> dispatch_qos_class_t

Измененный dispatch_queue_get_specific (dispatch_queue_t, <Недействительный> UnsafePointer)-> <Недействительный> UnsafeMutablePointer
Объявление
От
func dispatch_queue_get_specific(_ queue: dispatch_queue_t!, _ key: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
К
func dispatch_queue_get_specific(_ queue: dispatch_queue_t, _ key: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>

Измененный dispatch_queue_set_specific (dispatch_queue_t, <Недействительный> UnsafePointer, <Недействительный> UnsafeMutablePointer, dispatch_function_t)
Объявление
От
func dispatch_queue_set_specific(_ queue: dispatch_queue_t!, _ key: UnsafePointer<Void>, _ context: UnsafeMutablePointer<Void>, _ destructor: dispatch_function_t)
К
func dispatch_queue_set_specific(_ queue: dispatch_queue_t, _ key: UnsafePointer<Void>, _ context: UnsafeMutablePointer<Void>, _ destructor: dispatch_function_t)

Измененный dispatch_read (dispatch_fd_t, Интервал, dispatch_queue_t, (dispatch_data_t!, Int32)-> Недействительный)
Объявление
От
func dispatch_read(_ fd: dispatch_fd_t, _ length: UInt, _ queue: dispatch_queue_t!, _ handler: ((dispatch_data_t!, Int32) -> Void)!)
К
func dispatch_read(_ fd: dispatch_fd_t, _ length: Int, _ queue: dispatch_queue_t, _ handler: (dispatch_data_t!, Int32) -> Void)

Объявление
От
func dispatch_resume(_ object: dispatch_object_t!)
К
func dispatch_resume(_ object: dispatch_object_t)

Измененный dispatch_semaphore_signal (dispatch_semaphore_t)-> Интервал
Объявление
От
func dispatch_semaphore_signal(_ dsema: dispatch_semaphore_t!) -> Int
К
func dispatch_semaphore_signal(_ dsema: dispatch_semaphore_t) -> Int

Измененный dispatch_semaphore_wait (dispatch_semaphore_t, dispatch_time_t)-> Интервал
Объявление
От
func dispatch_semaphore_wait(_ dsema: dispatch_semaphore_t!, _ timeout: dispatch_time_t) -> Int
К
func dispatch_semaphore_wait(_ dsema: dispatch_semaphore_t, _ timeout: dispatch_time_t) -> Int

Объявление
От
func dispatch_source_cancel(_ source: dispatch_source_t!)
К
func dispatch_source_cancel(_ source: dispatch_source_t)

Измененный dispatch_source_get_data (dispatch_source_t)-> UInt
Объявление
От
func dispatch_source_get_data(_ source: dispatch_source_t!) -> UInt
К
func dispatch_source_get_data(_ source: dispatch_source_t) -> UInt

Измененный dispatch_source_get_handle (dispatch_source_t)-> UInt
Объявление
От
func dispatch_source_get_handle(_ source: dispatch_source_t!) -> UInt
К
func dispatch_source_get_handle(_ source: dispatch_source_t) -> UInt

Измененный dispatch_source_get_mask (dispatch_source_t)-> UInt
Объявление
От
func dispatch_source_get_mask(_ source: dispatch_source_t!) -> UInt
К
func dispatch_source_get_mask(_ source: dispatch_source_t) -> UInt

Объявление
От
func dispatch_source_merge_data(_ source: dispatch_source_t!, _ value: UInt)
К
func dispatch_source_merge_data(_ source: dispatch_source_t, _ value: UInt)

Объявление
От
func dispatch_source_set_cancel_handler(_ source: dispatch_source_t!, _ handler: dispatch_block_t!)
К
func dispatch_source_set_cancel_handler(_ source: dispatch_source_t, _ handler: dispatch_block_t!)

Объявление
От
func dispatch_source_set_cancel_handler_f(_ source: dispatch_source_t!, _ handler: dispatch_function_t)
К
func dispatch_source_set_cancel_handler_f(_ source: dispatch_source_t, _ handler: dispatch_function_t)

Объявление
От
func dispatch_source_set_event_handler(_ source: dispatch_source_t!, _ handler: dispatch_block_t!)
К
func dispatch_source_set_event_handler(_ source: dispatch_source_t, _ handler: dispatch_block_t!)

Объявление
От
func dispatch_source_set_event_handler_f(_ source: dispatch_source_t!, _ handler: dispatch_function_t)
К
func dispatch_source_set_event_handler_f(_ source: dispatch_source_t, _ handler: dispatch_function_t)

Объявление
От
func dispatch_source_set_registration_handler(_ source: dispatch_source_t!, _ handler: dispatch_block_t!)
К
func dispatch_source_set_registration_handler(_ source: dispatch_source_t, _ handler: dispatch_block_t!)

Объявление
От
func dispatch_source_set_registration_handler_f(_ source: dispatch_source_t!, _ handler: dispatch_function_t)
К
func dispatch_source_set_registration_handler_f(_ source: dispatch_source_t, _ handler: dispatch_function_t)

Объявление
От
func dispatch_source_set_timer(_ source: dispatch_source_t!, _ start: dispatch_time_t, _ interval: UInt64, _ leeway: UInt64)
К
func dispatch_source_set_timer(_ source: dispatch_source_t, _ start: dispatch_time_t, _ interval: UInt64, _ leeway: UInt64)

Измененный dispatch_source_testcancel (dispatch_source_t)-> Интервал
Объявление
От
func dispatch_source_testcancel(_ source: dispatch_source_t!) -> Int
К
func dispatch_source_testcancel(_ source: dispatch_source_t) -> Int

Объявление
От
func dispatch_suspend(_ object: dispatch_object_t!)
К
func dispatch_suspend(_ object: dispatch_object_t)

Объявление
От
func dispatch_sync(_ queue: dispatch_queue_t!, _ block: dispatch_block_t!)
К
func dispatch_sync(_ queue: dispatch_queue_t, _ block: dispatch_block_t)

Измененный dispatch_sync_f (dispatch_queue_t, <Недействительный> UnsafeMutablePointer, dispatch_function_t)
Объявление
От
func dispatch_sync_f(_ queue: dispatch_queue_t!, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)
К
func dispatch_sync_f(_ queue: dispatch_queue_t, _ context: UnsafeMutablePointer<Void>, _ work: dispatch_function_t)

Измененный dispatch_write (dispatch_fd_t, dispatch_data_t, dispatch_queue_t, (dispatch_data_t!, Int32)-> Недействительный)
Объявление
От
func dispatch_write(_ fd: dispatch_fd_t, _ data: dispatch_data_t!, _ queue: dispatch_queue_t!, _ handler: ((dispatch_data_t!, Int32) -> Void)!)
К
func dispatch_write(_ fd: dispatch_fd_t, _ data: dispatch_data_t, _ queue: dispatch_queue_t, _ handler: (dispatch_data_t!, Int32) -> Void)