]> git.saurik.com Git - cycript.git/blob - Bridge.def
Output all message declarations (not just one or the first and last), flesh out some...
[cycript.git] / Bridge.def
1 C YES true
2 C NO false
3 C nil null
4
5 : applicationDidFinishLaunching: v12@0:4@8
6
7 S CGPoint "x"f"y"f
8 S CGRect "origin"{CGPoint}"size"{CGSize}
9 S CGSize "width"f"height"f
10
11 l objc
12
13 F class_addIvar B#*LC*
14 F class_addMethod B#:^?*
15 F class_addProtocol B#@
16 F class_conformsToProtocol B#@
17 F class_copyIvarList ^^{objc_ivar=}#^I
18 F class_copyMethodList ^^{objc_method=}#^I
19 F class_copyPropertyList ^^{objc_property=}#^I
20 F class_copyProtocolList ^@#^I
21 F class_createInstance @#L
22 F class_getClassMethod ^{objc_method=}#:
23 F class_getClassVariable ^{objc_ivar=}#*
24 F class_getInstanceMethod ^{objc_method=}#:
25 F class_getInstanceSize L#
26 F class_getInstanceVariable ^{objc_ivar=}#*
27 F class_getIvarLayout *#
28 F class_getMethodImplementation ^?#:
29 F class_getMethodImplementation_stret ^?#:
30 F class_getName *#
31 F class_getProperty ^{objc_property=}#*
32 F class_getSuperclass ##
33 F class_getVersion i#
34 F class_getWeakIvarLayout *#
35 F class_isMetaClass B#
36 F class_replaceMethod ^?#:^?*
37 F class_respondsToSelector B#:
38 F class_setIvarLayout v#*
39 F class_setSuperclass ###
40 F class_setVersion v#i
41 F class_setWeakIvarLayout v#*
42
43 F ivar_getName *^{objc_ivar=}
44 F ivar_getOffset i^{objc_ivar=}
45 F ivar_getTypeEncoding *^{objc_ivar=}
46
47 F method_copyArgumentType ^c^{objc_method=}I
48 F method_copyReturnType ^c^{objc_method=}
49 F method_exchangeImplementations v^{objc_method=}^{objc_method=}
50 F method_getArgumentType v^{objc_method=}I^cL
51 F method_getImplementation ^?^{objc_method=}
52 F method_getName :^{objc_method=}
53 F method_getNumberOfArguments I^{objc_method=}
54 F method_getReturnType v^{objc_method=}^cL
55 F method_getTypeEncoding *^{objc_method=}
56 F method_setImplementation ^?^{objc_method=}^?
57
58 # this should return # or ^v ?
59 F objc_allocateClassPair ##*L
60 F objc_copyProtocolList ^@^I
61 F objc_duplicateClass ##*L
62 F objc_getClass #*
63 F objc_getClassList i^#i
64 F objc_getFutureClass #*
65 F objc_getMetaClass @*
66 F objc_getProtocol @*
67 F objc_getRequiredClass @*
68 F objc_lookUpClass @*
69 F objc_registerClassPair v#
70 F objc_setFutureClass v#*
71
72 F object_copy @@L
73 F object_dispose @@
74 F object_getClass #@
75 F object_getClassName *@
76 F object_getIndexedIvars ^v@
77 F object_getInstanceVariable ^{objc_ivar=}@*^^v
78 F object_getIvar @@^{objc_ivar=}
79 F object_setClass #@#
80 F object_setInstanceVariable ^{objc_ivar=}@*^v
81 F object_setIvar v@^{objc_ivar=}@
82
83 F property_getAttributes *^{objc_property=}
84 F property_getName *^{objc_property=}
85
86 F protocol_conformsToProtocol B@@
87 F protocol_copyMethodDescriptionList ^{objc_method_description=:*}@BB^I
88 F protocol_copyPropertyList ^{objc_property=}@^I
89 F protocol_copyProtocolList ^@@^I
90 F protocol_getMethodDescription {objc_method_description=:*}@:BB
91 F protocol_getName *@
92 F protocol_getProperty ^{objc_property=}@*BB
93 F protocol_isEqual B@@
94
95 F sel_getName *:
96 F sel_getUid :*
97 F sel_isEqual B::
98 F sel_registerName :*
99
100 f UIKit
101
102 # UITableView
103
104 C UITableViewStylePlain 0
105 C UITableViewStyleGrouped 1
106
107 C UITableViewScrollPositionNone 0
108 C UITableViewScrollPositionTop 1
109 C UITableViewScrollPositionMiddle 2
110 C UITableViewScrollPositionBottom 3
111
112 C UITableViewRowAnimationFade 0
113 C UITableViewRowAnimationRight 1
114 C UITableViewRowAnimationLeft 2
115 C UITableViewRowAnimationTop 3
116 C UITableViewRowAnimationTop 4
117 C UITableViewRowAnimationNone 5
118
119 V UITableViewIndexSearch @
120
121 # UITableViewCell
122
123 C UITableViewCellStyleDefault 0
124 C UITableViewCellStyleValue1 1
125 C UITableViewCellStyleValue2 2
126 C UITableViewCellStyleSubtitle 3
127
128 C UITableViewCellStateDefaultMask 0
129 C UITableViewCellStateEditingMask (1<<0)
130 C UITableViewCellStateShowingDeleteConfirmationMask (1<<1)
131
132 C UITableViewCellSelectionStyleNone 0
133 C UITableViewCellSelectionStyleBlue 1
134 C UITableViewCellSelectionStyleGray 2
135
136 C UITableViewCellEditingStyleNone 0
137 C UITableViewCellEditingStyleDelete 1
138 C UITableViewCellEditingStyleInsert 2
139
140 C UITableViewCellAccessoryNone 0
141 C UITableViewCellAccessoryDisclosureIndicator 1
142 C UITableViewCellAccessoryDetailDisclosureButton 2
143 C UITableViewCellAccessoryCheckmark 3
144
145 C UITableViewCellSeparatorStyleNone 0
146 C UITableViewCellSeparatorStyleSingleLine 1
147
148 # UITableViewDataSource
149
150 : tableView:numberOfRowsInSection: i16@0:4@8i12
151 : numberOfSectionsInTableView: i12@0:4@8
152 : tableView:cellForRowAtIndexPath: @16@0:4@8@12
153 : sectionIndexTitlesForTableView: @12@0:4@8
154 : tableView:sectionForSectionIndexTitle:atIndex: i20@0:4@8@12i16
155 : tableView:titleForHeaderInSection: @16@0:4@8i12
156 : tableView:titleForFooterInSection: @16@0:4@8i12
157
158 : tableView:commitEditingStyle:forRowAtIndexPath: v20@0:4@8i12@16
159 : tableView:canEditRowAtIndexPath: B16@0:4@8@12
160
161 : tableView:canMoveRowAtIndexPath: B16@0:4@8@12
162 : tableView:moveRowAtIndexPath:toIndexPath: v20@0:4@8@12@16
163
164 # UIView
165
166 C UIViewAnimationCurveEaseInOut 0
167 C UIViewAnimationCurveEaseIn 1
168 C UIViewAnimationCurveEaseOut 2
169 C UIViewAnimationCurveLinear 3
170
171 C UIViewContentModeScaleToFill 0
172 C UIViewContentModeScaleAspectFit 1
173 C UIViewContentModeScaleAspectFill 2
174 C UIViewContentModeRedraw 3
175 C UIViewContentModeCenter 4
176 C UIViewContentModeTop 5
177 C UIViewContentModeBottom 6
178 C UIViewContentModeLeft 7
179 C UIViewContentModeRight 8
180 C UIViewContentModeTopLeft 9
181 C UIViewContentModeTopRight 10
182 C UIViewContentModeBottomLeft 11
183 C UIViewContentModeBottomRight 12
184
185 C UIViewAutoresizingNone 0
186 C UIViewAutoresizingFlexibleLeftMargin (1<<0)
187 C UIViewAutoresizingFlexibleWidth (1<<1)
188 C UIViewAutoresizingFlexibleRightMargin (1<<2)
189 C UIViewAutoresizingFlexibleTopMargin (1<<3)
190 C UIViewAutoresizingFlexibleHeight (1<<4)
191 C UIViewAutoresizingFlexibleBottomMargin (1<<5)
192
193 C UIViewAnimationTransitionNone 0
194 C UIViewAnimationTransitionFlipFromLeft 1
195 C UIViewAnimationTransitionFlipFromRight 2
196 C UIViewAnimationTransitionCurlUp 3
197 C UIViewAnimationTransitionCurlDown 4
198
199 # UIWebView
200
201 C UIWebViewNavigationTypeLinkClicked 0
202 C UIWebViewNavigationTypeFormSubmitted 1
203 C UIWebViewNavigationTypeBackForward 2
204 C UIWebViewNavigationTypeReload 3
205 C UIWebViewNavigationTypeFormResubmitted 4
206 C UIWebViewNavigationTypeOther 5
207
208 # UIWebViewDelegate
209
210 : webView:shouldStartLoadWithRequest:navigationType: B20@0:4@8@12I16
211 : webViewDidStartLoad: v12@0:4@8
212 : webViewDidFinishLoad: v12@0:4@8
213 : webView:didFailLoadWithError: v16@0:4@8@12
214
215 # Miscellaneous
216
217 F UIApplicationUseLegacyEvents vB
218
219 F UIAccessibilityPostNotification vI@
220 F UIApplicationMain ii^^c@@
221 F UIGraphicsEndImageContext v
222 F UIGraphicsGetCurrentContext @
223 F UIGraphicsGetImageFromCurrentImageContext @
224 F UIGraphicsPopContext v
225 F UIGraphicsPushContext v@
226 F UIImageJPEGRepresentation @@
227 F UIImagePNGRepresentation @@
228 F UIImageWriteToSavedPhotosAlbum v@@:^v
229
230 F UIKeyboardDisableAutomaticAppearance v
231 F UIKeyboardEnableAutomaticAppearance v
232 F UIKeyboardInputModeUsesKBStar B@
233
234 F _UIImageWithName @@
235
236 F UIFormattedPhoneNumberFromString @@
237 F UIUnformattedPhoneNumberFromString @@
238
239 V UIApp @
240
241 V kUIButtonBarButtonAction @
242 V kUIButtonBarButtonInfo @
243 V kUIButtonBarButtonInfoOffset @
244 V kUIButtonBarButtonSelectedInfo @
245 V kUIButtonBarButtonSizeToFit @
246 V kUIButtonBarButtonStyle @
247 V kUIButtonBarButtonTag @
248 V kUIButtonBarButtonTarget @
249 V kUIButtonBarButtonTitle @
250 V kUIButtonBarButtonTitleVerticalHeight @
251 V kUIButtonBarButtonTitleWidth @
252 V kUIButtonBarButtonType @
253
254 V UIKeyboardAnimationCurveUserInfoKey @
255 V UIKeyboardAnimationDurationUserInfoKey @
256 V UIKeyboardBoundsUserInfoKey @
257 V UIKeyboardCenterBeginUserInfoKey @
258 V UIKeyboardCenterEndUserInfoKey @
259 V UIKeyboardRequiresInternationalKey @
260
261 V UIKeyboardCandidateCorrectionDidChangeNotification @
262 V UIKeyboardCurrentInputModeDidChangeNotification @
263 V UIKeyboardDefaultsDidChangeNotification @
264 V UIKeyboardDidHideNotification @
265 V UIKeyboardDidShowNotification @
266 V UIKeyboardEmptyDelegateNotification @
267 V UIKeyboardWillHideNotification @
268 V UIKeyboardWillShowNotification @
269
270 V UIWebViewDidReceiveMessageNotification @
271 V UIWebViewDidClearMessagesNotification @
272 V UIWebViewGrowsAndShrinksToFitHeight f
273 V UIWebViewGrowsAndShrinksToFitWidth f
274 V UIWebViewScalesToFitScale f
275
276 f AddressBook
277
278 F ABAddressBookAddRecord B@@^@
279 F ABAddressBookCopyArrayOfAllGroups @@
280 F ABAddressBookCopyArrayOfAllPeople @@
281 F ABAddressBookCopyLocalizedLabel @@
282 F ABAddressBookCreate @
283 F ABAddressBookGetGroupCount l@
284 F ABAddressBookGetPersonCount l@
285 F ABAddressBookHasUnsavedChanges B@
286 F ABAddressBookRegisterExternalChangeCallback v@^?^v
287 F ABAddressBookRemoveRecord B@@^@
288 F ABAddressBookRevert v@
289 F ABAddressBookSave B@^@
290 F ABAddressBookUnregisterExternalChangeCallback v@^?^v
291
292 V ABAddressBookErrorDomain @
293 C kABOperationNotPermittedByStoreError 0
294
295 F ABMultiValueCopyArrayOfAllValues @@
296 F ABMultiValueCopyLabelAtIndex @@l
297 F ABMultiValueCopyValueAtIndex @@l
298 F ABMultiValueGetCount l@
299 F ABMultiValueGetFirstIndexOfValue l@@
300 F ABMultiValueGetIdentifierAtIndex i@l
301 F ABMultiValueGetIndexForIdentifier l@i
302 F ABMultiValueGetPropertyType S@
303
304 C kABMultiValueInvalidIdentifier -1
305
306 F ABMultiValueAddValueAndLabel @@@^i
307 F ABMultiValueCreateMutable @S
308 F ABMultiValueCreateMutableCopy @@
309 F ABMultiValueInsertValueAndLabelAtIndex B@@@l^i
310 F ABMultiValueRemoveValueAndLabelAtIndex B@l
311 F ABMultiValueReplaceLabelAtIndex B@@l
312 F ABMultiValueReplaceValueAtIndex B@@l
313
314 F ABRecordCopyCompositeName @@
315 F ABRecordCopyValue @@i
316 F ABRecordGetRecordID i@
317 F ABRecordGetRecordType I@
318 F ABRecordRemoveValue B@i^@
319 F ABRecordSetValue B@i@^@
320
321 C kABPersonType 0
322 C kABGroupType 1
323
324 # this was (1<<8)
325 C kABMultiValueMask 0x100
326
327 C kABInvalidPropertyType 0x0
328 C kABStringPropertyType 0x1
329 C kABIntegerPropertyType 0x2
330 C kABRealPropertyType 0x3
331 C kABDateTimePropertyType 0x4
332 C kABDictionaryPropertyType 0x5
333 C kABMultiStringPropertyType 0x101
334 C kABMultiIntegerPropertyType 0x102
335 C kABMultiRealPropertyType 0x103
336 C kABMultiDateTimePropertyType 0x104
337 C kABMultiDictionaryPropertyType 0x105
338
339 C kABRecordInvalidID -1
340 C kABPropertyInvalidID -1
341
342 F ABAddressBookGetGroupWithRecordID @@i
343 F ABGroupAddMember B@@^@
344 F ABGroupCopyArrayOfAllMembers @@
345 F ABGroupCopyArrayOfAllMembersWithSortOrdering @@I
346 F ABGroupCreate @
347 F ABGroupRemoveMember B@@^@
348
349 V kABGroupNameProperty i
350
351 F ABAddressBookCopyPeopleWithName @@@
352 F ABAddressBookGetPersonWithRecordID @@i
353 F ABPersonComparePeopleByName i@@I
354 F ABPersonCopyImageData @@
355 F ABPersonCopyLocalizedPropertyName @i
356 F ABPersonCreate @
357 F ABPersonGetCompositeNameFormat I
358 F ABPersonGetSortOrdering I
359 F ABPersonGetTypeOfProperty SI
360 F ABPersonHasImageData B@
361 F ABPersonRemoveImageData B@^@
362 F ABPersonSetImageData B@@^@
363
364 C kABPersonSortByFirstName 0
365 C kABPersonSortByLastName 1
366
367 C kABPersonCompositeNameFormatFirstNameFirst 0
368 C kABPersonCompositeNameFormatLastNameFirst 1
369
370 V kABPersonFirstNameProperty i
371 V kABPersonLastNameProperty i
372 V kABPersonMiddleNameProperty i
373 V kABPersonPrefixProperty i
374 V kABPersonSuffixProperty i
375 V kABPersonNicknameProperty i
376 V kABPersonFirstNamePhoneticProperty i
377 V kABPersonLastNamePhoneticProperty i
378 V kABPersonMiddleNamePhoneticProperty i
379 V kABPersonOrganizationProperty i
380 V kABPersonJobTitleProperty i
381 V kABPersonDepartmentProperty i
382 V kABPersonEmailProperty i
383 V kABPersonBirthdayProperty i
384 V kABPersonNoteProperty i
385 V kABPersonCreationDateProperty i
386 V kABPersonModificationDateProperty i
387
388 V kABPersonAddressProperty i
389 V kABPersonAddressStreetKey @
390 V kABPersonAddressCityKey @
391 V kABPersonAddressStateKey @
392 V kABPersonAddressZIPKey @
393 V kABPersonAddressCountryKey @
394 V kABPersonAddressCountryCodeKey @
395
396 V kABPersonDateProperty i
397 V kABPersonAnniversaryLabel @
398
399 V kABPersonKindProperty i
400 V kABPersonKindPerson @
401 V kABPersonKindOrganization @
402
403 V kABPersonPhoneProperty i
404 V kABPersonPhoneMobileLabel @
405 V kABPersonPhoneIPhoneLabel @
406 V kABPersonPhoneMainLabel @
407 V kABPersonPhoneHomeFAXLabel @
408 V kABPersonPhoneWorkFAXLabel @
409 V kABPersonPhonePagerLabel @
410
411 V kABPersonInstantMessageProperty i
412 V kABPersonInstantMessageServiceKey @
413 V kABPersonInstantMessageServiceYahoo @
414 V kABPersonInstantMessageServiceJabber @
415 V kABPersonInstantMessageServiceMSN @
416 V kABPersonInstantMessageServiceICQ @
417 V kABPersonInstantMessageServiceAIM @
418 V kABPersonInstantMessageUsernameKey @
419
420 V kABPersonURLProperty i
421 V kABPersonHomePageLabel @
422
423 V kABPersonRelatedNamesProperty i
424 V kABPersonMotherLabel @
425 V kABPersonFatherLabel @
426 V kABPersonParentLabel @
427 V kABPersonSisterLabel @
428 V kABPersonBrotherLabel @
429 V kABPersonChildLabel @
430 V kABPersonFriendLabel @
431 V kABPersonSpouseLabel @
432 V kABPersonPartnerLabel @
433 V kABPersonManagerLabel @
434 V kABPersonAssistantLabel @
435
436 V kABWorkLabel @
437 V kABHomeLabel @
438 V kABOtherLabel @
439
440 f CoreLocation
441
442 V kCLLocationAccuracyBest d
443 V kCLLocationAccuracyNearestTenMeters d
444 V kCLLocationAccuracyHundredMeters d
445 V kCLLocationAccuracyKilometer d
446 V kCLLocationAccuracyThreeKilometers d
447
448 V kCLDistanceFilterNone d
449 V kCLHeadingFilterNone d
450
451 C kCLErrorLocationUnknown 0
452 C kCLErrorDenied 1
453 C kCLErrorNetwork 2
454 C kCLErrorHeadingFailure 3
455
456 V kCLErrorDomain @
457
458 f CoreData
459
460 C NSUndefinedAttributeType 0
461 C NSInteger16AttributeType 100
462 C NSInteger32AttributeType 200
463 C NSInteger64AttributeType 300
464 C NSDecimalAttributeType 400
465 C NSDoubleAttributeType 500
466 C NSFloatAttributeType 600
467 C NSStringAttributeType 700
468 C NSBooleanAttributeType 800
469 C NSDateAttributeType 900
470 C NSBinaryDataAttributeType 1000
471 C NSTransformableAttributeType 1800
472 C NSObjectIDAttributeType 2000
473
474 C NSUndefinedEntityMappingType 0x00
475 C NSCustomEntityMappingType 0x01
476 C NSAddEntityMappingType 0x02
477 C NSRemoveEntityMappingType 0x03
478 C NSCopyEntityMappingType 0x04
479 C NSTransformEntityMappingType 0x05
480
481 V NSMigrationManagerKey @
482 V NSMigrationSourceObjectKey @
483 V NSMigrationDestinationObjectKey @
484 V NSMigrationEntityMappingKey @
485 V NSMigrationPropertyMappingKey @
486 V NSMigrationPropertyMappingKey @
487
488 C NSManagedObjectResultType 0x00
489 C NSManagedObjectIDResultType 0x01
490 C NSDictionaryResultType 0x02
491
492 C NSFetchRequestExpressionType 50
493
494 C NSSnapshotEventUndoInsertion 1<<1
495 C NSSnapshotEventUndoDeletion 1<<2
496 C NSSnapshotEventUndoUpdate 1<<3
497 C NSSnapshotEventRollback 1<<4
498 C NSSnapshotEventRefresh 1<<5
499 C NSSnapshotEventMergePolicy 1<<6
500
501 V NSInsertedObjectsKey @
502 V NSUpdatedObjectsKey @
503 V NSDeletedObjectsKey @
504 V NSRefreshedObjectsKey @
505 V NSInvalidatedObjectsKey @
506 V NSInvalidatedAllObjectsKey @
507
508 V NSErrorMergePolicy @
509 V NSMergeByPropertyStoreTrumpMergePolicy @
510 V NSMergeByPropertyObjectTrumpMergePolicy @
511 V NSOverwriteMergePolicy @
512 V NSRollbackMergePolicy @
513
514 V NSSQLiteStoreType @
515 V NSBinaryStoreType @
516 V NSInMemoryStoreType @
517
518 V NSStoreTypeKey @
519 V NSStoreUUIDKey @
520
521 V NSAddedPersistentStoresKey @
522 V NSRemovedPersistentStoresKey @
523 V NSUUIDChangedPersistentStoresKey @
524
525 V NSReadOnlyPersistentStoreOption @
526 V NSPersistentStoreTimeoutOption @
527 V NSSQLitePragmasOption @
528 V NSSQLiteAnalyzeOption @
529 V NSSQLiteManualVacuumOption @
530
531 V NSIgnorePersistentStoreVersioningOption @
532 V NSMigratePersistentStoresAutomaticallyOption @
533 V NSInferMappingModelAutomaticallyOption @
534
535 V NSStoreModelVersionHashesKey @
536 V NSStoreModelVersionIdentifiersKey @
537 V NSPersistentStoreOSCompatibility @
538
539 C NSNoActionDeleteRule 0
540 C NSNullifyDeleteRule 1
541 C NSCascadeDeleteRule 2
542 C NSDenyDeleteRule 3
543
544 C NSFetchedResultsChangeInsert 1
545 C NSFetchedResultsChangeDelete 2
546 C NSFetchedResultsChangeMove 3
547 C NSFetchedResultsChangeUpdate 4
548
549 V NSDetailedErrorsKey @
550 V NSValidationObjectErrorKey @
551 V NSValidationKeyErrorKey @
552 V NSValidationPredicateErrorKey @
553 V NSValidationValueErrorKey @
554 V NSAffectedStoresErrorKey @
555 V NSAffectedObjectsErrorKey @
556
557 V NSSQLiteErrorDomain @
558
559 C NSManagedObjectValidationError 1550
560 C NSValidationMultipleErrorsError 1560
561 C NSValidationMissingMandatoryPropertyError 1570
562 C NSValidationRelationshipLacksMinimumCountError 1580
563 C NSValidationRelationshipExceedsMaximumCountError 1590
564 C NSValidationRelationshipDeniedDeleteError 1600
565 C NSValidationNumberTooLargeError 1610
566 C NSValidationNumberTooSmallError 1620
567 C NSValidationDateTooLateError 1630
568 C NSValidationDateTooSoonError 1640
569 C NSValidationInvalidDateError 1650
570 C NSValidationStringTooLongError 1660
571 C NSValidationStringTooShortError 1670
572 C NSValidationStringPatternMatchingError 1680
573
574 C NSManagedObjectContextLockingError 132000
575 C NSPersistentStoreCoordinatorLockingError 132010
576 C NSManagedObjectReferentialIntegrityError 133000
577 C NSManagedObjectExternalRelationshipError 133010
578 C NSManagedObjectMergeError 133020
579
580 C NSPersistentStoreInvalidTypeError 134000
581 C NSPersistentStoreTypeMismatchError 134010
582 C NSPersistentStoreIncompatibleSchemaError 134020
583 C NSPersistentStoreSaveError 134030
584 C NSPersistentStoreIncompleteSaveError 134040
585 C NSPersistentStoreOperationError 134070
586 C NSPersistentStoreOpenError 134080
587 C NSPersistentStoreTimeoutError 134090
588 C NSPersistentStoreIncompatibleVersionHashError 134100
589
590 C NSMigrationError 134110
591 C NSMigrationCancelledError 134120
592 C NSMigrationMissingSourceModelError 134130
593 C NSMigrationMissingMappingModelError 134140
594 C NSMigrationManagerSourceStoreError 134150
595 C NSMigrationManagerDestinationStoreError 134160
596 C NSEntityMigrationPolicyError 134170
597 C NSInferredMappingModelError 134190
598 C NSExternalRecordImportError 134200
599
600 C NSCoreDataError 134060
601 C NSSQLiteError 134180
602
603 V NSCoreDataVersionNumber d
604
605 C NSCoreDataVersionNumber10_4 46.0
606 C NSCoreDataVersionNumber10_4_3 77.0
607 C NSCoreDataVersionNumber10_5 185.0
608 C NSCoreDataVersionNumber10_5_3 186.0
609
610 f MapKit
611
612 C MKMapTypeStandard 0
613 C MKMapTypeSatellite 1
614 C MKMapTypeHybrid 2
615
616 V MKErrorDomain @
617
618 C MKErrorUnknown 1
619 C MKErrorServerFailure 2
620 C MKErrorLoadingThrottled 3
621 C MKErrorPlacemarkNotFound 4
622
623 C MKPinAnnotationColorRed 0
624 C MKPinAnnotationColorGreen 1
625 C MKPinAnnotationColorPurple 2
626
627 # MKCoordinateRegionMake
628 # MKCoordinateRegionMakeWithDistance
629 # MKCoordinateSpanMake
630
631 C RTLD_LAZY 0x1
632 C RTLD_NOW 0x2
633 C RTLD_LOCAL 0x4
634 C RTLD_GLOBAL 0x8
635
636 C RTLD_NOLOAD 0x10
637 C RTLD_NODELETE 0x80
638 C RTLD_FIRST 0x100
639
640 C RTLD_NEXT -1
641 C RTLD_DEFAULT -2
642 C RTLD_SELF -3
643
644 # XXX: dladdr
645 F dlclose i^v
646 F dlerror *
647 F dlopen ^v*i
648 F dlsym ^v^v*
649 F dlopen_preflight B*