]> git.saurik.com Git - cycript.git/blob - Bridge.def
Better version checking for bison, flex, and gperf that falls through to other versio...
[cycript.git] / Bridge.def
1 C YES true
2 C NO false
3 C nil null
4 C NULL null
5
6 : applicationDidFinishLaunching: v12@0:4@8
7
8 T id @
9
10 T short s
11 T int i
12 T long l
13
14 T byte C
15 T uint I
16 T ulong L
17 T ushort S
18
19 T char c
20 T boolean B
21 T float f
22 T double d
23
24 T Boolean B
25
26 T SInt8 {char}
27 T UInt8 {byte}
28 T SInt16 {short}
29 T UInt16 {ushort}
30 T SInt32 {int}
31 T UInt32 {uint}
32
33 S CGPoint "x"f"y"f
34 S CGRect "origin"{CGPoint}"size"{CGSize}
35 S CGSize "width"f"height"f
36
37 l c
38
39 S nlist_64 "_un"(?="n_strx"I)"n_type"C"n_sect"C"n_desc"S"n_value"Q
40
41 F malloc ^vL
42 F free v^v
43
44 l objc
45
46 F class_addIvar B#*LC*
47 F class_addMethod B#:^?*
48 F class_addProtocol B#@
49 F class_conformsToProtocol B#@
50 F class_copyIvarList ^^{objc_ivar=}#^I
51 F class_copyMethodList ^^{objc_method=}#^I
52 F class_copyPropertyList ^^{objc_property=}#^I
53 F class_copyProtocolList ^@#^I
54 F class_createInstance @#L
55 F class_getClassMethod ^{objc_method=}#:
56 F class_getClassVariable ^{objc_ivar=}#*
57 F class_getInstanceMethod ^{objc_method=}#:
58 F class_getInstanceSize L#
59 F class_getInstanceVariable ^{objc_ivar=}#*
60 F class_getIvarLayout *#
61 F class_getMethodImplementation ^?#:
62 F class_getMethodImplementation_stret ^?#:
63 F class_getName *#
64 F class_getProperty ^{objc_property=}#*
65 F class_getSuperclass ##
66 F class_getVersion i#
67 F class_getWeakIvarLayout *#
68 F class_isMetaClass B#
69 F class_replaceMethod ^?#:^?*
70 F class_respondsToSelector B#:
71 F class_setIvarLayout v#*
72 F class_setSuperclass ###
73 F class_setVersion v#i
74 F class_setWeakIvarLayout v#*
75
76 F ivar_getName *^{objc_ivar=}
77 F ivar_getOffset i^{objc_ivar=}
78 F ivar_getTypeEncoding *^{objc_ivar=}
79
80 F method_copyArgumentType ^c^{objc_method=}I
81 F method_copyReturnType ^c^{objc_method=}
82 F method_exchangeImplementations v^{objc_method=}^{objc_method=}
83 F method_getArgumentType v^{objc_method=}I^cL
84 F method_getImplementation ^?^{objc_method=}
85 F method_getName :^{objc_method=}
86 F method_getNumberOfArguments I^{objc_method=}
87 F method_getReturnType v^{objc_method=}^cL
88 F method_getTypeEncoding *^{objc_method=}
89 F method_setImplementation ^?^{objc_method=}^?
90
91 # this should return # or ^v ?
92 F objc_allocateClassPair ##*L
93 F objc_copyProtocolList ^@^I
94 F objc_duplicateClass ##*L
95 F objc_getClass #*
96 F objc_getClassList i^#i
97 F objc_getFutureClass #*
98 F objc_getMetaClass @*
99 F objc_getProtocol @*
100 F objc_getRequiredClass @*
101 F objc_lookUpClass @*
102 F objc_registerClassPair v#
103 F objc_setFutureClass v#*
104
105 F object_copy @@L
106 F object_dispose @@
107 F object_getClass #@
108 F object_getClassName *@
109 F object_getIndexedIvars ^v@
110 F object_getInstanceVariable ^{objc_ivar=}@*^^v
111 F object_getIvar @@^{objc_ivar=}
112 F object_setClass #@#
113 F object_setInstanceVariable ^{objc_ivar=}@*^v
114 F object_setIvar v@^{objc_ivar=}@
115
116 F property_getAttributes *^{objc_property=}
117 F property_getName *^{objc_property=}
118
119 F protocol_conformsToProtocol B@@
120 F protocol_copyMethodDescriptionList ^{objc_method_description=:*}@BB^I
121 F protocol_copyPropertyList ^{objc_property=}@^I
122 F protocol_copyProtocolList ^@@^I
123 F protocol_getMethodDescription {objc_method_description=:*}@:BB
124 F protocol_getName *@
125 F protocol_getProperty ^{objc_property=}@*BB
126 F protocol_isEqual B@@
127
128 F sel_getName *:
129 F sel_getUid :*
130 F sel_isEqual B::
131 F sel_registerName :*
132
133 f UIKit
134
135 C UIBarStyleDefault 0
136 C UIBarStyleBlack 1
137 C UIBarStyleBlackOpaque 2
138 C UIBarStyleBlackTranslucent 3
139 T UIBarStyle i
140
141 C UIDataDetectorTypePhoneNumber (1<<0)
142 C UIDataDetectorTypeLink (1<<1)
143 C UIDataDetectorTypeNone 0
144 C UIDataDetectorTypeAll -1
145 T UIDataDetectorTypes {NSUInteger}
146
147 S UIEdgeInsets "top"{CGFloat}"left"{CGFloat}"bottom"{CGFloat}"right"{CGFloat}
148
149 # UINavigationBar
150
151 # UINavigationController
152
153 V UINavigationControllerHideShowBarDuration f
154
155 # UINavigationControllerDelegate
156
157 : navigationController:willShowViewController:animated: v20@0:4@8@12B16
158 : navigationController:didShowViewController:animated: v20@0:4@8@12B16
159
160 # UIScrollView
161
162 C UIScrollViewIndicatorStyleDefault 0
163 C UIScrollViewIndicatorStyleBlack 1
164 C UIScrollViewIndicatorStyleWhite 2
165
166 V UIScrollViewDecelerationRateNormal f
167 V UIScrollViewDecelerationRateFast f
168
169 # UIScrollViewDelegate
170
171 : scrollViewDidScroll: v12@0:4@8
172 : scrollViewWillBeginDragging: v12@0:4@8
173 : scrollViewDidEndDragging:willDecelerate: v16@0:4@8B12
174 : scrollViewShouldScrollToTop: B12@0:4@8
175 : scrollViewDidScrollToTop: v12@0:4@8
176 : scrollViewWillBeginDecelerating: v12@0:4@8
177 : scrollViewDidEndDecelerating: v12@0:4@8
178
179 : viewForZoomingInScrollView: @12@0:4@8
180 : scrollViewDidEndZooming:withView:atScale: v20@0:4@8@12f16
181
182 : scrollViewDidEndScrollingAnimation: v12@0:4@8
183
184 # UITabBar
185
186 # UITabBarDelegate
187
188 : tabBar:willBeginCustomizingItems: v16@0:4@8@12
189 : tabBar:didBeginCustomizingItems: v16@0:4@8@12
190 : tabBar:willBeginCustomizingItems:changed: v20@0:4@8@12B16
191 : tabBar:didBeginCustomizingItems:changed: v20@0:4@8@12B16
192 : tabBar:didSelectItem: v16@0:4@8@12
193
194 # UITableView
195
196 C UITableViewStylePlain 0
197 C UITableViewStyleGrouped 1
198
199 C UITableViewScrollPositionNone 0
200 C UITableViewScrollPositionTop 1
201 C UITableViewScrollPositionMiddle 2
202 C UITableViewScrollPositionBottom 3
203
204 C UITableViewRowAnimationFade 0
205 C UITableViewRowAnimationRight 1
206 C UITableViewRowAnimationLeft 2
207 C UITableViewRowAnimationTop 3
208 C UITableViewRowAnimationBottom 4
209 C UITableViewRowAnimationNone 5
210
211 V UITableViewIndexSearch @
212
213 # UITableViewCell
214
215 C UITableViewCellStyleDefault 0
216 C UITableViewCellStyleValue1 1
217 C UITableViewCellStyleValue2 2
218 C UITableViewCellStyleSubtitle 3
219
220 C UITableViewCellStateDefaultMask 0
221 C UITableViewCellStateEditingMask (1<<0)
222 C UITableViewCellStateShowingDeleteConfirmationMask (1<<1)
223
224 C UITableViewCellSelectionStyleNone 0
225 C UITableViewCellSelectionStyleBlue 1
226 C UITableViewCellSelectionStyleGray 2
227
228 C UITableViewCellEditingStyleNone 0
229 C UITableViewCellEditingStyleDelete 1
230 C UITableViewCellEditingStyleInsert 2
231
232 C UITableViewCellAccessoryNone 0
233 C UITableViewCellAccessoryDisclosureIndicator 1
234 C UITableViewCellAccessoryDetailDisclosureButton 2
235 C UITableViewCellAccessoryCheckmark 3
236
237 C UITableViewCellSeparatorStyleNone 0
238 C UITableViewCellSeparatorStyleSingleLine 1
239
240 # UITableViewController
241
242 # UITableViewDataSource
243
244 : tableView:numberOfRowsInSection: i16@0:4@8i12
245 : numberOfSectionsInTableView: i12@0:4@8
246 : tableView:cellForRowAtIndexPath: @16@0:4@8@12
247 : sectionIndexTitlesForTableView: @12@0:4@8
248 : tableView:sectionForSectionIndexTitle:atIndex: i20@0:4@8@12i16
249 : tableView:titleForHeaderInSection: @16@0:4@8i12
250 : tableView:titleForFooterInSection: @16@0:4@8i12
251
252 : tableView:commitEditingStyle:forRowAtIndexPath: v20@0:4@8i12@16
253 : tableView:canEditRowAtIndexPath: B16@0:4@8@12
254
255 : tableView:canMoveRowAtIndexPath: B16@0:4@8@12
256 : tableView:moveRowAtIndexPath:toIndexPath: v20@0:4@8@12@16
257
258 # UIToolbar
259
260 # UIView
261
262 C UIViewAnimationCurveEaseInOut 0
263 C UIViewAnimationCurveEaseIn 1
264 C UIViewAnimationCurveEaseOut 2
265 C UIViewAnimationCurveLinear 3
266
267 C UIViewContentModeScaleToFill 0
268 C UIViewContentModeScaleAspectFit 1
269 C UIViewContentModeScaleAspectFill 2
270 C UIViewContentModeRedraw 3
271 C UIViewContentModeCenter 4
272 C UIViewContentModeTop 5
273 C UIViewContentModeBottom 6
274 C UIViewContentModeLeft 7
275 C UIViewContentModeRight 8
276 C UIViewContentModeTopLeft 9
277 C UIViewContentModeTopRight 10
278 C UIViewContentModeBottomLeft 11
279 C UIViewContentModeBottomRight 12
280
281 C UIViewAutoresizingNone 0
282 C UIViewAutoresizingFlexibleLeftMargin (1<<0)
283 C UIViewAutoresizingFlexibleWidth (1<<1)
284 C UIViewAutoresizingFlexibleRightMargin (1<<2)
285 C UIViewAutoresizingFlexibleTopMargin (1<<3)
286 C UIViewAutoresizingFlexibleHeight (1<<4)
287 C UIViewAutoresizingFlexibleBottomMargin (1<<5)
288
289 C UIViewAnimationTransitionNone 0
290 C UIViewAnimationTransitionFlipFromLeft 1
291 C UIViewAnimationTransitionFlipFromRight 2
292 C UIViewAnimationTransitionCurlUp 3
293 C UIViewAnimationTransitionCurlDown 4
294
295 # UIViewController
296
297 C UIModalTransitionStyleCoverVertical 0
298 C UIModalTransitionStyleFlipHorizontal 1
299 C UIModalTransitionStyleCrossDissolve 2
300
301 # UIWebView
302
303 C UIWebViewNavigationTypeLinkClicked 0
304 C UIWebViewNavigationTypeFormSubmitted 1
305 C UIWebViewNavigationTypeBackForward 2
306 C UIWebViewNavigationTypeReload 3
307 C UIWebViewNavigationTypeFormResubmitted 4
308 C UIWebViewNavigationTypeOther 5
309
310 # UIWebViewDelegate
311
312 : webView:shouldStartLoadWithRequest:navigationType: B20@0:4@8@12I16
313 : webViewDidStartLoad: v12@0:4@8
314 : webViewDidFinishLoad: v12@0:4@8
315 : webView:didFailLoadWithError: v16@0:4@8@12
316
317 # UIWindow
318
319 V UIWindowLevelNormal f
320 V UIWindowLevelAlert f
321 V UIWindowLevelStatusBar f
322
323 V UIKeyboardCenterBeginUserInfoKey @
324 V UIKeyboardCenterEndUserInfoKey @
325 V UIKeyboardBoundsUserInfoKey @
326 V UIKeyboardAnimationCurveUserInfoKey @
327 V UIKeyboardAnimationDurationUserInfoKey @
328
329 # Functions
330
331 F UIApplicationMain ii^^c@@
332
333 F UIImageJPEGRepresentation @@
334 F UIImagePNGRepresentation @@
335 F UIImageWriteToSavedPhotosAlbum v@@:^v
336
337 F UISaveVideoAtPathToSavedPhotosAlbum v@@:^v
338 F UIVideoAtPathIsCompatibleWithSavedPhotosAlbum B@
339
340 F UIGraphicsGetCurrentContext @
341 F UIGraphicsPushContext v@
342 F UIGraphicsPopContext v
343 F UIGraphicsBeginImageContext v{CGSize}
344 F UIGraphicsGetImageFromCurrentImageContext @
345 F UIGraphicsEndImageContext v
346 F UIRectClip v{CGRect}
347 F UIRectFill v{CGRect}
348 F UIRectFillUsingBlendMode v{CGRect}{CGBlendMode}
349 F UIRectFrame v{CGRect}
350 F UIRectFrameUsingBlendMode v{CGRect}{CGBlendMode}
351
352 F CGPointFromString {CGPoint}@
353 F CGRectFromString {CGRect}@
354 F CGSizeFromString {CGSize}@
355 F CGAffineTransformFromString {CGAffineTransform}@
356 F UIEdgeInsetsFromString {UIEdgeInsets=ffff}@
357 F NSStringFromCGPoint @{CGPoint}
358 F NSStringFromCGRect @{CGRect}
359 F NSStringFromCGSize @{CGSize}
360 F NSStringFromCGAffineTransform @{CGAffineTransform}
361 F NSStringFromUIEdgeInsets @{UIEdgeInsets=ffff}
362
363 F UIEdgeInsetsMake {UIEdgeInsets=ffff}ffff
364 F UIEdgeInsetsEqualToEdgeInsets B{UIEdgeInsets=ffff}{UIEdgeInsets=ffff}
365 F UIEdgeInsetsInsetRect {CGRect}{CGRect}{UIEdgeInsets=ffff}
366
367 # XXX: UIInterfaceOrientationIsPortrait
368 # XXX: UIInterfaceOrientationIsLandscape
369
370 # XXX: UIDeviceOrientationIsValidInterfaceOrientation
371 # XXX: UIDeviceOrientationIsPortrait
372 # XXX: UIDeviceOrientationIsLandscape
373
374 F UIAccessibilityPostNotification vI@
375
376 # Miscellaneous
377
378 F UIGetScreenImage @
379
380 V UIAbbreviatedMonthDayFormat @
381 V UIAbbreviatedWeekdayDateFormat @
382 V UIAbbreviatedWeekdayFormat @
383 V UIAbbreviatedWeekdayMonthDayFormat @
384 V UIAbbreviatedWeekdayMonthDayMinutelessFormat @
385 V UIAbbreviatedWeekdayMonthDayTimeFormat @
386 V UIDatePickerDayFormat @
387 V UIDatePickerMonthFormat @
388 V UIDatePickerYearFormat @
389 V UIHourFormat @
390 V UIMinutelessTimeFormat @
391 V UIMonthYearFormat @
392 V UINoAMPMTimeFormat @
393 V UIShortMonthDayFormat @
394 V UIWeekdayAbbreviatedDateFormat @
395 V UIWeekdayAbbreviatedNoYearDateFormat @
396 V UIWeekdayFormat @
397 V UIWeekdayNoYearDateFormat @
398
399 F UIDateFormatStringForFormatType @@
400
401 F UIApplicationUseLegacyEvents vB
402
403 F UIKeyboardDisableAutomaticAppearance v
404 F UIKeyboardEnableAutomaticAppearance v
405 F UIKeyboardInputModeUsesKBStar B@
406
407 F _UIImageWithName @@
408
409 F UIFormattedPhoneNumberFromString @@
410 F UIUnformattedPhoneNumberFromString @@
411
412 V UIApp @
413
414 V kUIButtonBarButtonAction @
415 V kUIButtonBarButtonInfo @
416 V kUIButtonBarButtonInfoOffset @
417 V kUIButtonBarButtonSelectedInfo @
418 V kUIButtonBarButtonSizeToFit @
419 V kUIButtonBarButtonStyle @
420 V kUIButtonBarButtonTag @
421 V kUIButtonBarButtonTarget @
422 V kUIButtonBarButtonTitle @
423 V kUIButtonBarButtonTitleVerticalHeight @
424 V kUIButtonBarButtonTitleWidth @
425 V kUIButtonBarButtonType @
426
427 V UIKeyboardRequiresInternationalKey @
428
429 V UIKeyboardCandidateCorrectionDidChangeNotification @
430 V UIKeyboardCurrentInputModeDidChangeNotification @
431 V UIKeyboardDefaultsDidChangeNotification @
432 V UIKeyboardDidHideNotification @
433 V UIKeyboardDidShowNotification @
434 V UIKeyboardEmptyDelegateNotification @
435 V UIKeyboardWillHideNotification @
436 V UIKeyboardWillShowNotification @
437
438 V UIWebViewDidReceiveMessageNotification @
439 V UIWebViewDidClearMessagesNotification @
440 V UIWebViewGrowsAndShrinksToFitHeight f
441 V UIWebViewGrowsAndShrinksToFitWidth f
442 V UIWebViewScalesToFitScale f
443
444 f AddressBook
445
446 # Private
447
448 F CPPhoneNumberCopyNetworkCountryCode @
449 F ABCGetSharedAddressBook @
450 F ABCFindPersonMatchingPhoneNumberWithCountry @@@@^i^i
451 F ABCRecordCopyCompositeName @@
452 F ABCFindPersonMatchingPhoneNumber @@@^i^i
453 F ABCCopyLocalizedPropertyOrLabel @i
454
455 # Public
456
457 F ABAddressBookAddRecord B@@^@
458 F ABAddressBookCopyArrayOfAllGroups @@
459 F ABAddressBookCopyArrayOfAllPeople @@
460 F ABAddressBookCopyLocalizedLabel @@
461 F ABAddressBookCreate @
462 F ABAddressBookGetGroupCount l@
463 F ABAddressBookGetPersonCount l@
464 F ABAddressBookHasUnsavedChanges B@
465 F ABAddressBookRegisterExternalChangeCallback v@^?^v
466 F ABAddressBookRemoveRecord B@@^@
467 F ABAddressBookRevert v@
468 F ABAddressBookSave B@^@
469 F ABAddressBookUnregisterExternalChangeCallback v@^?^v
470
471 V ABAddressBookErrorDomain @
472 C kABOperationNotPermittedByStoreError 0
473
474 F ABMultiValueCopyArrayOfAllValues @@
475 F ABMultiValueCopyLabelAtIndex @@l
476 F ABMultiValueCopyValueAtIndex @@l
477 F ABMultiValueGetCount l@
478 F ABMultiValueGetFirstIndexOfValue l@@
479 F ABMultiValueGetIdentifierAtIndex i@l
480 F ABMultiValueGetIndexForIdentifier l@i
481 F ABMultiValueGetPropertyType S@
482
483 C kABMultiValueInvalidIdentifier -1
484
485 F ABMultiValueAddValueAndLabel @@@^i
486 F ABMultiValueCreateMutable @S
487 F ABMultiValueCreateMutableCopy @@
488 F ABMultiValueInsertValueAndLabelAtIndex B@@@l^i
489 F ABMultiValueRemoveValueAndLabelAtIndex B@l
490 F ABMultiValueReplaceLabelAtIndex B@@l
491 F ABMultiValueReplaceValueAtIndex B@@l
492
493 F ABRecordCopyCompositeName @@
494 F ABRecordCopyValue @@i
495 F ABRecordGetRecordID i@
496 F ABRecordGetRecordType I@
497 F ABRecordRemoveValue B@i^@
498 F ABRecordSetValue B@i@^@
499
500 C kABPersonType 0
501 C kABGroupType 1
502
503 # this was (1<<8)
504 C kABMultiValueMask 0x100
505
506 C kABInvalidPropertyType 0x0
507 C kABStringPropertyType 0x1
508 C kABIntegerPropertyType 0x2
509 C kABRealPropertyType 0x3
510 C kABDateTimePropertyType 0x4
511 C kABDictionaryPropertyType 0x5
512 C kABMultiStringPropertyType 0x101
513 C kABMultiIntegerPropertyType 0x102
514 C kABMultiRealPropertyType 0x103
515 C kABMultiDateTimePropertyType 0x104
516 C kABMultiDictionaryPropertyType 0x105
517
518 C kABRecordInvalidID -1
519 C kABPropertyInvalidID -1
520
521 F ABAddressBookGetGroupWithRecordID @@i
522 F ABGroupAddMember B@@^@
523 F ABGroupCopyArrayOfAllMembers @@
524 F ABGroupCopyArrayOfAllMembersWithSortOrdering @@I
525 F ABGroupCreate @
526 F ABGroupRemoveMember B@@^@
527
528 V kABGroupNameProperty i
529
530 F ABAddressBookCopyPeopleWithName @@@
531 F ABAddressBookGetPersonWithRecordID @@i
532 F ABPersonComparePeopleByName i@@I
533 F ABPersonCopyImageData @@
534 F ABPersonCopyLocalizedPropertyName @i
535 F ABPersonCreate @
536 F ABPersonGetCompositeNameFormat I
537 F ABPersonGetSortOrdering I
538 F ABPersonGetTypeOfProperty SI
539 F ABPersonHasImageData B@
540 F ABPersonRemoveImageData B@^@
541 F ABPersonSetImageData B@@^@
542
543 C kABPersonSortByFirstName 0
544 C kABPersonSortByLastName 1
545
546 C kABPersonCompositeNameFormatFirstNameFirst 0
547 C kABPersonCompositeNameFormatLastNameFirst 1
548
549 V kABPersonFirstNameProperty i
550 V kABPersonLastNameProperty i
551 V kABPersonMiddleNameProperty i
552 V kABPersonPrefixProperty i
553 V kABPersonSuffixProperty i
554 V kABPersonNicknameProperty i
555 V kABPersonFirstNamePhoneticProperty i
556 V kABPersonLastNamePhoneticProperty i
557 V kABPersonMiddleNamePhoneticProperty i
558 V kABPersonOrganizationProperty i
559 V kABPersonJobTitleProperty i
560 V kABPersonDepartmentProperty i
561 V kABPersonEmailProperty i
562 V kABPersonBirthdayProperty i
563 V kABPersonNoteProperty i
564 V kABPersonCreationDateProperty i
565 V kABPersonModificationDateProperty i
566
567 V kABPersonAddressProperty i
568 V kABPersonAddressStreetKey @
569 V kABPersonAddressCityKey @
570 V kABPersonAddressStateKey @
571 V kABPersonAddressZIPKey @
572 V kABPersonAddressCountryKey @
573 V kABPersonAddressCountryCodeKey @
574
575 V kABPersonDateProperty i
576 V kABPersonAnniversaryLabel @
577
578 V kABPersonKindProperty i
579 V kABPersonKindPerson @
580 V kABPersonKindOrganization @
581
582 V kABPersonPhoneProperty i
583 V kABPersonPhoneMobileLabel @
584 V kABPersonPhoneIPhoneLabel @
585 V kABPersonPhoneMainLabel @
586 V kABPersonPhoneHomeFAXLabel @
587 V kABPersonPhoneWorkFAXLabel @
588 V kABPersonPhonePagerLabel @
589
590 V kABPersonInstantMessageProperty i
591 V kABPersonInstantMessageServiceKey @
592 V kABPersonInstantMessageServiceYahoo @
593 V kABPersonInstantMessageServiceJabber @
594 V kABPersonInstantMessageServiceMSN @
595 V kABPersonInstantMessageServiceICQ @
596 V kABPersonInstantMessageServiceAIM @
597 V kABPersonInstantMessageUsernameKey @
598
599 V kABPersonURLProperty i
600 V kABPersonHomePageLabel @
601
602 V kABPersonRelatedNamesProperty i
603 V kABPersonMotherLabel @
604 V kABPersonFatherLabel @
605 V kABPersonParentLabel @
606 V kABPersonSisterLabel @
607 V kABPersonBrotherLabel @
608 V kABPersonChildLabel @
609 V kABPersonFriendLabel @
610 V kABPersonSpouseLabel @
611 V kABPersonPartnerLabel @
612 V kABPersonManagerLabel @
613 V kABPersonAssistantLabel @
614
615 V kABWorkLabel @
616 V kABHomeLabel @
617 V kABOtherLabel @
618
619 f Calendar
620
621 F CalDatabaseCopyEventOccurrencesInDateRange {CFArrayRef}^{CalDatabase}^{CalFilter}{CFGregorianDate}{CFGregorianDate}{CFTimeZoneRef}
622 F CalFilterCreateWithDatabase ^{CalFilter}^{CalDatabase}
623
624 F CalEventOccurrenceGetEvent @@
625 F CalEventCopySummary @@
626 F CalEventIsAllDay B@
627 F CalEventOccurrenceGetDate I@
628
629 f CoreAnimation
630
631 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}
632
633 F CACurrentMediaTime {CFTimeInterval}
634
635 F CATransform3DIsIdentity B{CATransform3D}
636 F CATransform3DEqualToTransform B{CATransform3D}{CATransform3D}
637 F CATransform3DMakeTranslation {CATransform3D}{CGFloat}{CGFloat}{CGFloat}
638 F CATransform3DMakeScale {CATransform3D}{CGFloat}{CGFloat}{CGFloat}
639 F CATransform3DMakeRotation {CATransform3D}{CGFloat}{CGFloat}{CGFloat}{CGFloat}
640 F CATransform3DTranslate {CATransform3D}{CATransform3D}{CGFloat}{CGFloat}{CGFloat}
641 F CATransform3DScale {CATransform3D}{CATransform3D}{CGFloat}{CGFloat}{CGFloat}
642 F CATransform3DRotate {CATransform3D}{CATransform3D}{CGFloat}{CGFloat}{CGFloat}{CGFloat}
643 F CATransform3DConcat {CATransform3D}{CATransform3D}{CATransform3D}
644 F CATransform3DInvert {CATransform3D}{CATransform3D}
645 F CATransform3DMakeAffineTransform {CATransform3D}{CGAffineTransform}
646 F CATransform3DIsAffine B{CATransform3D}
647 F CATransform3DGetAffineTransform {CGAffineTransform}{CATransform3D}
648
649 f CoreData
650
651 C NSUndefinedAttributeType 0
652 C NSInteger16AttributeType 100
653 C NSInteger32AttributeType 200
654 C NSInteger64AttributeType 300
655 C NSDecimalAttributeType 400
656 C NSDoubleAttributeType 500
657 C NSFloatAttributeType 600
658 C NSStringAttributeType 700
659 C NSBooleanAttributeType 800
660 C NSDateAttributeType 900
661 C NSBinaryDataAttributeType 1000
662 C NSTransformableAttributeType 1800
663 C NSObjectIDAttributeType 2000
664
665 C NSUndefinedEntityMappingType 0x00
666 C NSCustomEntityMappingType 0x01
667 C NSAddEntityMappingType 0x02
668 C NSRemoveEntityMappingType 0x03
669 C NSCopyEntityMappingType 0x04
670 C NSTransformEntityMappingType 0x05
671
672 V NSMigrationManagerKey @
673 V NSMigrationSourceObjectKey @
674 V NSMigrationDestinationObjectKey @
675 V NSMigrationEntityMappingKey @
676 V NSMigrationPropertyMappingKey @
677 V NSMigrationEntityPolicyKey @
678
679 C NSManagedObjectResultType 0x00
680 C NSManagedObjectIDResultType 0x01
681 C NSDictionaryResultType 0x02
682
683 C NSFetchRequestExpressionType 50
684
685 C NSSnapshotEventUndoInsertion 1<<1
686 C NSSnapshotEventUndoDeletion 1<<2
687 C NSSnapshotEventUndoUpdate 1<<3
688 C NSSnapshotEventRollback 1<<4
689 C NSSnapshotEventRefresh 1<<5
690 C NSSnapshotEventMergePolicy 1<<6
691
692 V NSInsertedObjectsKey @
693 V NSUpdatedObjectsKey @
694 V NSDeletedObjectsKey @
695 V NSRefreshedObjectsKey @
696 V NSInvalidatedObjectsKey @
697 V NSInvalidatedAllObjectsKey @
698
699 V NSErrorMergePolicy @
700 V NSMergeByPropertyStoreTrumpMergePolicy @
701 V NSMergeByPropertyObjectTrumpMergePolicy @
702 V NSOverwriteMergePolicy @
703 V NSRollbackMergePolicy @
704
705 V NSSQLiteStoreType @
706 V NSBinaryStoreType @
707 V NSInMemoryStoreType @
708
709 V NSStoreTypeKey @
710 V NSStoreUUIDKey @
711
712 V NSAddedPersistentStoresKey @
713 V NSRemovedPersistentStoresKey @
714 V NSUUIDChangedPersistentStoresKey @
715
716 V NSReadOnlyPersistentStoreOption @
717 V NSPersistentStoreTimeoutOption @
718 V NSSQLitePragmasOption @
719 V NSSQLiteAnalyzeOption @
720 V NSSQLiteManualVacuumOption @
721
722 V NSIgnorePersistentStoreVersioningOption @
723 V NSMigratePersistentStoresAutomaticallyOption @
724 V NSInferMappingModelAutomaticallyOption @
725
726 V NSStoreModelVersionHashesKey @
727 V NSStoreModelVersionIdentifiersKey @
728 V NSPersistentStoreOSCompatibility @
729
730 C NSNoActionDeleteRule 0
731 C NSNullifyDeleteRule 1
732 C NSCascadeDeleteRule 2
733 C NSDenyDeleteRule 3
734
735 C NSFetchedResultsChangeInsert 1
736 C NSFetchedResultsChangeDelete 2
737 C NSFetchedResultsChangeMove 3
738 C NSFetchedResultsChangeUpdate 4
739
740 V NSDetailedErrorsKey @
741 V NSValidationObjectErrorKey @
742 V NSValidationKeyErrorKey @
743 V NSValidationPredicateErrorKey @
744 V NSValidationValueErrorKey @
745 V NSAffectedStoresErrorKey @
746 V NSAffectedObjectsErrorKey @
747
748 V NSSQLiteErrorDomain @
749
750 C NSManagedObjectValidationError 1550
751 C NSValidationMultipleErrorsError 1560
752 C NSValidationMissingMandatoryPropertyError 1570
753 C NSValidationRelationshipLacksMinimumCountError 1580
754 C NSValidationRelationshipExceedsMaximumCountError 1590
755 C NSValidationRelationshipDeniedDeleteError 1600
756 C NSValidationNumberTooLargeError 1610
757 C NSValidationNumberTooSmallError 1620
758 C NSValidationDateTooLateError 1630
759 C NSValidationDateTooSoonError 1640
760 C NSValidationInvalidDateError 1650
761 C NSValidationStringTooLongError 1660
762 C NSValidationStringTooShortError 1670
763 C NSValidationStringPatternMatchingError 1680
764
765 C NSManagedObjectContextLockingError 132000
766 C NSPersistentStoreCoordinatorLockingError 132010
767 C NSManagedObjectReferentialIntegrityError 133000
768 C NSManagedObjectExternalRelationshipError 133010
769 C NSManagedObjectMergeError 133020
770
771 C NSPersistentStoreInvalidTypeError 134000
772 C NSPersistentStoreTypeMismatchError 134010
773 C NSPersistentStoreIncompatibleSchemaError 134020
774 C NSPersistentStoreSaveError 134030
775 C NSPersistentStoreIncompleteSaveError 134040
776 C NSPersistentStoreOperationError 134070
777 C NSPersistentStoreOpenError 134080
778 C NSPersistentStoreTimeoutError 134090
779 C NSPersistentStoreIncompatibleVersionHashError 134100
780
781 C NSMigrationError 134110
782 C NSMigrationCancelledError 134120
783 C NSMigrationMissingSourceModelError 134130
784 C NSMigrationMissingMappingModelError 134140
785 C NSMigrationManagerSourceStoreError 134150
786 C NSMigrationManagerDestinationStoreError 134160
787 C NSEntityMigrationPolicyError 134170
788 C NSInferredMappingModelError 134190
789 C NSExternalRecordImportError 134200
790
791 C NSCoreDataError 134060
792 C NSSQLiteError 134180
793
794 V NSCoreDataVersionNumber d
795
796 C NSCoreDataVersionNumber10_4 46.0
797 C NSCoreDataVersionNumber10_4_3 77.0
798 C NSCoreDataVersionNumber10_5 185.0
799 C NSCoreDataVersionNumber10_5_3 186.0
800
801 f CoreFoundation
802
803 # Base Utilities
804
805 F CFRangeMake {CFRange}{CFIndex}{CFIndex}
806
807 # Time Utilities
808
809 F CFAbsoluteTimeAddGregorianUnits {CFAbsoluteTime}{CFAbsoluteTime}{CFTimeZoneRef}{CFGregorianUnits}
810 F CFAbsoluteTimeGetCurrent {CFAbsoluteTime}
811 F CFAbsoluteTimeGetDayOfWeek {SInt32}{CFAbsoluteTime}{CFTimeZoneRef}
812 F CFAbsoluteTimeGetDayOfYear {SInt32}{CFAbsoluteTime}{CFTimeZoneRef}
813 F CFAbsoluteTimeGetDifferenceAsGregorianUnits {CFGregorianUnits}{CFAbsoluteTime}{CFAbsoluteTime}{CFTimeZoneRef}{CFOptionFlags}
814 F CFAbsoluteTimeGetGregorianDate {CFGregorianDate}{CFAbsoluteTime}{CFTimeZoneRef}
815 F CFAbsoluteTimeGetWeekOfYear {SInt32}{CFAbsoluteTime}{CFTimeZoneRef}
816 F CFGregorianDateGetAbsoluteTime {CFAbsoluteTime}{CFGregorianDate}{CFTimeZoneRef}
817 F CFGregorianDateIsValid {Boolean}{CFGregorianDate}{CFOptionFlags}
818
819 T CFAbsoluteTime {CFTimeInterval}
820 S CFGregorianDate "year"{SInt32}"month"{SInt8}"day"{SInt8}"hour"{SInt8}"minute"{SInt8}"second"{double}
821 S CFGregorianUnits "years"{SInt32}"months"{SInt32}"days"{SInt32}"hours"{SInt32}"minutes"{SInt32}"second"{double}
822 T CFTimeInterval {double}
823
824 C kCFGregorianUnitsYears 1<<0
825 C kCFGregorianUnitsMonths 1<<1
826 C kCFGregorianUnitsDays 1<<2
827 C kCFGregorianUnitsHours 1<<3
828 C kCFGregorianUnitsMinutes 1<<4
829 C kCFGregorianUnitsSeconds 1<<5
830 C kCFGregorianAllUnits 0x00FFFFFF
831
832 V kCFAbsoluteTimeIntervalSince1970 {CFTimeInterval}
833 V kCFAbsoluteTimeIntervalSince1904 {CFTimeInterval}
834
835 # CFComparatorFunction
836
837 T CFIndex l
838 T CFOptionFlags {UInt32}
839 S CFRange "location"{CFIndex}"length"{CFIndex}
840
841 E CFComparisonResult
842 C kCFCompareLessThan -1
843 C kCFCompareEqualTo 0
844 C kCFCompareGreaterThan 1
845 # CFComparisonResult CFComparisonResult
846
847 C kCFNotFound -1
848
849 V kCFCoreFoundationVersionNumber d
850
851 C kCFCoreFoundationVersionNumber10_0 196.40
852 C kCFCoreFoundationVersionNumber10_0_3 196.50
853 C kCFCoreFoundationVersionNumber10_1 226.00
854 C kCFCoreFoundationVersionNumber10_1_1 226.00
855 C kCFCoreFoundationVersionNumber10_1_2 227.20
856 C kCFCoreFoundationVersionNumber10_1_3 227.20
857 C kCFCoreFoundationVersionNumber10_1_4 227.30
858 C kCFCoreFoundationVersionNumber10_2 263.00
859 C kCFCoreFoundationVersionNumber10_2_1 263.10
860 C kCFCoreFoundationVersionNumber10_2_2 263.10
861 C kCFCoreFoundationVersionNumber10_2_3 263.30
862 C kCFCoreFoundationVersionNumber10_2_4 263.30
863 C kCFCoreFoundationVersionNumber10_2_5 263.50
864 C kCFCoreFoundationVersionNumber10_2_6 263.50
865 C kCFCoreFoundationVersionNumber10_2_7 263.50
866 C kCFCoreFoundationVersionNumber10_2_8 263.50
867 C kCFCoreFoundationVersionNumber10_3 299.00
868 C kCFCoreFoundationVersionNumber10_3_1 299.00
869 C kCFCoreFoundationVersionNumber10_3_2 299.00
870 C kCFCoreFoundationVersionNumber10_3_3 299.30
871 C kCFCoreFoundationVersionNumber10_3_4 299.31
872 C kCFCoreFoundationVersionNumber10_3_5 299.31
873 C kCFCoreFoundationVersionNumber10_3_6 299.32
874 C kCFCoreFoundationVersionNumber10_3_7 299.33
875 C kCFCoreFoundationVersionNumber10_3_8 299.33
876 C kCFCoreFoundationVersionNumber10_3_9 299.35
877 C kCFCoreFoundationVersionNumber10_4 368.00
878 C kCFCoreFoundationVersionNumber10_4_1 368.10
879 C kCFCoreFoundationVersionNumber10_4_2 368.11
880 C kCFCoreFoundationVersionNumber10_4_3 368.18
881 C kCFCoreFoundationVersionNumber10_4_4_Intel 368.26
882 C kCFCoreFoundationVersionNumber10_4_4_PowerPC 368.25
883 C kCFCoreFoundationVersionNumber10_4_5_Intel 368.26
884 C kCFCoreFoundationVersionNumber10_4_5_PowerPC 368.25
885 C kCFCoreFoundationVersionNumber10_4_6_Intel 368.26
886 C kCFCoreFoundationVersionNumber10_4_6_PowerPC 368.25
887 C kCFCoreFoundationVersionNumber10_4_7 368.27
888 C kCFCoreFoundationVersionNumber10_4_8 368.27
889 C kCFCoreFoundationVersionNumber10_4_9 368.28
890 C kCFCoreFoundationVersionNumber10_4_10 368.28
891 C kCFCoreFoundationVersionNumber10_4_11 368.31
892 C kCFCoreFoundationVersionNumber10_5 476.00
893 C kCFCoreFoundationVersionNumber10_5_1 476.00
894 C kCFCoreFoundationVersionNumber10_5_2 476.10
895 C kCFCoreFoundationVersionNumber10_5_3 476.13
896 C kCFCoreFoundationVersionNumber10_5_4 476.14
897 C kCFCoreFoundationVersionNumber10_5_5 476.15
898 C kCFCoreFoundationVersionNumber10_5_6 476.17
899
900 # CFAllocator
901
902 F CFAllocatorCreate {CFAllocatorRef}{CFAllocatorRef}{CFAllocatorContext}
903
904 F CFAllocatorAllocate ^v{CFAllocatorRef}{CFIndex}{CFOptionFlags}
905 F CFAllocatorDeallocate v{CFAllocatorRef}^v
906 F CFAllocatorGetPreferredSizeForSize {CFIndex}{CFAllocatorRef}{CFIndex}{CFOptionFlags}
907 F CFAllocatorReallocate ^v{CFAllocatorRef}^v{CFIndex}{CFOptionFlags}
908
909 F CFAllocatorGetDefault {CFAllocatorRef}
910 f CFAllocatorSetDefault v{CFAllocatorRef}
911
912 F CFAllocatorGetContext v{CFAllocatorRef}^{CFAllocatorContext}
913
914 F CFAllocatorGetTypeID {CFTypeID}
915
916 # CFAllocatorAllocateCallBack
917 # CFAllocatorCopyDescriptionCallBack
918 # CFAllocatorDeallocateCallBack
919 # CFAllocatorPreferredSizeCallBack
920 # CFAllocatorReallocateCallBack
921 # CFAllocatorReleaseCallBack
922 # CFAllocatorRetainCallBack
923
924 S CFAllocatorContext "version"{CFIndex}"info"^v"retain"{CFAllocatorRetainCallBack}"release"{CFAllocatorReleaseCallBack}"copyDescription"{CFAllocatorCopyDescriptionCallBack}"allocate"{CFAllocatorAllocateCallBack}"reallocate"{CFAllocatorReallocateCallBack}"deallocate"{CFAllocatorDeallocateCallBack}"preferredSize"{CFAllocatorPreferredSizeCallBack}
925 # CFAllocatorContext CFAllocatorContext
926
927 T CFAllocatorRef @
928 # CFAllocatorRef ^r{__CFAllocator}
929
930 V kCFAllocatorDefault {CFAllocatorRef}
931 V kCFAllocatorSystemDefault {CFAllocatorRef}
932 V kCFAllocatorMalloc {CFAllocatorRef}
933 V kCFAllocatorMallocZone {CFAllocatorRef}
934 V kCFAllocatorNull {CFAllocatorRef}
935 V kCFAllocatorUseContext {CFAllocatorRef}
936
937 # CFByteOrderUtils
938
939 E __CFByteOrder
940 C CFByteOrderUnknown 0
941 C CFByteOrderLittleEndian 1
942 C CFByteOrderBigEndian 2
943 T CFByteOrder __CFByteOrder
944
945 # CFArray
946
947 T CFArrayRef @
948
949 # CFData
950
951 F CFDataCreate {CFDataRef}{CFAllocatorRef}^r{UInt8}{CFIndex}
952 F CFDataCreateCopy {CFDataRef}{CFAllocatorRef}{CFDataRef}
953 F CFDataCreateWithBytesNoCopy {CFDataRef}{CFAllocatorRef}^r{UInt8}{CFIndex}{CFAllocatorRef}
954
955 F CFDataGetBytePtr ^r{UInt8}{CFDataRef}
956 F CFDataGetBytes v{CFDataRef}{CFRange}^{UInt8}
957 F CFDataGetLength {CFIndex}{CFDataRef}
958
959 F CFDataGetTypeID {CFTypeID}
960
961 T CFDataRef @
962 # CFDataRef ^r{__CFData}
963
964 # CFDate
965
966 F CFDateCompare {CFComparisonResult}{CFDateRef}{CFDateRef}^v
967 F CFDateCreate {CFDateRef}{CFAllocatorRef}{CFAbsoluteTime}
968 F CFDateGetAbsoluteTime {CFAbsoluteTime}{CFDateRef}
969 F CFDateGetTimeIntervalSinceDate {CFTimeInterval}{CFDateRef}{CFDateRef}
970 F CFDateGetTypeID {CFTypeID}
971
972 T CFDateRef @
973 # CFDateRef ^r{__CFDate}
974
975 # CFDateFormatter
976
977 F CFDateFormatterCreate {CFDateFormatterRef}{CFAllocatorRef}{CFLocaleRef}{CFDateFormatterStyle}{CFDateFormatterStyle}
978
979 F CFDateFormatterSetFormat v{CFDateFormatterRef}{CFStringRef}
980 F CFDateFormatterSetProperty v{CFDateFormatterRef}{CFStringRef}{CFTypeRef}
981
982 F CFDateFormatterCreateDateFromString {CFDateRef}{CFAllocatorRef}{CFDateFormatterRef}{CFStringRef}^{CFRange}
983 F CFDateFormatterGetAbsoluteTimeFromString {Boolean}{CFDateFormatterRef}{CFStringRef}^{CFRange}^{CFAbsoluteTime}
984
985 F CFDateFormatterCreateStringWithAbsoluteTime {CFStringRef}{CFAllocatorRef}{CFDateFormatterRef}{CFAbsoluteTime}
986 F CFDateFormatterCreateStringWithDate {CFStringRef}{CFAllocatorRef}{CFDateFormatterRef}{CFDateRef}
987 F CFDateFormatterCreateDateFormatFromTemplate {CFStringRef}{CFAllocatorRef}{CFStringRef}{CFOptionFlags}{CFLocaleRef}
988
989 F CFDateFormatterCopyProperty {CFTypeRef}{CFDateFormatterRef}{CFStringRef}
990 F CFDateFormatterGetDateStyle {CFDateFormatterStyle}{CFDateFormatterRef}
991 F CFDateFormatterGetFormat {CFStringRef}{CFDateFormatterRef}
992 F CFDateFormatterGetLocale {CFLocaleRef}{CFDateFormatterRef}
993 F CFDateFormatterGetTimeStyle {CFDateFormatterStyle}{CFDateFormatterRef}
994
995 F CFDateFormatterGetTypeID {CFTypeID}
996
997 T CFDateFormatterRef @
998 # CFDateFormatterRef ^r{__CFDateFormatter}
999
1000 T CFDateFormatterStyle {CFIndex}
1001
1002 C kCFDateFormatterNoStyle 0
1003 C kCFDateFormatterShortStyle 1
1004 C kCFDateFormatterMediumStyle 2
1005 C kCFDateFormatterLongStyle 3
1006 C kCFDateFormatterFullStyle 4
1007
1008 V kCFDateFormatterIsLenient @
1009 V kCFDateFormatterTimeZone @
1010 V kCFDateFormatterCalendarName @
1011 V kCFDateFormatterDefaultFormat @
1012
1013 V kCFDateFormatterTwoDigitStartDate @
1014 V kCFDateFormatterDefaultDate @
1015 V kCFDateFormatterCalendar @
1016 V kCFDateFormatterEraSymbols @
1017 V kCFDateFormatterMonthSymbols @
1018 V kCFDateFormatterShortMonthSymbols @
1019 V kCFDateFormatterWeekdaySymbols @
1020 V kCFDateFormatterShortWeekdaySymbols @
1021 V kCFDateFormatterAMSymbol @
1022 V kCFDateFormatterPMSymbol @
1023
1024 V kCFDateFormatterLongEraSymbols @
1025 V kCFDateFormatterVeryShortMonthSymbols @
1026 V kCFDateFormatterStandaloneMonthSymbols @
1027 V kCFDateFormatterShortStandaloneMonthSymbols @
1028 V kCFDateFormatterVeryShortStandaloneMonthSymbols @
1029 V kCFDateFormatterVeryShortWeekdaySymbols @
1030 V kCFDateFormatterStandaloneWeekdaySymbols @
1031 V kCFDateFormatterShortStandaloneWeekdaySymbols @
1032 V kCFDateFormatterVeryShortStandaloneWeekdaySymbols @
1033 V kCFDateFormatterQuarterSymbols @
1034 V kCFDateFormatterShortQuarterSymbols @
1035 V kCFDateFormatterStandaloneQuarterSymbols @
1036 V kCFDateFormatterShortStandaloneQuarterSymbols @
1037 V kCFDateFormatterGregorianStartDate @
1038
1039 V CFGregorianCalendar @
1040
1041 # CFLocale
1042
1043 F CFLocaleCopyCurrent {CFLocaleRef}
1044 F CFLocaleCreate {CFLocaleRef}{CFAllocatorRef}{CFStringRef}
1045 F CFLocaleCreateCopy {CFLocaleRef}{CFAllocatorRef}{CFLocaleRef}
1046 F CFLocaleGetSystem {CFLocaleRef}
1047
1048 F CFLocaleCopyAvailableLocaleIdentifiers {CFArrayRef}
1049
1050 F CFLocaleCopyISOCountryCodes {CFArrayRef}
1051 F CFLocaleCopyISOLanguageCodes {CFArrayRef}
1052 F CFLocaleCopyISOCurrencyCodes {CFArrayRef}
1053 F CFLocaleCopyCommonISOCurrencyCodes {CFArrayRef}
1054
1055 F CFLocaleCopyPreferredLanguages {CFArrayRef}
1056
1057 F CFLocaleCopyDisplayNameForPropertyValue {CFStringRef}{CFLocaleRef}{CFStringRef}{CFStringRef}
1058 F CFLocaleGetValue {CFTypeRef}{CFLocaleRef}{CFStringRef}
1059 F CFLocaleGetIdentifier {CFStringRef}{CFLocaleRef}
1060
1061 F CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodes {CFStringRef}{CFAllocatorRef}{LangCode}{RegionCode}
1062 F CFLocaleCreateCanonicalLanguageIdentifierFromString {CFStringRef}{CFAllocatorRef}{CFStringRef}
1063 F CFLocaleCreateCanonicalLocaleIdentifierFromString {CFStringRef}{CFAllocatorRef}{CFStringRef}
1064 F CFLocaleCreateComponentsFromLocaleIdentifier {CFDictionaryRef}{CFAllocatorRef}{CFStringRef}
1065 F CFLocaleCreateLocaleIdentifierFromComponents {CFStringRef}{CFAllocatorRef}{CFDictionaryRef}
1066
1067 F CFLocaleGetTypeID {CFTypeID}
1068
1069 F CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode {CFStringRef}{CFAllocatorRef}{uint32_t}
1070 F CFLocaleGetLanguageCharacterDirection {CFLocaleLanguageDirection}{CFStringRef}
1071 F CFLocaleGetLanguageLineDirection {CFLocaleLanguageDirection}{CFStringRef}
1072 F CFLocaleGetWindowsLocaleCodeFromLocaleIdentifier {uint32_t}{CFStringRef}
1073
1074 T CFLocaleRef @
1075 # CFLocaleRef ^r{__CFLocale}
1076
1077 C kCFLocaleLanguageDirectionUnknown 0
1078 C kCFLocaleLanguageDirectionLeftToRight 1
1079 C kCFLocaleLanguageDirectionRightToLeft 2
1080 C kCFLocaleLanguageDirectionTopToBottom 3
1081 C kCFLocaleLanguageDirectionBottomToTop 4
1082
1083 T CFLocaleLanguageDirection {CFIndex}
1084
1085 V kCFLocaleMeasurementSystem @
1086 V kCFLocaleDecimalSeparator @
1087 V kCFLocaleGroupingSeparator @
1088 V kCFLocaleCurrencySymbol @
1089 V kCFLocaleCurrencyCode @
1090
1091 V kCFLocaleIdentifier @
1092 V kCFLocaleLanguageCode @
1093 V kCFLocaleCountryCode @
1094 V kCFLocaleScriptCode @
1095 V kCFLocaleVariantCode @
1096 V kCFLocaleExemplarCharacterSet @
1097 V kCFLocaleCalendarIdentifier @
1098 V kCFLocaleCalendar @
1099 V kCFLocaleCollationIdentifier @
1100 V kCFLocaleUsesMetricSystem @
1101
1102 V kCFGregorianCalendar @
1103 V kCFBuddhistCalendar @
1104 V kCFChineseCalendar @
1105 V kCFHebrewCalendar @
1106 V kCFIslamicCalendar @
1107 V kCFIslamicCivilCalendar @
1108 V kCFJapaneseCalendar @
1109 V kCFRepublicOfChinaCalendar @
1110 V kCFPersianCalendar @
1111 V kCFIndianCalendar @
1112 V kCFISO8601Calendar @
1113
1114 V kCFLocaleCurrentLocaleDidChangeNotificatio @
1115
1116 # CFRunLoop
1117
1118 F CFRunLoopGetCurrent {CFRunLoopRef}
1119 F CFRunLoopGetMain {CFRunLoopRef}
1120
1121 F CFRunLoopRun v
1122 F CFRunLoopRunInMode {SInt32}{CFStringRef}{CFTimeInterval}{Boolean}
1123 F CFRunLoopWakeUp v{CFRunLoopRef}
1124 F CFRunLoopStop v{CFRunLoopRef}
1125 F CFRunLoopIsWaiting {Boolean}{CFRunLoopRef}
1126
1127 F CFRunLoopAddSource v{CFRunLoopRef}{CFRunLoopSourceRef}{CFStringRef}
1128 F CFRunLoopContainsSource {Boolean}{CFRunLoopRef}{CFRunLoopSourceRef}{CFStringRef}
1129 F CFRunLoopRemoveSource v{CFRunLoopRef}{CFRunLoopSourceRef}{CFStringRef}
1130
1131 F CFRunLoopAddObserver v{CFRunLoopRef}{CFRunLoopObserverRef}{CFStringRef}
1132 F CFRunLoopContainsObserver {Boolean}{CFRunLoopRef}{CFRunLoopObserverRef}{CFStringRef}
1133 F CFRunLoopRemoveObserver v{CFRunLoopRef}{CFRunLoopObserverRef}{CFStringRef}
1134
1135 F CFRunLoopAddCommonMode v{CFRunLoopRef}{CFStringRef}
1136 F CFRunLoopCopyAllModes {CFArrayRef}{CFRunLoopRef}
1137 F CFRunLoopCopyCurrentMode {CFStringRef}{CFRunLoopRef}
1138
1139 F CFRunLoopAddTimer v{CFRunLoopRef}{CFRunLoopTimerRef}{CFStringRef}
1140 F CFRunLoopGetNextTimerFireDate {CFAbsoluteTime}{CFRunLoopRef}{CFStringRef}
1141 F CFRunLoopRemoveTimer v{CFRunLoopRef}{CFRunLoopTimerRef}{CFStringRef}
1142 F CFRunLoopContainsTimer {Boolean}{CFRunLoopRef}{CFRunLoopTimerRef}{CFStringRef}
1143
1144 # F CFRunLoopPerformBlock
1145
1146 F CFRunLoopGetTypeID {CFTypeID}
1147
1148 T CFRunLoopRef @
1149
1150 C kCFRunLoopRunFinished 1
1151 C kCFRunLoopRunStopped 2
1152 C kCFRunLoopRunTimedOut 3
1153 C kCFRunLoopRunHandledSource 4
1154
1155 V kCFRunLoopCommonModes {CFStringRef}
1156 V kCFRunLoopDefaultMode {CFStringRef}
1157
1158 # CFRunLoopTimer
1159
1160 T CFRunLoopTimerRef @
1161
1162 # CFString
1163
1164 T CFStringRef @
1165
1166 # CFTimeZone
1167
1168 F CFTimeZoneCreateWithName {CFTimeZoneRef}{CFAllocatorRef}{CFStringRef}{Boolean}
1169 F CFTimeZoneCreateWithTimeIntervalFromGMT {CFTimeZoneRef}{CFAllocatorRef}{CFTimeInterval}
1170 F CFTimeZoneCreate {CFTimeZoneRef}{CFAllocatorRef}{CFStringRef}{CFDataRef}
1171
1172 F CFTimeZoneCopyAbbreviationDictionary {CFDictionaryRef}
1173 F CFTimeZoneCopyAbbreviation {CFStringRef}{CFTimeZoneRef}{CFAbsoluteTime}
1174 F CFTimeZoneCopyDefault {CFTimeZoneRef}
1175 F CFTimeZoneCopySystem {CFTimeZoneRef}
1176 F CFTimeZoneSetDefault v{CFTimeZoneRef}
1177 F CFTimeZoneCopyKnownNames {CFArrayRef}
1178 F CFTimeZoneResetSystem v
1179 F CFTimeZoneSetAbbreviationDictionary v{CFDictionaryRef}
1180
1181 F CFTimeZoneGetName {CFStringRef}{CFTimeZoneRef}
1182 F CFTimeZoneCopyLocalizedName {CFStringRef}{CFTimeZoneRef}{CFTimeZoneNameStyle}{CFLocaleRef}
1183 F CFTimeZoneGetSecondsFromGMT {CFTimeInterval}{CFTimeZoneRef}{CFAbsoluteTime}
1184 F CFTimeZoneGetData {CFDataRef}{CFTimeZoneRef}
1185
1186 F CFTimeZoneIsDaylightSavingTime {Boolean}{CFTimeZoneRef}{CFAbsoluteTime}
1187 F CFTimeZoneGetDaylightSavingTimeOffset {CFTimeInterval}{CFTimeZoneRef}{CFAbsoluteTime}
1188 F CFTimeZoneGetNextDaylightSavingTimeTransition {CFAbsoluteTime}{CFTimeZoneRef}{CFAbsoluteTime}
1189
1190 F CFTimeZoneGetTypeID {CFTypeID}
1191
1192 T CFTimeZoneNameStyle {CFIndex}
1193 T CFTimeZoneRef @
1194 # CFTimeZoneRef ^r{__CFTimeZoneRef}
1195
1196 V kCFTimeZoneSystemTimeZoneDidChangeNotification {CFStringRef}
1197
1198 C kCFTimeZoneNameStyleStandard 0
1199 C kCFTimeZoneNameStyleShortStandard 1
1200 C kCFTimeZoneNameStyleDaylightSaving 2
1201 C kCFTimeZoneNameStyleShortDaylightSaving 3
1202
1203 # CFType
1204
1205 F CFGetAllocator {CFAllocatorRef}{CFTypeRef}
1206 F CFGetRetainCount {CFIndex}{CFTypeRef}
1207 F CFMakeCollectable {CFTypeRef}{CFTypeRef}
1208 F CFRelease v{CFTypeRef}
1209 F CFRetain {CFTypeRef}{CFTypeRef}
1210
1211 F CFEqual
1212
1213 F CFHash {CFHashCode}{CFTypeRef}
1214
1215 F CFGetTypeID {CFTypeID}{CFTypeRef}
1216 F CFShow v{CFTypeRef}
1217
1218 T CFHashCode L
1219 T CFTypeID L
1220
1221 T CFTypeRef @
1222 # CFTypeRef ^rv
1223
1224 # Private
1225
1226 F CFShowStr v@
1227
1228 f CoreGraphics
1229
1230 T CGFloat f
1231
1232 # CGAffineTransform
1233
1234 F CGAffineTransformMake {CGAffineTransform}{CGFloat}{CGFloat}{CGFloat}{CGFloat}{CGFloat}{CGFloat}
1235 F CGAffineTransformMakeRotation {CGAffineTransform}{CGFloat}
1236 F CGAffineTransformMakeScale {CGAffineTransform}{CGFloat}{CGFloat}
1237 F CGAffineTransformMakeTranslation {CGAffineTransform}{CGFloat}{CGFloat}
1238
1239 F CGAffineTransformTranslate {CGAffineTransform}{CGAffineTransform}{CGFloat}{CGFloat}
1240 F CGAffineTransformScale {CGAffineTransform}{CGAffineTransform}{CGFloat}{CGFloat}
1241 F CGAffineTransformRotate {CGAffineTransform}{CGAffineTransform}{CGFloat}
1242 F CGAffineTransformInvert {CGAffineTransform}{CGAffineTransform}
1243 F CGAffineTransformConcat {CGAffineTransform}{CGAffineTransform}{CGAffineTransform}
1244
1245 F CGPointApplyAffineTransform {CGPoint}{CGPoint}{CGAffineTransform}
1246 F CGSizeApplyAffineTransform {CGSize}{CGSize}{CGAffineTransform}
1247 F CGRectApplyAffineTransform {CGRect}{CGRect}{CGAffineTransform}
1248
1249 F CGAffineTransformIsIdentity B{CGAffineTransform}
1250 F CGAffineTransformEqualToTransform B{CGAffineTransform}{CGAffineTransform}
1251
1252 S CGAffineTransform "a"{CGFloat}"b"{CGFloat}"c"{CGFloat}"d"{CGFloat}"tx"{CGFloat}"ty"{CGFloat}
1253
1254 V CGAffineTransformIdentity {CGAffineTransform}
1255
1256 # CGContext
1257
1258 T CGContextRef ^{CGContext}
1259
1260 E CGBlendMode
1261 C kCGBlendModeNormal 0
1262 C kCGBlendModeMultiply 1
1263 C kCGBlendModeScreen 2
1264 C kCGBlendModeOverlay 3
1265 C kCGBlendModeDarken 4
1266 C kCGBlendModeLighten 5
1267 C kCGBlendModeColorDodge 6
1268 C kCGBlendModeColorBurn 7
1269 C kCGBlendModeSoftLight 8
1270 C kCGBlendModeHardLight 9
1271 C kCGBlendModeDifference 10
1272 C kCGBlendModeExclusion 11
1273 C kCGBlendModeHue 12
1274 C kCGBlendModeSaturation 13
1275 C kCGBlendModeColor 14
1276 C kCGBlendModeLuminosity 15
1277 C kCGBlendModeClear 16
1278 C kCGBlendModeCopy 17
1279 C kCGBlendModeSourceIn 18
1280 C kCGBlendModeSourceOut 19
1281 C kCGBlendModeSourceAtop 20
1282 C kCGBlendModeDestinationOver 21
1283 C kCGBlendModeDestinationIn 22
1284 C kCGBlendModeDestinationOut 23
1285 C kCGBlendModeDestinationAtop 24
1286 C kCGBlendModeXOR 25
1287 C kCGBlendModePlusDarker 26
1288 C kCGBlendModePlusLighter 27
1289
1290 E CGInterpolationQuality
1291 C kCGInterpolationDefault 0
1292 C kCGInterpolationNone 1
1293 C kCGInterpolationLow 2
1294 C kCGInterpolationHigh 3
1295
1296 E CGLineCap
1297 C kCGLineCapButt 0
1298 C kCGLineCapRound 1
1299 C kCGLineCapSquare 2
1300
1301 E CGLineJoin
1302 C kCGLineJoinMiter 0
1303 C kCGLineJoinRound 1
1304 C kCGLineJoinBevel 2
1305
1306 E CGTextDrawingMode
1307 C kCGTextFill 0
1308 C kCGTextStroke 1
1309 C kCGTextFillStroke 2
1310 C kCGTextInvisible 3
1311 C kCGTextFillClip 4
1312 C kCGTextStrokeClip 5
1313 C kCGTextFillStrokeClip 6
1314 C kCGTextClip 7
1315
1316 E CGTextEncoding
1317 C kCGEncodingFontSpecific 0
1318 C kCGEncodingMacRoman 1
1319
1320 f CoreLocation
1321
1322 T CLLocationDegrees d
1323
1324 S CLLocationCoordinate2D "latitude"{CLLocationDegrees}"longitude"{CLLocationDegrees}
1325
1326 T CLLocationAccuracy d
1327
1328 V kCLLocationAccuracyBest d
1329 V kCLLocationAccuracyNearestTenMeters d
1330 V kCLLocationAccuracyHundredMeters d
1331 V kCLLocationAccuracyKilometer d
1332 V kCLLocationAccuracyThreeKilometers d
1333
1334 T CLLocationSpeed d
1335 T CLLocationDirection d
1336
1337 V kCLDistanceFilterNone d
1338 V kCLHeadingFilterNone d
1339
1340 C kCLErrorLocationUnknown 0
1341 C kCLErrorDenied 1
1342 C kCLErrorNetwork 2
1343 C kCLErrorHeadingFailure 3
1344
1345 V kCLErrorDomain @
1346
1347 f CoreTelephony
1348
1349 # most of this is garbage
1350
1351 T CTCallRef @
1352
1353 # CTCallAddressBlocked
1354 # CTCallAnswer
1355 # CTCallAnswerEndingActive
1356 # CTCallAnswerEndingAllOthers
1357 # CTCallAnswerEndingHeld
1358 # CTCallAnswerWithSourceIdentifier
1359 F CTCallCopyAddress {CFStringRef}{CFAllocatorRef}{CTCallRef}
1360 # CTCallCopyAllCallsSince
1361 # CTCallCopyAllIncomingCallsSince
1362 F CTCallCopyAllMissedCallsAfterRowID {CFArrayRef}{CFAllocatorRef}l
1363 F CTCallCopyAllMissedCallsSince {CFArrayRef}{CFAllocatorRef}{CFDateRef}
1364 # CTCallCopyAllOutgoingCallsSince
1365 # CTCallCopyName
1366 # CTCallCopyUUID
1367 # CTCallDeleteAllCallsBeforeDate
1368 # CTCallDial
1369 # CTCallDialEmergency
1370 # CTCallDialEmergencyWithSourceIdentifier
1371 # CTCallDialVoicemail
1372 # CTCallDialVoicemailWithSourceIdentifier
1373 # CTCallDialWithID
1374 # CTCallDialWithIDAndSourceIdentifier
1375 # CTCallDialWithSourceIdentifier
1376 # CTCallDisconnect
1377 # CTCallGetCauseCode
1378 # CTCallGetDuration
1379 # CTCallGetEmergencyStatus
1380 F CTCallGetGetRowIDOfLastInsert i
1381 F CTCallGetID l{CTCallRef}
1382 # CTCallGetMultiPartyCallCountMax
1383 F CTCallGetStartTime B{CTCallRef}^d
1384 # CTCallGetStatus
1385 F CTCallGetTypeID {CFTypeID}
1386 # CTCallHistoryInvalidateCaches
1387 # CTCallHold
1388 # CTCallIsAlerting
1389 # CTCallIsConferenced
1390 # CTCallIsOutgoing
1391 # CTCallIsToVoicemail
1392 # CTCallIsWaiting
1393 # CTCallJoinConference
1394 # CTCallLeaveConference
1395 # CTCallListDisconnect
1396 # CTCallListDisconnectAll
1397 # CTCallResume
1398 # CTCallTimersGetAll
1399 # CTCallTimersGetIncoming
1400 # CTCallTimersGetLast
1401 # CTCallTimersGetLastResetTime
1402 # CTCallTimersGetLifetime
1403 # CTCallTimersGetOutgoing
1404 # CTCallTimersReset
1405
1406 f Foundation
1407
1408 T NSAppleEventManagerSuspensionID ^r{__NSAppleEventManagerSuspension}
1409
1410 E _NSByteOrder
1411 C NS_UnknownByteOrder CFByteOrderUnknown
1412 C NS_LittleEndian CFByteOrderLittleEndian
1413 C NS_BigEndian CFByteOrderBigEndian
1414
1415 # NSComparator
1416
1417 C NSOrderedAscending -1
1418 C NSOrderedSame 0
1419 C NSOrderedDescending 1
1420 T NSComparisonResult {NSInteger}
1421
1422 # NSDecimal
1423
1424 T NSEnumerationOptions {NSUInteger}
1425 # NSHashEnumerator
1426 T NSHashTable {_NSHashTable}
1427 # NSHashTableCallBacks
1428
1429 T NSHashTableOptions {NSUInteger}
1430 T NSInteger l
1431
1432 # NSMapEnumerator
1433
1434 T NSMapTable {_NSMapTable}
1435 # NSMapTableKeyCallBacks
1436
1437 T NSMapTableOptions {NSUInteger}
1438 # NSMapTableValueCallBacks
1439
1440 T NSPoint {_NSPoint}
1441 T NSPointArray ^{NSPoint}
1442 T NSPointPointer ^{NSPoint}
1443
1444 S _NSRange "location"{NSUInteger}"length"{NSUInteger}
1445 T NSRange {_NSRange}
1446 T NSRangePointer ^{NSRange}
1447
1448 S _NSRect "origin"{NSPoint}"size"{NSSize}
1449 T NSRectArray ^{NSRect}
1450
1451 C NSMinXEdge 0
1452 C NSMinYEdge 1
1453 C NSMaxXEdge 2
1454 C NSMaxYEdge 3
1455
1456 T NSRectPointer ^{NSRect}
1457
1458 C NSApplicationDirectory 1
1459 C NSDemoApplicationDirectory 2
1460 C NSDeveloperApplicationDirectory 3
1461 C NSAdminApplicationDirectory 4
1462 C NSLibraryDirectory 5
1463 C NSDeveloperDirectory 6
1464 C NSUserDirectory 7
1465 C NSDocumentationDirectory 8
1466 C NSDocumentDirectory 9
1467 C NSCoreServiceDirectory 10
1468 C NSAutosavedInformationDirectory 11
1469 C NSDesktopDirectory 12
1470 C NSCachesDirectory 13
1471 C NSApplicationSupportDirectory 14
1472 C NSDownloadsDirectory 15
1473 C NSInputMethodsDirectory 16
1474 C NSMoviesDirectory 17
1475 C NSMusicDirectory 18
1476 C NSPicturesDirectory 19
1477 C NSPrinterDescriptionDirectory 20
1478 C NSSharedPublicDirectory 21
1479 C NSPreferencePanesDirectory 22
1480 C NSItemReplacementDirectory 99
1481 C NSAllApplicationsDirectory 100
1482 C NSAllLibrariesDirectory 101
1483 T NSSearchPathDirectory {NSUInteger}
1484
1485 C NSUserDomainMask 1
1486 C NSLocalDomainMask 2
1487 C NSNetworkDomainMask 4
1488 C NSSystemDomainMask 8
1489 C NSAllDomainsMask 0x0ffff
1490 T NSSearchPathDomainMask {NSUInteger}
1491
1492 S _NSSize "width"{CGFloat}"height"{CGFloat}
1493 T NSSize {_NSSize}
1494
1495 T NSSizePointer ^{NSSize}
1496 T NSSocketNativeHandle i
1497 T NSStringEncoding {NSUInteger}
1498 S NSSwappedDouble "v"Q
1499 S NSSwappedFloat "v"L
1500 T NSTimeInterval d
1501 # NSUncaughtExceptionHandler
1502 T NSUInteger L
1503 T NSZone {_NSZone}
1504
1505 f MapKit
1506
1507 C MKMapTypeStandard 0
1508 C MKMapTypeSatellite 1
1509 C MKMapTypeHybrid 2
1510
1511 V MKErrorDomain @
1512
1513 C MKErrorUnknown 1
1514 C MKErrorServerFailure 2
1515 C MKErrorLoadingThrottled 3
1516 C MKErrorPlacemarkNotFound 4
1517
1518 C MKPinAnnotationColorRed 0
1519 C MKPinAnnotationColorGreen 1
1520 C MKPinAnnotationColorPurple 2
1521
1522 # MKCoordinateRegionMake
1523 F MKCoordinateRegionMakeWithDistance {MKCoordinateRegion}{CLLocationCoordinate2D}{CLLocationDistance}{CLLocationDistance}
1524 # MKCoordinateSpanMake
1525
1526 f MobileWiFi
1527
1528 #F WiFiManagerClientAddNetwork
1529 #F WiFiManagerClientCopyDevices
1530 #F WiFiManagerClientCopyNetworks
1531 #F WiFiManagerClientCopyProperty
1532 #F WiFiManagerClientCreate
1533 #F WiFiManagerClientDisable
1534 #F WiFiManagerClientDisableNetwork
1535 #F WiFiManagerClientDispatchNotificationResponse
1536 #F WiFiManagerClientEnable
1537 #F WiFiManagerClientEnableNetwork
1538 #F WiFiManagerClientGetAssociationMode
1539 #F WiFiManagerClientGetDevice
1540 #F WiFiManagerClientGetType
1541 #F WiFiManagerClientGetTypeID
1542 #F WiFiManagerClientIsNetworkEnabled
1543 #F WiFiManagerClientRegisterNotificationCallback
1544 #F WiFiManagerClientRemoveNetwork
1545 #F WiFiManagerClientScheduleWithRunLoop
1546 #F WiFiManagerClientSetAssociationMode
1547 #F WiFiManagerClientSetPower
1548 #F WiFiManagerClientSetProperty
1549 #F WiFiManagerClientSetType
1550 #F WiFiManagerClientUnscheduleFromRunLoop
1551 #F WiFiManagerClientUpdateNetwork
1552
1553 F WiFiNetworkComparePriority B@@
1554 #F WiFiNetworkCopyFilteredRecord
1555 F WiFiNetworkCopyPassword @@
1556 #F WiFiNetworkCopyPreparedEAPProfile
1557 #F WiFiNetworkCopyRecord
1558 #F WiFiNetworkCreate
1559 #F WiFiNetworkCreateCopy
1560 F WiFiNetworkGetAssociationDate @@
1561 #F WiFiNetworkGetAuthFlags
1562 #F WiFiNetworkGetDirectedState
1563 #F WiFiNetworkGetFloatProperty
1564 #F WiFiNetworkGetIntProperty
1565 #F WiFiNetworkGetProperty
1566 #F WiFiNetworkGetRateBounds
1567 F WiFiNetworkGetSSID @@
1568 F WiFiNetworkGetSSIDData @@
1569 F WiFiNetworkGetTypeID {CFTypeID}
1570 F WiFiNetworkIsEAP B@
1571 F WiFiNetworkIsEnabled B@
1572 F WiFiNetworkIsHidden B@
1573 F WiFiNetworkIsHiddenSSID B@
1574 F WiFiNetworkIsWEP B@
1575 F WiFiNetworkIsWPA B@
1576 #F WiFiNetworkMerge
1577 #F WiFiNetworkMergeForAssociation
1578 #F WiFiNetworkMergeProperties
1579 F WiFiNetworkRemovePassword v@
1580 F WiFiNetworkRequiresIdentity B@
1581 F WiFiNetworkRequiresOneTimePassword B@
1582 F WiFiNetworkRequiresPassword B@
1583 F WiFiNetworkRequiresUsername B@
1584 F WiFiNetworkSetAssociationDate v@@
1585 #F WiFiNetworkSetDirectedState
1586 #F WiFiNetworkSetFloatProperty
1587 #F WiFiNetworkSetIntProperty
1588 F WiFiNetworkSetPassword v@@
1589 #F WiFiNetworkSetProperty
1590
1591 C RTLD_LAZY 0x1
1592 C RTLD_NOW 0x2
1593 C RTLD_LOCAL 0x4
1594 C RTLD_GLOBAL 0x8
1595
1596 C RTLD_NOLOAD 0x10
1597 C RTLD_NODELETE 0x80
1598 C RTLD_FIRST 0x100
1599
1600 C RTLD_NEXT -1
1601 C RTLD_DEFAULT -2
1602 C RTLD_SELF -3
1603
1604 S dl_info "dli_fname"*"dli_fbase"v^"dli_sname"*"dli_saddr"^v
1605 T Dl_info {dl_info}
1606
1607 F dladdr i^rv^{dl_info}
1608 F dlclose i^v
1609 F dlerror *
1610 F dlopen ^v*i
1611 F dlsym ^v^v*
1612 F dlopen_preflight B*