X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/bd17e6f377db6c9cc21c99bf58b7f4e3b618ea83..fb81b01c0be92176b49f721a3111a167210739f0:/Bridge.def diff --git a/Bridge.def b/Bridge.def index a73de5f..7ce9cda 100644 --- a/Bridge.def +++ b/Bridge.def @@ -2,12 +2,34 @@ C YES true C NO false C nil null -: applicationDidFinishLaunching: v@:@ +: applicationDidFinishLaunching: v12@0:4@8 + +T id @ + +T short s +T int i +T long l + +T uint I +T ulong L +T ushort S + +T char c +T boolean B +T float f +T double d S CGPoint "x"f"y"f S CGRect "origin"{CGPoint}"size"{CGSize} S CGSize "width"f"height"f +l c + +S nlist_64 "_un"(?="n_strx"I)"n_type"C"n_sect"C"n_desc"S"n_value"Q + +F malloc ^vL +F free v^v + l objc F class_addIvar B#*LC* @@ -99,19 +121,253 @@ F sel_registerName :* f UIKit -F UIApplicationUseLegacyEvents vB +C UIBarStyleDefault 0 +C UIBarStyleBlack 1 +C UIBarStyleBlackOpaque 2 +C UIBarStyleBlackTranslucent 3 +T UIBarStyle i + +C UIDataDetectorTypePhoneNumber (1<<0) +C UIDataDetectorTypeLink (1<<1) +C UIDataDetectorTypeNone 0 +C UIDataDetectorTypeAll -1 +T UIDataDetectorTypes {NSUInteger} + +S UIEdgeInsets "top"{CGFloat}"left"{CGFloat}"bottom"{CGFloat}"right"{CGFloat} + +# UINavigationBar + +# UINavigationController + +V UINavigationControllerHideShowBarDuration f + +# UINavigationControllerDelegate + +: navigationController:willShowViewController:animated: v20@0:4@8@12B16 +: navigationController:didShowViewController:animated: v20@0:4@8@12B16 + +# UIScrollView + +C UIScrollViewIndicatorStyleDefault 0 +C UIScrollViewIndicatorStyleBlack 1 +C UIScrollViewIndicatorStyleWhite 2 + +V UIScrollViewDecelerationRateNormal f +V UIScrollViewDecelerationRateFast f + +# UIScrollViewDelegate + +: scrollViewDidScroll: v12@0:4@8 +: scrollViewWillBeginDragging: v12@0:4@8 +: scrollViewDidEndDragging:willDecelerate: v16@0:4@8B12 +: scrollViewShouldScrollToTop: B12@0:4@8 +: scrollViewDidScrollToTop: v12@0:4@8 +: scrollViewWillBeginDecelerating: v12@0:4@8 +: scrollViewDidEndDecelerating: v12@0:4@8 + +: viewForZoomingInScrollView: @12@0:4@8 +: scrollViewDidEndZooming:withView:atScale: v20@0:4@8@12f16 + +: scrollViewDidEndScrollingAnimation: v12@0:4@8 + +# UITabBar + +# UITabBarDelegate + +: tabBar:willBeginCustomizingItems: v16@0:4@8@12 +: tabBar:didBeginCustomizingItems: v16@0:4@8@12 +: tabBar:willBeginCustomizingItems:changed: v20@0:4@8@12B16 +: tabBar:didBeginCustomizingItems:changed: v20@0:4@8@12B16 +: tabBar:didSelectItem: v16@0:4@8@12 + +# UITableView + +C UITableViewStylePlain 0 +C UITableViewStyleGrouped 1 + +C UITableViewScrollPositionNone 0 +C UITableViewScrollPositionTop 1 +C UITableViewScrollPositionMiddle 2 +C UITableViewScrollPositionBottom 3 + +C UITableViewRowAnimationFade 0 +C UITableViewRowAnimationRight 1 +C UITableViewRowAnimationLeft 2 +C UITableViewRowAnimationTop 3 +C UITableViewRowAnimationTop 4 +C UITableViewRowAnimationNone 5 + +V UITableViewIndexSearch @ + +# UITableViewCell + +C UITableViewCellStyleDefault 0 +C UITableViewCellStyleValue1 1 +C UITableViewCellStyleValue2 2 +C UITableViewCellStyleSubtitle 3 + +C UITableViewCellStateDefaultMask 0 +C UITableViewCellStateEditingMask (1<<0) +C UITableViewCellStateShowingDeleteConfirmationMask (1<<1) + +C UITableViewCellSelectionStyleNone 0 +C UITableViewCellSelectionStyleBlue 1 +C UITableViewCellSelectionStyleGray 2 + +C UITableViewCellEditingStyleNone 0 +C UITableViewCellEditingStyleDelete 1 +C UITableViewCellEditingStyleInsert 2 + +C UITableViewCellAccessoryNone 0 +C UITableViewCellAccessoryDisclosureIndicator 1 +C UITableViewCellAccessoryDetailDisclosureButton 2 +C UITableViewCellAccessoryCheckmark 3 + +C UITableViewCellSeparatorStyleNone 0 +C UITableViewCellSeparatorStyleSingleLine 1 + +# UITableViewController + +# UITableViewDataSource + +: tableView:numberOfRowsInSection: i16@0:4@8i12 +: numberOfSectionsInTableView: i12@0:4@8 +: tableView:cellForRowAtIndexPath: @16@0:4@8@12 +: sectionIndexTitlesForTableView: @12@0:4@8 +: tableView:sectionForSectionIndexTitle:atIndex: i20@0:4@8@12i16 +: tableView:titleForHeaderInSection: @16@0:4@8i12 +: tableView:titleForFooterInSection: @16@0:4@8i12 + +: tableView:commitEditingStyle:forRowAtIndexPath: v20@0:4@8i12@16 +: tableView:canEditRowAtIndexPath: B16@0:4@8@12 + +: tableView:canMoveRowAtIndexPath: B16@0:4@8@12 +: tableView:moveRowAtIndexPath:toIndexPath: v20@0:4@8@12@16 + +# UIToolbar + +# UIView + +C UIViewAnimationCurveEaseInOut 0 +C UIViewAnimationCurveEaseIn 1 +C UIViewAnimationCurveEaseOut 2 +C UIViewAnimationCurveLinear 3 + +C UIViewContentModeScaleToFill 0 +C UIViewContentModeScaleAspectFit 1 +C UIViewContentModeScaleAspectFill 2 +C UIViewContentModeRedraw 3 +C UIViewContentModeCenter 4 +C UIViewContentModeTop 5 +C UIViewContentModeBottom 6 +C UIViewContentModeLeft 7 +C UIViewContentModeRight 8 +C UIViewContentModeTopLeft 9 +C UIViewContentModeTopRight 10 +C UIViewContentModeBottomLeft 11 +C UIViewContentModeBottomRight 12 + +C UIViewAutoresizingNone 0 +C UIViewAutoresizingFlexibleLeftMargin (1<<0) +C UIViewAutoresizingFlexibleWidth (1<<1) +C UIViewAutoresizingFlexibleRightMargin (1<<2) +C UIViewAutoresizingFlexibleTopMargin (1<<3) +C UIViewAutoresizingFlexibleHeight (1<<4) +C UIViewAutoresizingFlexibleBottomMargin (1<<5) + +C UIViewAnimationTransitionNone 0 +C UIViewAnimationTransitionFlipFromLeft 1 +C UIViewAnimationTransitionFlipFromRight 2 +C UIViewAnimationTransitionCurlUp 3 +C UIViewAnimationTransitionCurlDown 4 + +# UIViewController + +C UIModalTransitionStyleCoverVertical 0 +C UIModalTransitionStyleFlipHorizontal 1 +C UIModalTransitionStyleCrossDissolve 2 + +# UIWebView + +C UIWebViewNavigationTypeLinkClicked 0 +C UIWebViewNavigationTypeFormSubmitted 1 +C UIWebViewNavigationTypeBackForward 2 +C UIWebViewNavigationTypeReload 3 +C UIWebViewNavigationTypeFormResubmitted 4 +C UIWebViewNavigationTypeOther 5 + +# UIWebViewDelegate + +: webView:shouldStartLoadWithRequest:navigationType: B20@0:4@8@12I16 +: webViewDidStartLoad: v12@0:4@8 +: webViewDidFinishLoad: v12@0:4@8 +: webView:didFailLoadWithError: v16@0:4@8@12 + +# UIWindow + +V UIWindowLevelNormal f +V UIWindowLevelAlert f +V UIWindowLevelStatusBar f + +V UIKeyboardCenterBeginUserInfoKey @ +V UIKeyboardCenterEndUserInfoKey @ +V UIKeyboardBoundsUserInfoKey @ +V UIKeyboardAnimationCurveUserInfoKey @ +V UIKeyboardAnimationDurationUserInfoKey @ + +# Functions -F UIAccessibilityPostNotification vI@ F UIApplicationMain ii^^c@@ -F UIGraphicsEndImageContext v -F UIGraphicsGetCurrentContext @ -F UIGraphicsGetImageFromCurrentImageContext @ -F UIGraphicsPopContext v -F UIGraphicsPushContext v@ + F UIImageJPEGRepresentation @@ F UIImagePNGRepresentation @@ F UIImageWriteToSavedPhotosAlbum v@@:^v +F UISaveVideoAtPathToSavedPhotosAlbum v@@:^v +F UIVideoAtPathIsCompatibleWithSavedPhotosAlbum B@ + +F UIGraphicsGetCurrentContext @ +F UIGraphicsPushContext v@ +F UIGraphicsPopContext v +F UIGraphicsBeginImageContext v{CGSize} +F UIGraphicsGetImageFromCurrentImageContext @ +F UIGraphicsEndImageContext v +F UIRectClip v{CGRect} +F UIRectFill v{CGRect} +F UIRectFillUsingBlendMode v{CGRect}{CGBlendMode} +F UIRectFrame v{CGRect} +F UIRectFrameUsingBlendMode v{CGRect}{CGBlendMode} + +F CGPointFromString {CGPoint}@ +F CGRectFromString {CGRect}@ +F CGSizeFromString {CGSize}@ +F CGAffineTransformFromString {CGAffineTransform}@ +F UIEdgeInsetsFromString {UIEdgeInsets=ffff}@ +F NSStringFromCGPoint @{CGPoint} +F NSStringFromCGRect @{CGRect} +F NSStringFromCGSize @{CGSize} +F NSStringFromCGAffineTransform @{CGAffineTransform} +F NSStringFromUIEdgeInsets @{UIEdgeInsets=ffff} + +F UIEdgeInsetsMake {UIEdgeInsets=ffff}ffff +F UIEdgeInsetsEqualToEdgeInsets B{UIEdgeInsets=ffff}{UIEdgeInsets=ffff} +F UIEdgeInsetsInsetRect {CGRect}{CGRect}{UIEdgeInsets=ffff} + +# XXX: UIInterfaceOrientationIsPortrait +# XXX: UIInterfaceOrientationIsLandscape + +# XXX: UIDeviceOrientationIsValidInterfaceOrientation +# XXX: UIDeviceOrientationIsPortrait +# XXX: UIDeviceOrientationIsLandscape + +F UIAccessibilityPostNotification vI@ + +# Miscellaneous + +F UIGetScreenImage @ + +F UIApplicationUseLegacyEvents vB + F UIKeyboardDisableAutomaticAppearance v F UIKeyboardEnableAutomaticAppearance v F UIKeyboardInputModeUsesKBStar B@ @@ -322,23 +578,25 @@ V kABWorkLabel @ V kABHomeLabel @ V kABOtherLabel @ -f CoreLocation +f CoreAnimation -V kCLLocationAccuracyBest d -V kCLLocationAccuracyNearestTenMeters d -V kCLLocationAccuracyHundredMeters d -V kCLLocationAccuracyKilometer d -V kCLLocationAccuracyThreeKilometers d +S CATransform3D "m11"{CGFloat}"m12"{CGFloat}"m13"{CGFloat}"m14"{CGFloat}"m21"{CGFloat}"m22"{CGFloat}"m23"{CGFloat}"m24"{CGFloat}"m31"{CGFloat}"m32"{CGFloat}"m33"{CGFloat}"m34"{CGFloat}"m41"{CGFloat}"m42"{CGFloat}"m43"{CGFloat}"m44"{CGFloat} -V kCLDistanceFilterNone d -V kCLHeadingFilterNone d +F CACurrentMediaTime {CFTimeInterval} -C kCLErrorLocationUnknown 0 -C kCLErrorDenied 1 -C kCLErrorNetwork 2 -C kCLErrorHeadingFailure 3 - -V kCLErrorDomain @ +F CATransform3DIsIdentity B{CATransform3D} +F CATransform3DEqualToTransform B{CATransform3D}{CATransform3D} +F CATransform3DMakeTranslation {CATransform3D}{CGFloat}{CGFloat}{CGFloat} +F CATransform3DMakeScale {CATransform3D}{CGFloat}{CGFloat}{CGFloat} +F CATransform3DMakeRotation {CATransform3D}{CGFloat}{CGFloat}{CGFloat}{CGFloat} +F CATransform3DTranslate {CATransform3D}{CATransform3D}{CGFloat}{CGFloat}{CGFloat} +F CATransform3DScale {CATransform3D}{CATransform3D}{CGFloat}{CGFloat}{CGFloat} +F CATransform3DRotate {CATransform3D}{CATransform3D}{CGFloat}{CGFloat}{CGFloat}{CGFloat} +F CATransform3DConcat {CATransform3D}{CATransform3D}{CATransform3D} +F CATransform3DInvert {CATransform3D}{CATransform3D} +F CATransform3DMakeAffineTransform {CATransform3D}{CGAffineTransform} +F CATransform3DIsAffine B{CATransform3D} +F CATransform3DGetAffineTransform {CGAffineTransform}{CATransform3D} f CoreData @@ -492,6 +750,363 @@ C NSCoreDataVersionNumber10_4_3 77.0 C NSCoreDataVersionNumber10_5 185.0 C NSCoreDataVersionNumber10_5_3 186.0 +f CoreFoundation + +# Base Utilities + +F CFRangeMake {CFRange}{CFIndex}{CFIndex} + +# CFComparatorFunction + +T CFIndex l +T CFOptionFlags {UInt32} +S CFRange "location"{CFIndex}"length"{CFIndex} + +E CFComparisonResult +C kCFCompareLessThan -1 +C kCFCompareEqualTo 0 +C kCFCompareGreaterThan 1 +# CFComparisonResult CFComparisonResult + +C kCFNotFound -1 + +V kCFCoreFoundationVersionNumber d + +C kCFCoreFoundationVersionNumber10_0 196.40 +C kCFCoreFoundationVersionNumber10_0_3 196.50 +C kCFCoreFoundationVersionNumber10_1 226.00 +C kCFCoreFoundationVersionNumber10_1_1 226.00 +C kCFCoreFoundationVersionNumber10_1_2 227.20 +C kCFCoreFoundationVersionNumber10_1_3 227.20 +C kCFCoreFoundationVersionNumber10_1_4 227.30 +C kCFCoreFoundationVersionNumber10_2 263.00 +C kCFCoreFoundationVersionNumber10_2_1 263.10 +C kCFCoreFoundationVersionNumber10_2_2 263.10 +C kCFCoreFoundationVersionNumber10_2_3 263.30 +C kCFCoreFoundationVersionNumber10_2_4 263.30 +C kCFCoreFoundationVersionNumber10_2_5 263.50 +C kCFCoreFoundationVersionNumber10_2_6 263.50 +C kCFCoreFoundationVersionNumber10_2_7 263.50 +C kCFCoreFoundationVersionNumber10_2_8 263.50 +C kCFCoreFoundationVersionNumber10_3 299.00 +C kCFCoreFoundationVersionNumber10_3_1 299.00 +C kCFCoreFoundationVersionNumber10_3_2 299.00 +C kCFCoreFoundationVersionNumber10_3_3 299.30 +C kCFCoreFoundationVersionNumber10_3_4 299.31 +C kCFCoreFoundationVersionNumber10_3_5 299.31 +C kCFCoreFoundationVersionNumber10_3_6 299.32 +C kCFCoreFoundationVersionNumber10_3_7 299.33 +C kCFCoreFoundationVersionNumber10_3_8 299.33 +C kCFCoreFoundationVersionNumber10_3_9 299.35 +C kCFCoreFoundationVersionNumber10_4 368.00 +C kCFCoreFoundationVersionNumber10_4_1 368.10 +C kCFCoreFoundationVersionNumber10_4_2 368.11 +C kCFCoreFoundationVersionNumber10_4_3 368.18 +C kCFCoreFoundationVersionNumber10_4_4_Intel 368.26 +C kCFCoreFoundationVersionNumber10_4_4_PowerPC 368.25 +C kCFCoreFoundationVersionNumber10_4_5_Intel 368.26 +C kCFCoreFoundationVersionNumber10_4_5_PowerPC 368.25 +C kCFCoreFoundationVersionNumber10_4_6_Intel 368.26 +C kCFCoreFoundationVersionNumber10_4_6_PowerPC 368.25 +C kCFCoreFoundationVersionNumber10_4_7 368.27 +C kCFCoreFoundationVersionNumber10_4_8 368.27 +C kCFCoreFoundationVersionNumber10_4_9 368.28 +C kCFCoreFoundationVersionNumber10_4_10 368.28 +C kCFCoreFoundationVersionNumber10_4_11 368.31 +C kCFCoreFoundationVersionNumber10_5 476.00 +C kCFCoreFoundationVersionNumber10_5_1 476.00 +C kCFCoreFoundationVersionNumber10_5_2 476.10 +C kCFCoreFoundationVersionNumber10_5_3 476.13 +C kCFCoreFoundationVersionNumber10_5_4 476.14 +C kCFCoreFoundationVersionNumber10_5_5 476.15 +C kCFCoreFoundationVersionNumber10_5_6 476.17 + +# CFAllocator + +F CFAllocatorCreate {CFAllocatorRef}{CFAllocatorRef}{CFAllocatorContext} + +F CFAllocatorAllocate ^v{CFAllocatorRef}{CFIndex}{CFOptionFlags} +F CFAllocatorDeallocate v{CFAllocatorRef}^v +F CFAllocatorGetPreferredSizeForSize {CFIndex}{CFAllocatorRef}{CFIndex}{CFOptionFlags} +F CFAllocatorReallocate ^v{CFAllocatorRef}^v{CFIndex}{CFOptionFlags} + +F CFAllocatorGetDefault {CFAllocatorRef} +f CFAllocatorSetDefault v{CFAllocatorRef} + +F CFAllocatorGetContext v{CFAllocatorRef}^{CFAllocatorContext} + +F CFAllocatorGetTypeID {CFTypeID} + +# CFAllocatorAllocateCallBack +# CFAllocatorCopyDescriptionCallBack +# CFAllocatorDeallocateCallBack +# CFAllocatorPreferredSizeCallBack +# CFAllocatorReallocateCallBack +# CFAllocatorReleaseCallBack +# CFAllocatorRetainCallBack + +S CFAllocatorContext "version"{CFIndex}"info"^v"retain"{CFAllocatorRetainCallBack}"release"{CFAllocatorReleaseCallBack}"copyDescription"{CFAllocatorCopyDescriptionCallBack}"allocate"{CFAllocatorAllocateCallBack}"reallocate"{CFAllocatorReallocateCallBack}"deallocate"{CFAllocatorDeallocateCallBack}"preferredSize"{CFAllocatorPreferredSizeCallBack} +# CFAllocatorContext CFAllocatorContext + +T CFAllocatorRef ^r{__CFAllocator} + +V kCFAllocatorDefault {CFAllocatorRef} +V kCFAllocatorSystemDefault {CFAllocatorRef} +V kCFAllocatorMalloc {CFAllocatorRef} +V kCFAllocatorMallocZone {CFAllocatorRef} +V kCFAllocatorNull {CFAllocatorRef} +V kCFAllocatorUseContext {CFAllocatorRef} + +# CFType + +F CFGetAllocator {CFAllocatorRef}{CFTypeRef} +F CFGetRetainCount {CFIndex}{CFTypeRef} +F CFMakeCollectable {CFTypeRef}{CFTypeRef} +F CFRelease v{CFTypeRef} +F CFRetain {CFTypeRef}{CFTypeRef} + +F CFEqual + +F CFHash {CFHashCode}{CFTypeRef} + +F CFGetTypeID {CFTypeID}{CFTypeRef} +F CFShow v{CFTypeRef} + +T CFHashCode L +T CFTypeID L +# technically ^v +T CFTypeRef @ + +# Private + +F CFShowStr v@ + +f CoreGraphics + +T CGFloat f + +# CFByteOrderUtils + +E __CFByteOrder +C CFByteOrderUnknown 0 +C CFByteOrderLittleEndian 1 +C CFByteOrderBigEndian 2 +T CFByteOrder __CFByteOrder + +# CGAffineTransform + +F CGAffineTransformMake {CGAffineTransform}{CGFloat}{CGFloat}{CGFloat}{CGFloat}{CGFloat}{CGFloat} +F CGAffineTransformMakeRotation {CGAffineTransform}{CGFloat} +F CGAffineTransformMakeScale {CGAffineTransform}{CGFloat}{CGFloat} +F CGAffineTransformMakeTranslation {CGAffineTransform}{CGFloat}{CGFloat} + +F CGAffineTransformTranslate {CGAffineTransform}{CGAffineTransform}{CGFloat}{CGFloat} +F CGAffineTransformScale {CGAffineTransform}{CGAffineTransform}{CGFloat}{CGFloat} +F CGAffineTransformRotate {CGAffineTransform}{CGAffineTransform}{CGFloat} +F CGAffineTransformInvert {CGAffineTransform}{CGAffineTransform} +F CGAffineTransformConcat {CGAffineTransform}{CGAffineTransform}{CGAffineTransform} + +F CGPointApplyAffineTransform {CGPoint}{CGPoint}{CGAffineTransform} +F CGSizeApplyAffineTransform {CGSize}{CGSize}{CGAffineTransform} +F CGRectApplyAffineTransform {CGRect}{CGRect}{CGAffineTransform} + +F CGAffineTransformIsIdentity B{CGAffineTransform} +F CGAffineTransformEqualToTransform B{CGAffineTransform}{CGAffineTransform} + +S CGAffineTransform "a"{CGFloat}"b"{CGFloat}"c"{CGFloat}"d"{CGFloat}"tx"{CGFloat}"ty"{CGFloat} + +V CGAffineTransformIdentity {CGAffineTransform} + +# CGContext + +T CGContextRef ^{CGContext} + +E CGBlendMode +C kCGBlendModeNormal 0 +C kCGBlendModeMultiply 1 +C kCGBlendModeScreen 2 +C kCGBlendModeOverlay 3 +C kCGBlendModeDarken 4 +C kCGBlendModeLighten 5 +C kCGBlendModeColorDodge 6 +C kCGBlendModeColorBurn 7 +C kCGBlendModeSoftLight 8 +C kCGBlendModeHardLight 9 +C kCGBlendModeDifference 10 +C kCGBlendModeExclusion 11 +C kCGBlendModeHue 12 +C kCGBlendModeSaturation 13 +C kCGBlendModeColor 14 +C kCGBlendModeLuminosity 15 +C kCGBlendModeClear 16 +C kCGBlendModeCopy 17 +C kCGBlendModeSourceIn 18 +C kCGBlendModeSourceOut 19 +C kCGBlendModeSourceAtop 20 +C kCGBlendModeDestinationOver 21 +C kCGBlendModeDestinationIn 22 +C kCGBlendModeDestinationOut 23 +C kCGBlendModeDestinationAtop 24 +C kCGBlendModeXOR 25 +C kCGBlendModePlusDarker 26 +C kCGBlendModePlusLighter 27 + +E CGInterpolationQuality +C kCGInterpolationDefault 0 +C kCGInterpolationNone 1 +C kCGInterpolationLow 2 +C kCGInterpolationHigh 3 + +E CGLineCap +C kCGLineCapButt 0 +C kCGLineCapRound 1 +C kCGLineCapSquare 2 + +E CGLineJoin +C kCGLineJoinMiter 0 +C kCGLineJoinRound 1 +C kCGLineJoinBevel 2 + +E CGTextDrawingMode +C kCGTextFill 0 +C kCGTextStroke 1 +C kCGTextFillStroke 2 +C kCGTextInvisible 3 +C kCGTextFillClip 4 +C kCGTextStrokeClip 5 +C kCGTextFillStrokeClip 6 +C kCGTextClip 7 + +E CGTextEncoding +C kCGEncodingFontSpecific 0 +C kCGEncodingMacRoman 1 + +f CoreLocation + +T CLLocationDegrees d + +S CLLocationCoordinate2D "latitude"{CLLocationDegrees}"longitude"{CLLocationDegrees} + +T CLLocationAccuracy d + +V kCLLocationAccuracyBest d +V kCLLocationAccuracyNearestTenMeters d +V kCLLocationAccuracyHundredMeters d +V kCLLocationAccuracyKilometer d +V kCLLocationAccuracyThreeKilometers d + +T CLLocationSpeed d +T CLLocationDirection d + +V kCLDistanceFilterNone d +V kCLHeadingFilterNone d + +C kCLErrorLocationUnknown 0 +C kCLErrorDenied 1 +C kCLErrorNetwork 2 +C kCLErrorHeadingFailure 3 + +V kCLErrorDomain @ + +f Foundation + +T NSAppleEventManagerSuspensionID ^r{__NSAppleEventManagerSuspension} + +E _NSByteOrder +C NS_UnknownByteOrder CFByteOrderUnknown +C NS_LittleEndian CFByteOrderLittleEndian +C NS_BigEndian CFByteOrderBigEndian + +# NSComparator + +C NSOrderedAscending -1 +C NSOrderedSame 0 +C NSOrderedDescending 1 +T NSComparisonResult {NSInteger} + +# NSDecimal + +T NSEnumerationOptions {NSUInteger} +# NSHashEnumerator +T NSHashTable {_NSHashTable} +# NSHashTableCallBacks + +T NSHashTableOptions {NSUInteger} +T NSInteger l + +# NSMapEnumerator + +T NSMapTable {_NSMapTable} +# NSMapTableKeyCallBacks + +T NSMapTableOptions {NSUInteger} +# NSMapTableValueCallBacks + +T NSPoint {_NSPoint} +T NSPointArray ^{NSPoint} +T NSPointPointer ^{NSPoint} + +S _NSRange "location"{NSUInteger}"length"{NSUInteger} +T NSRange {_NSRange} +T NSRangePointer ^{NSRange} + +S _NSRect "origin"{NSPoint}"size"{NSSize} +T NSRectArray ^{NSRect} + +C NSMinXEdge 0 +C NSMinYEdge 1 +C NSMaxXEdge 2 +C NSMaxYEdge 3 + +T NSRectPointer ^{NSRect} + +C NSApplicationDirectory 1 +C NSDemoApplicationDirectory 2 +C NSDeveloperApplicationDirectory 3 +C NSAdminApplicationDirectory 4 +C NSLibraryDirectory 5 +C NSDeveloperDirectory 6 +C NSUserDirectory 7 +C NSDocumentationDirectory 8 +C NSDocumentDirectory 9 +C NSCoreServiceDirectory 10 +C NSAutosavedInformationDirectory 11 +C NSDesktopDirectory 12 +C NSCachesDirectory 13 +C NSApplicationSupportDirectory 14 +C NSDownloadsDirectory 15 +C NSInputMethodsDirectory 16 +C NSMoviesDirectory 17 +C NSMusicDirectory 18 +C NSPicturesDirectory 19 +C NSPrinterDescriptionDirectory 20 +C NSSharedPublicDirectory 21 +C NSPreferencePanesDirectory 22 +C NSItemReplacementDirectory 99 +C NSAllApplicationsDirectory 100 +C NSAllLibrariesDirectory 101 +T NSSearchPathDirectory {NSUInteger} + +C NSUserDomainMask 1 +C NSLocalDomainMask 2 +C NSNetworkDomainMask 4 +C NSSystemDomainMask 8 +C NSAllDomainsMask 0x0ffff +T NSSearchPathDomainMask {NSUInteger} + +S _NSSize "width"{CGFloat}"height"{CGFloat} +T NSSize {_NSSize} + +T NSSizePointer ^{NSSize} +T NSSocketNativeHandle i +T NSStringEncoding {NSUInteger} +S NSSwappedDouble "v"Q +S NSSwappedFloat "v"L +T NSTimeInterval d +# NSUncaughtExceptionHandler +T NSUInteger L +T NSZone {_NSZone} + f MapKit C MKMapTypeStandard 0 @@ -510,7 +1125,7 @@ C MKPinAnnotationColorGreen 1 C MKPinAnnotationColorPurple 2 # MKCoordinateRegionMake -# MKCoordinateRegionMakeWithDistance +F MKCoordinateRegionMakeWithDistance {MKCoordinateRegion}{CLLocationCoordinate2D}{CLLocationDistance}{CLLocationDistance} # MKCoordinateSpanMake C RTLD_LAZY 0x1 @@ -526,7 +1141,10 @@ C RTLD_NEXT -1 C RTLD_DEFAULT -2 C RTLD_SELF -3 -# XXX: dladdr +S dl_info "dli_fname"*"dli_fbase"v^"dli_sname"*"dli_saddr"^v +T Dl_info {dl_info} + +F dladdr i^rv^{dl_info} F dlclose i^v F dlerror * F dlopen ^v*i