Files
NativeScript/tns-platform-declarations/ios/objc-i386/objc!DispatchIntrospection.d.ts
Panayot Cankov 299203901e Move platform .d.ts-es to separate plugin folder
Add dev-setup to figure out links

Update development workflow

Update package.json and dts-ios

Update the iOS declarations

grunt is now fine
2016-09-26 11:53:39 +03:00

15 lines
934 B
TypeScript

declare function dispatch_introspection_hook_queue_callout_begin(queue: NSObject, context: interop.Pointer | interop.Reference<any>, _function: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>): void;
declare function dispatch_introspection_hook_queue_callout_end(queue: NSObject, context: interop.Pointer | interop.Reference<any>, _function: interop.FunctionReference<(p1: interop.Pointer | interop.Reference<any>) => void>): void;
declare function dispatch_introspection_hook_queue_create(queue: NSObject): void;
declare function dispatch_introspection_hook_queue_destroy(queue: NSObject): void;
declare function dispatch_introspection_hook_queue_item_complete(item: NSObject): void;
declare function dispatch_introspection_hook_queue_item_dequeue(queue: NSObject, item: NSObject): void;
declare function dispatch_introspection_hook_queue_item_enqueue(queue: NSObject, item: NSObject): void;