Skip to main content

Crate objc2_core_foundation

Crate objc2_core_foundation 

Source
Expand description

§Bindings to the CoreFoundation framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

CFAllocator
Apple’s documentation
CFAllocatorContext
Apple’s documentation
CFArrayCFArray
This is the type of a reference to immutable CFArrays.
CFArrayCallBacksCFArray
Apple’s documentation
CFArrayIntoIterCFArray
A retained iterator over the items of an array.
CFArrayIterCFArray
An iterator over retained objects of an array.
CFArrayIterUncheckedCFArray
An iterator over raw items of an array.
CFAttributedStringCFAttributedString
Apple’s documentation
CFBagCFBag
Apple’s documentation
CFBagCallBacksCFBag
Apple’s documentation
CFBinaryHeapCFBinaryHeap
This is the type of a reference to CFBinaryHeaps.
CFBinaryHeapCallBacksCFBinaryHeap
Structure containing the callbacks for values of a CFBinaryHeap. Field: version The version number of the structure type being passed in as a parameter to the CFBinaryHeap creation functions. This structure is version 0. Field: retain The callback used to add a retain for the binary heap on values as they are put into the binary heap. This callback returns the value to use as the value in the binary heap, which is usually the value parameter passed to this callback, but may be a different value if a different value should be added to the binary heap. The binary heap’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the binary heap from values as they are removed from the binary heap. The binary heap’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the binary heap. This is used by the CFCopyDescription() function. Field: compare The callback used to compare values in the binary heap for equality in some operations.
CFBinaryHeapCompareContextCFBinaryHeap
Apple’s documentation
CFBitVectorCFBitVector
Apple’s documentation
CFBooleanCFNumber
Apple’s documentation
CFBundleCFBundle
Apple’s documentation
CFCalendarCFCalendar
Apple’s documentation
CFCalendarUnitCFCalendar
Apple’s documentation
CFCharacterSetCFCharacterSet
This is the type of a reference to immutable CFCharacterSets.
CFCharacterSetPredefinedSetCFCharacterSet
Type of the predefined CFCharacterSet selector values.
CFComparisonResult
Apple’s documentation
CFDataCFData
Apple’s documentation
CFDataSearchFlagsCFData
Apple’s documentation
CFDateCFDate
Apple’s documentation
CFDateFormatterCFDateFormatter
Apple’s documentation
CFDateFormatterStyleCFDateFormatter
Apple’s documentation
CFDictionaryCFDictionary
This is the type of a reference to immutable CFDictionarys.
CFDictionaryKeyCallBacksCFDictionary
Apple’s documentation
CFDictionaryValueCallBacksCFDictionary
Structure containing the callbacks for values of a CFDictionary. Field: version The version number of the structure type being passed in as a parameter to the CFDictionary creation functions. This structure is version 0. Field: retain The callback used to add a retain for the dictionary on values as they are put into the dictionary. This callback returns the value to use as the value in the dictionary, which is usually the value parameter passed to this callback, but may be a different value if a different value should be added to the dictionary. The dictionary’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the dictionary from values as they are removed from the dictionary. The dictionary’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the dictionary. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the dictionary for equality in some operations.
CFErrorCFError
This is the type of a reference to CFErrors. CFErrorRef is toll-free bridged with NSError.
CFFileDescriptorCFFileDescriptor
Apple’s documentation
CFFileDescriptorContextCFFileDescriptor
Apple’s documentation
CFFileSecurityCFFileSecurity
Apple’s documentation
CFFileSecurityClearOptionsCFFileSecurity
Apple’s documentation
CFGregorianDateCFDate
Apple’s documentation
CFGregorianUnitFlagsCFDate
Apple’s documentation
CFGregorianUnitsCFDate
Apple’s documentation
CFISO8601DateFormatOptionsCFDateFormatter
Apple’s documentation
CFLocaleCFLocale
Apple’s documentation
CFLocaleLanguageDirectionCFLocale
Apple’s documentation
CFMachPortCFMachPort
Apple’s documentation
CFMachPortContextCFMachPort
Apple’s documentation
CFMessagePortCFMessagePort
Apple’s documentation
CFMessagePortContextCFMessagePort
Apple’s documentation
CFMutableArrayCFArray
This is the type of a reference to mutable CFArrays.
CFMutableAttributedStringCFAttributedString
Apple’s documentation
CFMutableBagCFBag
Apple’s documentation
CFMutableBitVectorCFBitVector
Apple’s documentation
CFMutableCharacterSetCFCharacterSet
This is the type of a reference to mutable CFMutableCharacterSets.
CFMutableDataCFData
Apple’s documentation
CFMutableDictionaryCFDictionary
This is the type of a reference to mutable CFDictionarys.
CFMutableSetCFSet
This is the type of a reference to mutable CFSets.
CFMutableString
Apple’s documentation
CFNotificationCenterCFNotificationCenter
Apple’s documentation
CFNotificationSuspensionBehaviorCFNotificationCenter
Apple’s documentation
CFNull
Apple’s documentation
CFNumberCFNumber
Apple’s documentation
CFNumberFormatterCFNumberFormatter
Apple’s documentation
CFNumberFormatterOptionFlagsCFNumberFormatter
Apple’s documentation
CFNumberFormatterPadPositionCFNumberFormatter
Apple’s documentation
CFNumberFormatterRoundingModeCFNumberFormatter
Apple’s documentation
CFNumberFormatterStyleCFNumberFormatter
Apple’s documentation
CFNumberTypeCFNumber
Apple’s documentation
CFPlugInCFBundle
Apple’s documentation
CFPlugInInstanceCFPlugIn
Apple’s documentation
CFPropertyListFormatCFPropertyList
Apple’s documentation
CFPropertyListMutabilityOptionsCFPropertyList
Apple’s documentation
CFRange
Apple’s documentation
CFReadStreamCFStream
Apple’s documentation
CFRetained
A reference counted pointer type for CoreFoundation types.
CFRunLoopCFRunLoop
Apple’s documentation
CFRunLoopActivityCFRunLoop
Apple’s documentation
CFRunLoopObserverCFRunLoop
Apple’s documentation
CFRunLoopObserverContextCFRunLoop
Apple’s documentation
CFRunLoopRunResultCFRunLoop
Apple’s documentation
CFRunLoopSourceCFRunLoop
Apple’s documentation
CFRunLoopSourceContextCFRunLoop
Apple’s documentation
CFRunLoopSourceContext1CFRunLoop and libc
Apple’s documentation
CFRunLoopTimerCFRunLoop
Apple’s documentation
CFRunLoopTimerContextCFRunLoop
Apple’s documentation
CFSetCFSet
This is the type of a reference to immutable CFSets.
CFSetCallBacksCFSet
Structure containing the callbacks of a CFSet. Field: version The version number of the structure type being passed in as a parameter to the CFSet creation functions. This structure is version 0. Field: retain The callback used to add a retain for the set on values as they are put into the set. This callback returns the value to store in the set, which is usually the value parameter passed to this callback, but may be a different value if a different value should be stored in the set. The set’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the set from values as they are removed from the set. The set’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the set. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the set for equality for some operations. Field: hash The callback used to compare values in the set for uniqueness for some operations.
CFSocketCFSocket
Apple’s documentation
CFSocketCallBackTypeCFSocket
Apple’s documentation
CFSocketContextCFSocket
Apple’s documentation
CFSocketErrorCFSocket
Apple’s documentation
CFSocketSignatureCFData and CFSocket
Apple’s documentation
CFStreamClientContextCFStream
Apple’s documentation
CFStreamErrorCFStream
Apple’s documentation
CFStreamErrorDomainCFStream
Apple’s documentation
CFStreamEventTypeCFStream
Apple’s documentation
CFStreamStatusCFStream
Apple’s documentation
CFString
Apple’s documentation
CFStringBuiltInEncodingsCFString
Apple’s documentation
CFStringCompareFlagsCFString
Apple’s documentation
CFStringEncodingsCFStringEncodingExt
Apple’s documentation
CFStringInlineBufferCFString
Apple’s documentation
CFStringNormalizationFormCFString
This is the type of Unicode normalization forms as described in Unicode Technical Report #15. To normalize for use with file system calls, use CFStringGetFileSystemRepresentation().
CFStringTokenizerCFStringTokenizer
Apple’s documentation
CFStringTokenizerTokenTypeCFStringTokenizer
Token type CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns the type of current token.
CFSwappedFloat32CFByteOrder
Apple’s documentation
CFSwappedFloat64CFByteOrder
Apple’s documentation
CFTimeZoneCFDate
Apple’s documentation
CFTimeZoneNameStyleCFTimeZone
Apple’s documentation
CFTreeCFTree
This is the type of a reference to CFTrees.
CFTreeContextCFTree
Structure containing user-specified data and callbacks for a CFTree. Field: version The version number of the structure type being passed in as a parameter to the CFTree creation function. This structure is version 0. Field: info A C pointer to a user-specified block of data. Field: retain The callback used to add a retain for the info field. If this parameter is not a pointer to a function of the correct prototype, the behavior is undefined. The value may be NULL. Field: release The calllback used to remove a retain previously added for the info field. If this parameter is not a pointer to a function of the correct prototype, the behavior is undefined. The value may be NULL. Field: copyDescription The callback used to provide a description of the info field.
CFType
An instance of a Core Foundation type.
CFURLCFURL
Apple’s documentation
CFURLBookmarkCreationOptionsCFURL
Apple’s documentation
CFURLBookmarkResolutionOptionsCFURL
Apple’s documentation
CFURLComponentTypeCFURL
Apple’s documentation
CFURLEnumeratorCFURLEnumerator
Apple’s documentation
CFURLEnumeratorOptionsCFURLEnumerator
Apple’s documentation
CFURLEnumeratorResultCFURLEnumerator
Apple’s documentation
CFURLErrorDeprecatedCFURLAccess
Apple’s documentation
CFURLPathStyleCFURL
Apple’s documentation
CFUUIDCFUUID
Apple’s documentation
CFUUIDBytesCFUUID
Apple’s documentation
CFUserNotificationCFUserNotification
Apple’s documentation
CFWriteStreamCFStream
Apple’s documentation
CFXMLAttributeDeclarationInfoCFXMLNode
Apple’s documentation
CFXMLAttributeListDeclarationInfoCFXMLNode
Apple’s documentation
CFXMLDocumentInfoCFString and CFURL and CFXMLNode
Apple’s documentation
CFXMLDocumentTypeInfoCFURL and CFXMLNode
Apple’s documentation
CFXMLElementInfoCFArray and CFDictionary and CFXMLNode
Apple’s documentation
CFXMLElementTypeDeclarationInfoCFXMLNode
Apple’s documentation
CFXMLEntityInfoCFURL and CFXMLNode
Apple’s documentation
CFXMLEntityReferenceInfoCFXMLNode
Apple’s documentation
CFXMLEntityTypeCodeCFXMLNode
Apple’s documentation
CFXMLExternalIDCFURL and CFXMLNode
Apple’s documentation
CFXMLNodeCFXMLNode
Apple’s documentation
CFXMLNodeTypeCodeCFXMLNode
Apple’s documentation
CFXMLNotationInfoCFURL and CFXMLNode
Apple’s documentation
CFXMLParserCFXMLParser
Apple’s documentation
CFXMLParserCallBacksCFData and CFURL and CFXMLNode and CFXMLParser
Apple’s documentation
CFXMLParserContextCFXMLParser
Apple’s documentation
CFXMLParserOptionsCFXMLParser
Apple’s documentation
CFXMLParserStatusCodeCFXMLParser
Apple’s documentation
CFXMLProcessingInstructionInfoCFXMLNode
Apple’s documentation
CGAffineTransformCFCGTypes
Apple’s documentation
CGAffineTransformComponentsCFCGTypes
Apple’s documentation
CGPointCFCGTypes
A point in a two-dimensional coordinate system.
CGRectCFCGTypes
The location and dimensions of a rectangle.
CGSizeCFCGTypes
A two-dimensional size.
CGVectorCFCGTypes
Apple’s documentation
IUnknownVTblCFPlugInCOM and CFUUID
Apple’s documentation

Enums§

CGRectEdgeCFCGTypes
Apple’s documentation

Constants§

kCFBundleExecutableArchitectureARM64CFBundle
Apple’s documentation
kCFBundleExecutableArchitectureI386CFBundle
Apple’s documentation
kCFBundleExecutableArchitecturePPCCFBundle
Apple’s documentation
kCFBundleExecutableArchitecturePPC64CFBundle
Apple’s documentation
kCFBundleExecutableArchitectureX86_64CFBundle
Apple’s documentation
kCFCalendarComponentsWrapCFCalendar
Apple’s documentation
kCFCoreFoundationVersionNumber10_0
Apple’s documentation
kCFCoreFoundationVersionNumber10_0_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_5
Apple’s documentation
kCFCoreFoundationVersionNumber10_6
Apple’s documentation
kCFCoreFoundationVersionNumber10_7
Apple’s documentation
kCFCoreFoundationVersionNumber10_8
Apple’s documentation
kCFCoreFoundationVersionNumber10_9
Apple’s documentation
kCFCoreFoundationVersionNumber10_1_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_1_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_1_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_1_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_2_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_2_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_2_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_2_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_2_5
Apple’s documentation
kCFCoreFoundationVersionNumber10_2_6
Apple’s documentation
kCFCoreFoundationVersionNumber10_2_7
Apple’s documentation
kCFCoreFoundationVersionNumber10_2_8
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_5
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_6
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_7
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_8
Apple’s documentation
kCFCoreFoundationVersionNumber10_3_9
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_7
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_8
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_9
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_4_Intel
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_4_PowerPC
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_5_Intel
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_5_PowerPC
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_6_Intel
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_6_PowerPC
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_10
Apple’s documentation
kCFCoreFoundationVersionNumber10_4_11
Apple’s documentation
kCFCoreFoundationVersionNumber10_5_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_5_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_5_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_5_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_5_5
Apple’s documentation
kCFCoreFoundationVersionNumber10_5_6
Apple’s documentation
kCFCoreFoundationVersionNumber10_5_7
Apple’s documentation
kCFCoreFoundationVersionNumber10_5_8
Apple’s documentation
kCFCoreFoundationVersionNumber10_6_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_6_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_6_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_6_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_6_5
Apple’s documentation
kCFCoreFoundationVersionNumber10_6_6
Apple’s documentation
kCFCoreFoundationVersionNumber10_6_7
Apple’s documentation
kCFCoreFoundationVersionNumber10_6_8
Apple’s documentation
kCFCoreFoundationVersionNumber10_7_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_7_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_7_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_7_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_7_5
Apple’s documentation
kCFCoreFoundationVersionNumber10_8_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_8_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_8_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_8_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_9_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_9_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_10
Apple’s documentation
kCFCoreFoundationVersionNumber10_11
Apple’s documentation
kCFCoreFoundationVersionNumber10_10_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_10_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_10_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_10_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_10_5
Apple’s documentation
kCFCoreFoundationVersionNumber10_10_Max
Apple’s documentation
kCFCoreFoundationVersionNumber10_11_1
Apple’s documentation
kCFCoreFoundationVersionNumber10_11_2
Apple’s documentation
kCFCoreFoundationVersionNumber10_11_3
Apple’s documentation
kCFCoreFoundationVersionNumber10_11_4
Apple’s documentation
kCFCoreFoundationVersionNumber10_11_Max
Apple’s documentation
kCFFileDescriptorReadCallBackCFFileDescriptor
Apple’s documentation
kCFFileDescriptorWriteCallBackCFFileDescriptor
Apple’s documentation
kCFMessagePortBecameInvalidErrorCFMessagePort
Apple’s documentation
kCFMessagePortIsInvalidCFMessagePort
Apple’s documentation
kCFMessagePortReceiveTimeoutCFMessagePort
Apple’s documentation
kCFMessagePortSendTimeoutCFMessagePort
Apple’s documentation
kCFMessagePortSuccessCFMessagePort
Apple’s documentation
kCFMessagePortTransportErrorCFMessagePort
Apple’s documentation
kCFNotificationDeliverImmediatelyCFNotificationCenter
Apple’s documentation
kCFNotificationPostToAllSessionsCFNotificationCenter
Apple’s documentation
kCFPropertyListReadCorruptErrorCFPropertyList
Apple’s documentation
kCFPropertyListReadStreamErrorCFPropertyList
Apple’s documentation
kCFPropertyListReadUnknownVersionErrorCFPropertyList
Apple’s documentation
kCFPropertyListWriteStreamErrorCFPropertyList
Apple’s documentation
kCFSocketAutomaticallyReenableAcceptCallBackCFSocket
Apple’s documentation
kCFSocketAutomaticallyReenableDataCallBackCFSocket
Apple’s documentation
kCFSocketAutomaticallyReenableReadCallBackCFSocket
Apple’s documentation
kCFSocketAutomaticallyReenableWriteCallBackCFSocket
Apple’s documentation
kCFSocketCloseOnInvalidateCFSocket
Apple’s documentation
kCFSocketLeaveErrorsCFSocket
Apple’s documentation
kCFStringEncodingInvalidIdCFString
Apple’s documentation
kCFStringTokenizerAttributeLanguageCFStringTokenizer
Attribute Specifier Use attribute specifier to tell tokenizer to prepare the specified attribute when it tokenizes the given string. The attribute value can be retrieved by calling CFStringTokenizerCopyCurrentTokenAttribute with one of the attribute option.
kCFStringTokenizerAttributeLatinTranscriptionCFStringTokenizer
Attribute Specifier Use attribute specifier to tell tokenizer to prepare the specified attribute when it tokenizes the given string. The attribute value can be retrieved by calling CFStringTokenizerCopyCurrentTokenAttribute with one of the attribute option.
kCFStringTokenizerUnitLineBreakCFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFStringTokenizerUnitParagraphCFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFStringTokenizerUnitSentenceCFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFStringTokenizerUnitWordCFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFStringTokenizerUnitWordBoundaryCFStringTokenizer
Tokenization Unit Use one of tokenization unit options with CFStringTokenizerCreate to specify how the string should be tokenized.
kCFUserNotificationAlternateResponseCFUserNotification
Apple’s documentation
kCFUserNotificationCancelResponseCFUserNotification
Apple’s documentation
kCFUserNotificationCautionAlertLevelCFUserNotification
Apple’s documentation
kCFUserNotificationDefaultResponseCFUserNotification
Apple’s documentation
kCFUserNotificationNoDefaultButtonFlagCFUserNotification
Apple’s documentation
kCFUserNotificationNoteAlertLevelCFUserNotification
Apple’s documentation
kCFUserNotificationOtherResponseCFUserNotification
Apple’s documentation
kCFUserNotificationPlainAlertLevelCFUserNotification
Apple’s documentation
kCFUserNotificationStopAlertLevelCFUserNotification
Apple’s documentation
kCFUserNotificationUseRadioButtonsFlagCFUserNotification
Apple’s documentation
kCFXMLNodeCurrentVersionCFXMLNode
Apple’s documentation

Statics§

kCFAbsoluteTimeIntervalSince1904⚠CFDate
Apple’s documentation
kCFAbsoluteTimeIntervalSince1970⚠CFDate
Apple’s documentation
kCFAllocatorDefault⚠
Apple’s documentation
kCFAllocatorMalloc⚠
Apple’s documentation
kCFAllocatorMallocZone⚠
Apple’s documentation
kCFAllocatorNull⚠
Apple’s documentation
kCFAllocatorSystemDefault⚠
Apple’s documentation
kCFAllocatorUseContext⚠
Apple’s documentation
kCFBanglaCalendar⚠CFLocale
Apple’s documentation
kCFBooleanFalse⚠CFNumber
Apple’s documentation
kCFBooleanTrue⚠CFNumber
Apple’s documentation
kCFBuddhistCalendar⚠CFLocale
Apple’s documentation
kCFBundleDevelopmentRegionKey⚠CFBundle
Apple’s documentation
kCFBundleExecutableKey⚠CFBundle
Apple’s documentation
kCFBundleIdentifierKey⚠CFBundle
Apple’s documentation
kCFBundleInfoDictionaryVersionKey⚠CFBundle
Apple’s documentation
kCFBundleLocalizationsKey⚠CFBundle
Apple’s documentation
kCFBundleNameKey⚠CFBundle
Apple’s documentation
kCFBundleVersionKey⚠CFBundle
Apple’s documentation
kCFChineseCalendar⚠CFLocale
Apple’s documentation
kCFCopyStringBagCallBacks⚠CFBag
Apple’s documentation
kCFCopyStringDictionaryKeyCallBacks⚠CFDictionary
Predefined CFDictionaryKeyCallBacks structure containing a set of callbacks appropriate for use when the keys of a CFDictionary are all CFStrings, which may be mutable and need to be copied in order to serve as constant keys for the values in the dictionary.
kCFCopyStringSetCallBacks⚠CFSet
Predefined CFSetCallBacks structure containing a set of callbacks appropriate for use when the values in a CFSet should be copies of a CFString.
kCFCoreFoundationVersionNumber⚠
Apple’s documentation
kCFDangiCalendar⚠CFLocale
Apple’s documentation
kCFDateFormatterAMSymbol⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterCalendar⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterCalendarName⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterDefaultDate⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterDefaultFormat⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterDoesRelativeDateFormattingKey⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterEraSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterGregorianStartDate⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterIsLenient⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterLongEraSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterMonthSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterPMSymbol⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterQuarterSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterShortMonthSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterShortQuarterSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterShortStandaloneMonthSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterShortStandaloneQuarterSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterShortStandaloneWeekdaySymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterShortWeekdaySymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterStandaloneMonthSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterStandaloneQuarterSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterStandaloneWeekdaySymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterTimeZone⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterTwoDigitStartDate⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterVeryShortMonthSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterVeryShortStandaloneMonthSymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterVeryShortStandaloneWeekdaySymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterVeryShortWeekdaySymbols⚠CFDateFormatter
Apple’s documentation
kCFDateFormatterWeekdaySymbols⚠CFDateFormatter
Apple’s documentation
kCFErrorDescriptionKey⚠CFError
Apple’s documentation
kCFErrorDomainCocoa⚠CFError
Apple’s documentation
kCFErrorDomainMach⚠CFError
Apple’s documentation
kCFErrorDomainOSStatus⚠CFError
Apple’s documentation
kCFErrorDomainPOSIX⚠CFError
Apple’s documentation
kCFErrorFilePathKey⚠CFError
Apple’s documentation
kCFErrorLocalizedDescriptionKey⚠CFError
Apple’s documentation
kCFErrorLocalizedFailureKey⚠CFError
Apple’s documentation
kCFErrorLocalizedFailureReasonKey⚠CFError
Apple’s documentation
kCFErrorLocalizedRecoverySuggestionKey⚠CFError
Apple’s documentation
kCFErrorURLKey⚠CFError
Apple’s documentation
kCFErrorUnderlyingErrorKey⚠CFError
Apple’s documentation
kCFGregorianCalendar⚠CFLocale
Apple’s documentation
kCFGujaratiCalendar⚠CFLocale
Apple’s documentation
kCFHebrewCalendar⚠CFLocale
Apple’s documentation
kCFISO8601Calendar⚠CFLocale
Apple’s documentation
kCFIndianCalendar⚠CFLocale
Apple’s documentation
kCFIslamicCalendar⚠CFLocale
Apple’s documentation
kCFIslamicCivilCalendar⚠CFLocale
Apple’s documentation
kCFIslamicTabularCalendar⚠CFLocale
Apple’s documentation
kCFIslamicUmmAlQuraCalendar⚠CFLocale
Apple’s documentation
kCFJapaneseCalendar⚠CFLocale
Apple’s documentation
kCFKannadaCalendar⚠CFLocale
Apple’s documentation
kCFLocaleAlternateQuotationBeginDelimiterKey⚠CFLocale
Apple’s documentation
kCFLocaleAlternateQuotationEndDelimiterKey⚠CFLocale
Apple’s documentation
kCFLocaleCalendar⚠CFLocale
Apple’s documentation
kCFLocaleCalendarIdentifier⚠CFLocale
Apple’s documentation
kCFLocaleCollationIdentifier⚠CFLocale
Apple’s documentation
kCFLocaleCollatorIdentifier⚠CFLocale
Apple’s documentation
kCFLocaleCountryCode⚠CFLocale
Apple’s documentation
kCFLocaleCurrencyCode⚠CFLocale
Apple’s documentation
kCFLocaleCurrencySymbol⚠CFLocale
Apple’s documentation
kCFLocaleCurrentLocaleDidChangeNotification⚠CFLocale and CFNotificationCenter
Apple’s documentation
kCFLocaleDecimalSeparator⚠CFLocale
Apple’s documentation
kCFLocaleExemplarCharacterSet⚠CFLocale
Apple’s documentation
kCFLocaleGroupingSeparator⚠CFLocale
Apple’s documentation
kCFLocaleIdentifier⚠CFLocale
Apple’s documentation
kCFLocaleLanguageCode⚠CFLocale
Apple’s documentation
kCFLocaleMeasurementSystem⚠CFLocale
Apple’s documentation
kCFLocaleQuotationBeginDelimiterKey⚠CFLocale
Apple’s documentation
kCFLocaleQuotationEndDelimiterKey⚠CFLocale
Apple’s documentation
kCFLocaleScriptCode⚠CFLocale
Apple’s documentation
kCFLocaleUsesMetricSystem⚠CFLocale
Apple’s documentation
kCFLocaleVariantCode⚠CFLocale
Apple’s documentation
kCFMalayalamCalendar⚠CFLocale
Apple’s documentation
kCFMarathiCalendar⚠CFLocale
Apple’s documentation
kCFNotFound
Apple’s documentation
kCFNull⚠
Apple’s documentation
kCFNumberFormatterAlwaysShowDecimalSeparator⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterCurrencyCode⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterCurrencyDecimalSeparator⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterCurrencyGroupingSeparator⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterCurrencySymbol⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterDecimalSeparator⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterDefaultFormat⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterExponentSymbol⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterFormatWidth⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterGroupingSeparator⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterGroupingSize⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterInfinitySymbol⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterInternationalCurrencySymbol⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterIsLenient⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMaxFractionDigits⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMaxIntegerDigits⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMaxSignificantDigits⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMinFractionDigits⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMinGroupingDigits⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMinIntegerDigits⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMinSignificantDigits⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMinusSign⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterMultiplier⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterNaNSymbol⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterNegativePrefix⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterNegativeSuffix⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterPaddingCharacter⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterPaddingPosition⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterPerMillSymbol⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterPercentSymbol⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterPlusSign⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterPositivePrefix⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterPositiveSuffix⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterRoundingIncrement⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterRoundingMode⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterSecondaryGroupingSize⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterUseGroupingSeparator⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterUseSignificantDigits⚠CFNumberFormatter
Apple’s documentation
kCFNumberFormatterZeroSymbol⚠CFNumberFormatter
Apple’s documentation
kCFNumberNaN⚠CFNumber
Apple’s documentation
kCFNumberNegativeInfinity⚠CFNumber
Apple’s documentation
kCFNumberPositiveInfinity⚠CFNumber
Apple’s documentation
kCFOdiaCalendar⚠CFLocale
Apple’s documentation
kCFPersianCalendar⚠CFLocale
Apple’s documentation
kCFPlugInDynamicRegisterFunctionKey⚠CFPlugIn
Apple’s documentation
kCFPlugInDynamicRegistrationKey⚠CFPlugIn
Apple’s documentation
kCFPlugInFactoriesKey⚠CFPlugIn
Apple’s documentation
kCFPlugInTypesKey⚠CFPlugIn
Apple’s documentation
kCFPlugInUnloadFunctionKey⚠CFPlugIn
Apple’s documentation
kCFPreferencesAnyApplication⚠CFPreferences
Apple’s documentation
kCFPreferencesAnyHost⚠CFPreferences
Apple’s documentation
kCFPreferencesAnyUser⚠CFPreferences
Apple’s documentation
kCFPreferencesCurrentApplication⚠CFPreferences
Apple’s documentation
kCFPreferencesCurrentHost⚠CFPreferences
Apple’s documentation
kCFPreferencesCurrentUser⚠CFPreferences
Apple’s documentation
kCFRepublicOfChinaCalendar⚠CFLocale
Apple’s documentation
kCFRunLoopCommonModes⚠CFRunLoop
Apple’s documentation
kCFRunLoopDefaultMode⚠CFRunLoop
Apple’s documentation
kCFSocketCommandKey⚠CFSocket
Apple’s documentation
kCFSocketErrorKey⚠CFSocket
Apple’s documentation
kCFSocketNameKey⚠CFSocket
Apple’s documentation
kCFSocketRegisterCommand⚠CFSocket
Apple’s documentation
kCFSocketResultKey⚠CFSocket
Apple’s documentation
kCFSocketRetrieveCommand⚠CFSocket
Apple’s documentation
kCFSocketValueKey⚠CFSocket
Apple’s documentation
kCFStreamErrorDomainSOCKS⚠CFStream
Apple’s documentation
kCFStreamErrorDomainSSL⚠CFStream
Apple’s documentation
kCFStreamPropertyAppendToFile⚠CFStream
Apple’s documentation
kCFStreamPropertyDataWritten⚠CFStream
Apple’s documentation
kCFStreamPropertyFileCurrentOffset⚠CFStream
Apple’s documentation
kCFStreamPropertySOCKSPassword⚠CFStream
Apple’s documentation
kCFStreamPropertySOCKSProxy⚠CFStream
Apple’s documentation
kCFStreamPropertySOCKSProxyHost⚠CFStream
Apple’s documentation
kCFStreamPropertySOCKSProxyPort⚠CFStream
Apple’s documentation
kCFStreamPropertySOCKSUser⚠CFStream
Apple’s documentation
kCFStreamPropertySOCKSVersion⚠CFStream
Apple’s documentation
kCFStreamPropertyShouldCloseNativeSocket⚠CFStream
Apple’s documentation
kCFStreamPropertySocketNativeHandle⚠CFStream
Apple’s documentation
kCFStreamPropertySocketRemoteHostName⚠CFStream
Apple’s documentation
kCFStreamPropertySocketRemotePortNumber⚠CFStream
Apple’s documentation
kCFStreamPropertySocketSecurityLevel⚠CFStream
Apple’s documentation
kCFStreamSocketSOCKSVersion4⚠CFStream
Apple’s documentation
kCFStreamSocketSOCKSVersion5⚠CFStream
Apple’s documentation
kCFStreamSocketSecurityLevelNegotiatedSSL⚠CFStream
Apple’s documentation
kCFStreamSocketSecurityLevelNone⚠CFStream
Apple’s documentation
kCFStreamSocketSecurityLevelSSLv2⚠DeprecatedCFStream
Apple’s documentation
kCFStreamSocketSecurityLevelSSLv3⚠DeprecatedCFStream
Apple’s documentation
kCFStreamSocketSecurityLevelTLSv1⚠CFStream
Apple’s documentation
kCFStringBinaryHeapCallBacks⚠CFBinaryHeap
Predefined CFBinaryHeapCallBacks structure containing a set of callbacks appropriate for use when the values in a CFBinaryHeap are all CFString types.
kCFStringTransformFullwidthHalfwidth⚠CFString
Apple’s documentation
kCFStringTransformHiraganaKatakana⚠CFString
Apple’s documentation
kCFStringTransformLatinArabic⚠CFString
Apple’s documentation
kCFStringTransformLatinCyrillic⚠CFString
Apple’s documentation
kCFStringTransformLatinGreek⚠CFString
Apple’s documentation
kCFStringTransformLatinHangul⚠CFString
Apple’s documentation
kCFStringTransformLatinHebrew⚠CFString
Apple’s documentation
kCFStringTransformLatinHiragana⚠CFString
Apple’s documentation
kCFStringTransformLatinKatakana⚠CFString
Apple’s documentation
kCFStringTransformLatinThai⚠CFString
Apple’s documentation
kCFStringTransformMandarinLatin⚠CFString
Apple’s documentation
kCFStringTransformStripCombiningMarks⚠CFString
Apple’s documentation
kCFStringTransformStripDiacritics⚠CFString
Apple’s documentation
kCFStringTransformToLatin⚠CFString
Apple’s documentation
kCFStringTransformToUnicodeName⚠CFString
Apple’s documentation
kCFStringTransformToXMLHex⚠CFString
Apple’s documentation
kCFTamilCalendar⚠CFLocale
Apple’s documentation
kCFTeluguCalendar⚠CFLocale
Apple’s documentation
kCFTimeZoneSystemTimeZoneDidChangeNotification⚠CFNotificationCenter and CFTimeZone
Apple’s documentation
kCFTypeArrayCallBacks⚠CFArray
Predefined CFArrayCallBacks structure containing a set of callbacks appropriate for use when the values in a CFArray are all CFTypes.
kCFTypeBagCallBacks⚠CFBag
Apple’s documentation
kCFTypeDictionaryKeyCallBacks⚠CFDictionary
Predefined CFDictionaryKeyCallBacks structure containing a set of callbacks appropriate for use when the keys of a CFDictionary are all CFTypes.
kCFTypeDictionaryValueCallBacks⚠CFDictionary
Predefined CFDictionaryValueCallBacks structure containing a set of callbacks appropriate for use when the values in a CFDictionary are all CFTypes.
kCFTypeSetCallBacks⚠CFSet
Predefined CFSetCallBacks structure containing a set of callbacks appropriate for use when the values in a CFSet are all CFTypes.
kCFURLAddedToDirectoryDateKey⚠CFURL
Apple’s documentation
kCFURLApplicationIsScriptableKey⚠CFURL
Apple’s documentation
kCFURLAttributeModificationDateKey⚠CFURL
Apple’s documentation
kCFURLCanonicalPathKey⚠CFURL
Apple’s documentation
kCFURLContentAccessDateKey⚠CFURL
Apple’s documentation
kCFURLContentModificationDateKey⚠CFURL
Apple’s documentation
kCFURLCreationDateKey⚠CFURL
Apple’s documentation
kCFURLCustomIconKey⚠DeprecatedCFURL
Apple’s documentation
kCFURLDirectoryEntryCountKey⚠CFURL
Apple’s documentation
kCFURLDocumentIdentifierKey⚠CFURL
Apple’s documentation
kCFURLEffectiveIconKey⚠DeprecatedCFURL
Apple’s documentation
kCFURLFileAllocatedSizeKey⚠CFURL
Apple’s documentation
kCFURLFileContentIdentifierKey⚠CFURL
Apple’s documentation
kCFURLFileDirectoryContents⚠DeprecatedCFURLAccess
Apple’s documentation
kCFURLFileExists⚠DeprecatedCFURLAccess
Apple’s documentation
kCFURLFileIdentifierKey⚠CFURL
Apple’s documentation
kCFURLFileLastModificationTime⚠DeprecatedCFURLAccess
Apple’s documentation
kCFURLFileLength⚠DeprecatedCFURLAccess
Apple’s documentation
kCFURLFileOwnerID⚠DeprecatedCFURLAccess
Apple’s documentation
kCFURLFilePOSIXMode⚠DeprecatedCFURLAccess
Apple’s documentation
kCFURLFileProtectionComplete⚠CFURL
Apple’s documentation
kCFURLFileProtectionCompleteUnlessOpen⚠CFURL
Apple’s documentation
kCFURLFileProtectionCompleteUntilFirstUserAuthentication⚠CFURL
Apple’s documentation
kCFURLFileProtectionCompleteWhenUserInactive⚠CFURL
Apple’s documentation
kCFURLFileProtectionKey⚠CFURL
Apple’s documentation
kCFURLFileProtectionNone⚠CFURL
Apple’s documentation
kCFURLFileResourceIdentifierKey⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeBlockSpecial⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeCharacterSpecial⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeDirectory⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeKey⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeNamedPipe⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeRegular⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeSocket⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeSymbolicLink⚠CFURL
Apple’s documentation
kCFURLFileResourceTypeUnknown⚠CFURL
Apple’s documentation
kCFURLFileSecurityKey⚠CFURL
Apple’s documentation
kCFURLFileSizeKey⚠CFURL
Apple’s documentation
kCFURLGenerationIdentifierKey⚠CFURL
Apple’s documentation
kCFURLHTTPStatusCode⚠DeprecatedCFURLAccess
Apple’s documentation
kCFURLHTTPStatusLine⚠DeprecatedCFURLAccess
Apple’s documentation
kCFURLHasHiddenExtensionKey⚠CFURL
Apple’s documentation
kCFURLIsAliasFileKey⚠CFURL
Apple’s documentation
kCFURLIsApplicationKey⚠CFURL
Apple’s documentation
kCFURLIsDirectoryKey⚠CFURL
Apple’s documentation
kCFURLIsExcludedFromBackupKey⚠CFURL
Apple’s documentation
kCFURLIsExecutableKey⚠CFURL
Apple’s documentation
kCFURLIsHiddenKey⚠CFURL
Apple’s documentation
kCFURLIsMountTriggerKey⚠CFURL
Apple’s documentation
kCFURLIsPackageKey⚠CFURL
Apple’s documentation
kCFURLIsPurgeableKey⚠CFURL
Apple’s documentation
kCFURLIsReadableKey⚠CFURL
Apple’s documentation
kCFURLIsRegularFileKey⚠CFURL
Apple’s documentation
kCFURLIsSparseKey⚠CFURL
Apple’s documentation
kCFURLIsSymbolicLinkKey⚠CFURL
Apple’s documentation
kCFURLIsSystemImmutableKey⚠CFURL
Apple’s documentation
kCFURLIsUbiquitousItemKey⚠CFURL
Apple’s documentation
kCFURLIsUserImmutableKey⚠CFURL
Apple’s documentation
kCFURLIsVolumeKey⚠CFURL
Apple’s documentation
kCFURLIsWritableKey⚠CFURL
Apple’s documentation
kCFURLKeysOfUnsetValuesKey⚠CFURL
Apple’s documentation
kCFURLLabelColorKey⚠DeprecatedCFURL
Apple’s documentation
kCFURLLabelNumberKey⚠CFURL
Apple’s documentation
kCFURLLinkCountKey⚠CFURL
Apple’s documentation
kCFURLLocalizedLabelKey⚠CFURL
Apple’s documentation
kCFURLLocalizedNameKey⚠CFURL
Apple’s documentation
kCFURLLocalizedTypeDescriptionKey⚠CFURL
Apple’s documentation
kCFURLMayHaveExtendedAttributesKey⚠CFURL
Apple’s documentation
kCFURLMayShareFileContentKey⚠CFURL
Apple’s documentation
kCFURLNameKey⚠CFURL
Apple’s documentation
kCFURLParentDirectoryURLKey⚠CFURL
Apple’s documentation
kCFURLPathKey⚠CFURL
Apple’s documentation
kCFURLPreferredIOBlockSizeKey⚠CFURL
Apple’s documentation
kCFURLQuarantinePropertiesKey⚠CFURL
Apple’s documentation
kCFURLTagNamesKey⚠CFURL
Apple’s documentation
kCFURLTotalFileAllocatedSizeKey⚠CFURL
Apple’s documentation
kCFURLTotalFileSizeKey⚠CFURL
Apple’s documentation
kCFURLTypeIdentifierKey⚠DeprecatedCFURL
Apple’s documentation
kCFURLUbiquitousItemDownloadingErrorKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemDownloadingStatusCurrent⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemDownloadingStatusDownloaded⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemDownloadingStatusKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemDownloadingStatusNotDownloaded⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemHasUnresolvedConflictsKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemIsDownloadedKey⚠DeprecatedCFURL
Apple’s documentation
kCFURLUbiquitousItemIsDownloadingKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemIsExcludedFromSyncKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemIsSyncPausedKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemIsUploadedKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemIsUploadingKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemPercentDownloadedKey⚠DeprecatedCFURL
Apple’s documentation
kCFURLUbiquitousItemPercentUploadedKey⚠DeprecatedCFURL
Apple’s documentation
kCFURLUbiquitousItemSupportedSyncControlsKey⚠CFURL
Apple’s documentation
kCFURLUbiquitousItemUploadingErrorKey⚠CFURL
Apple’s documentation
kCFURLVolumeAvailableCapacityForImportantUsageKey⚠CFURL
Apple’s documentation
kCFURLVolumeAvailableCapacityForOpportunisticUsageKey⚠CFURL
Apple’s documentation
kCFURLVolumeAvailableCapacityKey⚠CFURL
Apple’s documentation
kCFURLVolumeCreationDateKey⚠CFURL
Apple’s documentation
kCFURLVolumeIdentifierKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsAutomountedKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsBrowsableKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsEjectableKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsEncryptedKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsInternalKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsJournalingKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsLocalKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsReadOnlyKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsRemovableKey⚠CFURL
Apple’s documentation
kCFURLVolumeIsRootFileSystemKey⚠CFURL
Apple’s documentation
kCFURLVolumeLocalizedFormatDescriptionKey⚠CFURL
Apple’s documentation
kCFURLVolumeLocalizedNameKey⚠CFURL
Apple’s documentation
kCFURLVolumeMaximumFileSizeKey⚠CFURL
Apple’s documentation
kCFURLVolumeMountFromLocationKey⚠CFURL
Apple’s documentation
kCFURLVolumeNameKey⚠CFURL
Apple’s documentation
kCFURLVolumeResourceCountKey⚠CFURL
Apple’s documentation
kCFURLVolumeSubtypeKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsAccessPermissionsKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsAdvisoryFileLockingKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsCasePreservedNamesKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsCaseSensitiveNamesKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsCompressionKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsExclusiveRenamingKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsExtendedSecurityKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsFileCloningKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsFileProtectionKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsHardLinksKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsImmutableFilesKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsJournalingKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsPersistentIDsKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsRenamingKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsRootDirectoryDatesKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsSparseFilesKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsSwapRenamingKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsSymbolicLinksKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsVolumeSizesKey⚠CFURL
Apple’s documentation
kCFURLVolumeSupportsZeroRunsKey⚠CFURL
Apple’s documentation
kCFURLVolumeTotalCapacityKey⚠CFURL
Apple’s documentation
kCFURLVolumeTypeNameKey⚠CFURL
Apple’s documentation
kCFURLVolumeURLForRemountingKey⚠CFURL
Apple’s documentation
kCFURLVolumeURLKey⚠CFURL
Apple’s documentation
kCFURLVolumeUUIDStringKey⚠CFURL
Apple’s documentation
kCFUserNotificationAlertHeaderKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationAlertMessageKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationAlertTopMostKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationAlternateButtonTitleKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationCheckBoxTitlesKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationDefaultButtonTitleKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationIconURLKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationKeyboardTypesKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationLocalizationURLKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationOtherButtonTitleKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationPopUpSelectionKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationPopUpTitlesKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationProgressIndicatorValueKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationSoundURLKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationTextFieldTitlesKey⚠CFUserNotification
Apple’s documentation
kCFUserNotificationTextFieldValuesKey⚠CFUserNotification
Apple’s documentation
kCFVietnameseCalendar⚠CFLocale
Apple’s documentation
kCFVikramCalendar⚠CFLocale
Apple’s documentation
kCFXMLTreeErrorDescription⚠CFXMLParser
Apple’s documentation
kCFXMLTreeErrorLineNumber⚠CFXMLParser
Apple’s documentation
kCFXMLTreeErrorLocation⚠CFXMLParser
Apple’s documentation
kCFXMLTreeErrorStatusCode⚠CFXMLParser
Apple’s documentation

Traits§

ConcreteType
A concrete CoreFoundation type.
Type
A CoreFoundation-like type.

Functions§

CFAbsoluteTimeAddGregorianUnits⚠DeprecatedCFDate
Safety
CFAbsoluteTimeGetCurrentCFDate
CFAbsoluteTimeGetDayOfWeek⚠DeprecatedCFDate
Safety
CFAbsoluteTimeGetDayOfYear⚠DeprecatedCFDate
Safety
CFAbsoluteTimeGetDifferenceAsGregorianUnits⚠DeprecatedCFDate
Safety
CFAbsoluteTimeGetGregorianDate⚠DeprecatedCFDate
Safety
CFAbsoluteTimeGetWeekOfYear⚠DeprecatedCFDate
Safety
CFAllocatorAllocateDeprecated
CFAllocatorAllocateBytesDeprecated
CFAllocatorAllocateTyped⚠Deprecated
CFAllocatorCreate⚠Deprecated
CFAllocatorCreateWithZone⚠Deprecatedlibc
CFAllocatorDeallocate⚠Deprecated
CFAllocatorGetContext⚠Deprecated
CFAllocatorGetDefaultDeprecated
CFAllocatorGetPreferredSizeForSizeDeprecated
CFAllocatorReallocate⚠Deprecated
CFAllocatorReallocateBytes⚠Deprecated
CFAllocatorReallocateTyped⚠Deprecated
CFAllocatorSetDefaultDeprecated
CFArrayAppendArray⚠DeprecatedCFArray
CFArrayAppendValue⚠DeprecatedCFArray
CFArrayApplyFunction⚠DeprecatedCFArray
CFArrayBSearchValues⚠DeprecatedCFArray
CFArrayContainsValue⚠DeprecatedCFArray
CFArrayCreate⚠DeprecatedCFArray
CFArrayCreateCopy⚠DeprecatedCFArray
CFArrayCreateMutable⚠DeprecatedCFArray
CFArrayCreateMutableCopy⚠DeprecatedCFArray
CFArrayExchangeValuesAtIndices⚠DeprecatedCFArray
CFArrayGetCountDeprecatedCFArray
CFArrayGetCountOfValue⚠DeprecatedCFArray
CFArrayGetFirstIndexOfValue⚠DeprecatedCFArray
CFArrayGetLastIndexOfValue⚠DeprecatedCFArray
CFArrayGetValueAtIndex⚠DeprecatedCFArray
CFArrayGetValues⚠DeprecatedCFArray
CFArrayInsertValueAtIndex⚠DeprecatedCFArray
CFArrayRemoveAllValuesDeprecatedCFArray
CFArrayRemoveValueAtIndex⚠DeprecatedCFArray
CFArrayReplaceValues⚠DeprecatedCFArray
CFArraySetValueAtIndex⚠DeprecatedCFArray
CFArraySortValues⚠DeprecatedCFArray
CFAttributedStringBeginEditingDeprecatedCFAttributedString
CFAttributedStringCreate⚠DeprecatedCFAttributedString and CFDictionary
CFAttributedStringCreateCopyDeprecatedCFAttributedString
CFAttributedStringCreateMutableDeprecatedCFAttributedString
CFAttributedStringCreateMutableCopyDeprecatedCFAttributedString
CFAttributedStringCreateWithSubstring⚠DeprecatedCFAttributedString
CFAttributedStringEndEditingDeprecatedCFAttributedString
CFAttributedStringGetAttribute⚠DeprecatedCFAttributedString
CFAttributedStringGetAttributeAndLongestEffectiveRange⚠DeprecatedCFAttributedString
CFAttributedStringGetAttributes⚠DeprecatedCFAttributedString and CFDictionary
CFAttributedStringGetAttributesAndLongestEffectiveRange⚠DeprecatedCFAttributedString and CFDictionary
CFAttributedStringGetBidiLevelsAndResolvedDirections⚠DeprecatedCFAttributedString
CFAttributedStringGetLengthDeprecatedCFAttributedString
CFAttributedStringGetMutableStringDeprecatedCFAttributedString
CFAttributedStringGetStatisticalWritingDirections⚠DeprecatedCFAttributedString
CFAttributedStringGetStringDeprecatedCFAttributedString
CFAttributedStringRemoveAttribute⚠DeprecatedCFAttributedString
CFAttributedStringReplaceAttributedString⚠DeprecatedCFAttributedString
CFAttributedStringReplaceString⚠DeprecatedCFAttributedString
CFAttributedStringSetAttribute⚠DeprecatedCFAttributedString
CFAttributedStringSetAttributes⚠DeprecatedCFAttributedString and CFDictionary
CFBagAddValue⚠DeprecatedCFBag
CFBagApplyFunction⚠DeprecatedCFBag
CFBagContainsValue⚠DeprecatedCFBag
CFBagCreate⚠DeprecatedCFBag
CFBagCreateCopy⚠DeprecatedCFBag
CFBagCreateMutable⚠DeprecatedCFBag
CFBagCreateMutableCopy⚠DeprecatedCFBag
CFBagGetCount⚠DeprecatedCFBag
CFBagGetCountOfValue⚠DeprecatedCFBag
CFBagGetValue⚠DeprecatedCFBag
CFBagGetValueIfPresent⚠DeprecatedCFBag
CFBagGetValues⚠DeprecatedCFBag
CFBagRemoveAllValues⚠DeprecatedCFBag
CFBagRemoveValue⚠DeprecatedCFBag
CFBagReplaceValue⚠DeprecatedCFBag
CFBagSetValue⚠DeprecatedCFBag
CFBinaryHeapAddValue⚠DeprecatedCFBinaryHeap
CFBinaryHeapApplyFunction⚠DeprecatedCFBinaryHeap
CFBinaryHeapContainsValue⚠DeprecatedCFBinaryHeap
CFBinaryHeapCreate⚠DeprecatedCFBinaryHeap
CFBinaryHeapCreateCopy⚠DeprecatedCFBinaryHeap
CFBinaryHeapGetCount⚠DeprecatedCFBinaryHeap
CFBinaryHeapGetCountOfValue⚠DeprecatedCFBinaryHeap
CFBinaryHeapGetMinimum⚠DeprecatedCFBinaryHeap
CFBinaryHeapGetMinimumIfPresent⚠DeprecatedCFBinaryHeap
CFBinaryHeapGetValues⚠DeprecatedCFBinaryHeap
CFBinaryHeapRemoveAllValues⚠DeprecatedCFBinaryHeap
CFBinaryHeapRemoveMinimumValue⚠DeprecatedCFBinaryHeap
CFBitVectorContainsBitDeprecatedCFBitVector
CFBitVectorCreate⚠DeprecatedCFBitVector
CFBitVectorCreateCopy⚠DeprecatedCFBitVector
CFBitVectorCreateMutable⚠DeprecatedCFBitVector
CFBitVectorCreateMutableCopy⚠DeprecatedCFBitVector
CFBitVectorFlipBitAtIndex⚠DeprecatedCFBitVector
CFBitVectorFlipBits⚠DeprecatedCFBitVector
CFBitVectorGetBitAtIndexDeprecatedCFBitVector
CFBitVectorGetBits⚠DeprecatedCFBitVector
CFBitVectorGetCountDeprecatedCFBitVector
CFBitVectorGetCountOfBitDeprecatedCFBitVector
CFBitVectorGetFirstIndexOfBitDeprecatedCFBitVector
CFBitVectorGetLastIndexOfBitDeprecatedCFBitVector
CFBitVectorSetAllBits⚠DeprecatedCFBitVector
CFBitVectorSetBitAtIndex⚠DeprecatedCFBitVector
CFBitVectorSetBits⚠DeprecatedCFBitVector
CFBitVectorSetCount⚠DeprecatedCFBitVector
CFBooleanGetValueDeprecatedCFNumber
CFBundleCloseBundleResourceMapDeprecatedCFBundle
CFBundleCopyAuxiliaryExecutableURLDeprecatedCFBundle and CFURL
CFBundleCopyBuiltInPlugInsURLDeprecatedCFBundle and CFURL
CFBundleCopyBundleLocalizationsDeprecatedCFArray and CFBundle
CFBundleCopyBundleURLDeprecatedCFBundle and CFURL
CFBundleCopyExecutableArchitecturesDeprecatedCFArray and CFBundle
CFBundleCopyExecutableArchitecturesForURLDeprecatedCFArray and CFBundle and CFURL
CFBundleCopyExecutableURLDeprecatedCFBundle and CFURL
CFBundleCopyInfoDictionaryForURLDeprecatedCFBundle and CFDictionary and CFURL
CFBundleCopyInfoDictionaryInDirectoryDeprecatedCFBundle and CFDictionary and CFURL
CFBundleCopyLocalizationsForPreferences⚠DeprecatedCFArray and CFBundle
CFBundleCopyLocalizationsForURLDeprecatedCFArray and CFBundle and CFURL
CFBundleCopyLocalizedStringDeprecatedCFBundle
CFBundleCopyLocalizedStringForLocalizations⚠DeprecatedCFArray and CFBundle
CFBundleCopyPreferredLocalizationsFromArray⚠DeprecatedCFArray and CFBundle
CFBundleCopyPrivateFrameworksURLDeprecatedCFBundle and CFURL
CFBundleCopyResourceURLDeprecatedCFBundle and CFURL
CFBundleCopyResourceURLForLocalizationDeprecatedCFBundle and CFURL
CFBundleCopyResourceURLInDirectoryDeprecatedCFBundle and CFURL
CFBundleCopyResourceURLsOfTypeDeprecatedCFArray and CFBundle
CFBundleCopyResourceURLsOfTypeForLocalizationDeprecatedCFArray and CFBundle
CFBundleCopyResourceURLsOfTypeInDirectoryDeprecatedCFArray and CFBundle and CFURL
CFBundleCopyResourcesDirectoryURLDeprecatedCFBundle and CFURL
CFBundleCopySharedFrameworksURLDeprecatedCFBundle and CFURL
CFBundleCopySharedSupportURLDeprecatedCFBundle and CFURL
CFBundleCopySupportFilesDirectoryURLDeprecatedCFBundle and CFURL
CFBundleCreateDeprecatedCFBundle and CFURL
CFBundleCreateBundlesFromDirectoryDeprecatedCFArray and CFBundle and CFURL
CFBundleGetAllBundles⚠DeprecatedCFArray and CFBundle
CFBundleGetBundleWithIdentifierDeprecatedCFBundle
CFBundleGetDataPointerForNameDeprecatedCFBundle
CFBundleGetDataPointersForNames⚠DeprecatedCFArray and CFBundle
CFBundleGetDevelopmentRegionDeprecatedCFBundle
CFBundleGetFunctionPointerForNameDeprecatedCFBundle
CFBundleGetFunctionPointersForNames⚠DeprecatedCFArray and CFBundle
CFBundleGetIdentifierDeprecatedCFBundle
CFBundleGetInfoDictionaryDeprecatedCFBundle and CFDictionary
CFBundleGetLocalInfoDictionaryDeprecatedCFBundle and CFDictionary
CFBundleGetMainBundleDeprecatedCFBundle
CFBundleGetPackageInfo⚠DeprecatedCFBundle
CFBundleGetPackageInfoInDirectory⚠DeprecatedCFBundle and CFURL
CFBundleGetPlugInDeprecatedCFBundle
CFBundleGetValueForInfoDictionaryKeyDeprecatedCFBundle
CFBundleGetVersionNumberDeprecatedCFBundle
CFBundleIsArchitectureLoadableDeprecatedCFBundle and libc
CFBundleIsExecutableLoadableDeprecatedCFBundle
CFBundleIsExecutableLoadableForURLDeprecatedCFBundle and CFURL
CFBundleIsExecutableLoadedDeprecatedCFBundle
CFBundleLoadExecutable⚠DeprecatedCFBundle
CFBundleLoadExecutableAndReturnError⚠DeprecatedCFBundle and CFError
CFBundleOpenBundleResourceFiles⚠DeprecatedCFBundle
CFBundleOpenBundleResourceMapDeprecatedCFBundle
CFBundlePreflightExecutable⚠DeprecatedCFBundle and CFError
CFBundleUnloadExecutable⚠DeprecatedCFBundle
CFCalendarCopyCurrentDeprecatedCFCalendar
CFCalendarCopyLocaleDeprecatedCFCalendar and CFLocale
CFCalendarCopyTimeZoneDeprecatedCFCalendar and CFDate
CFCalendarCreateWithIdentifierDeprecatedCFCalendar and CFLocale
CFCalendarGetFirstWeekdayDeprecatedCFCalendar
CFCalendarGetIdentifierDeprecatedCFCalendar and CFLocale
CFCalendarGetMaximumRangeOfUnitDeprecatedCFCalendar
CFCalendarGetMinimumDaysInFirstWeekDeprecatedCFCalendar
CFCalendarGetMinimumRangeOfUnitDeprecatedCFCalendar
CFCalendarGetOrdinalityOfUnitDeprecatedCFCalendar and CFDate
CFCalendarGetRangeOfUnitDeprecatedCFCalendar and CFDate
CFCalendarGetTimeRangeOfUnit⚠DeprecatedCFCalendar and CFDate
CFCalendarSetFirstWeekdayDeprecatedCFCalendar
CFCalendarSetLocale⚠DeprecatedCFCalendar and CFLocale
CFCalendarSetMinimumDaysInFirstWeekDeprecatedCFCalendar
CFCalendarSetTimeZoneDeprecatedCFCalendar and CFDate
CFCharacterSetAddCharactersInRange⚠DeprecatedCFCharacterSet
CFCharacterSetAddCharactersInString⚠DeprecatedCFCharacterSet
CFCharacterSetCreateBitmapRepresentation⚠DeprecatedCFCharacterSet and CFData
CFCharacterSetCreateCopy⚠DeprecatedCFCharacterSet
CFCharacterSetCreateInvertedSet⚠DeprecatedCFCharacterSet
CFCharacterSetCreateMutable⚠DeprecatedCFCharacterSet
CFCharacterSetCreateMutableCopy⚠DeprecatedCFCharacterSet
CFCharacterSetCreateWithBitmapRepresentation⚠DeprecatedCFCharacterSet and CFData
CFCharacterSetCreateWithCharactersInRange⚠DeprecatedCFCharacterSet
CFCharacterSetCreateWithCharactersInString⚠DeprecatedCFCharacterSet
CFCharacterSetGetPredefinedDeprecatedCFCharacterSet
CFCharacterSetHasMemberInPlane⚠DeprecatedCFCharacterSet
CFCharacterSetIntersect⚠DeprecatedCFCharacterSet
CFCharacterSetInvert⚠DeprecatedCFCharacterSet
CFCharacterSetIsCharacterMemberDeprecatedCFCharacterSet
CFCharacterSetIsLongCharacterMemberDeprecatedCFCharacterSet
CFCharacterSetIsSupersetOfSet⚠DeprecatedCFCharacterSet
CFCharacterSetRemoveCharactersInRange⚠DeprecatedCFCharacterSet
CFCharacterSetRemoveCharactersInString⚠DeprecatedCFCharacterSet
CFCharacterSetUnion⚠DeprecatedCFCharacterSet
CFCopyDescription
CFCopyHomeDirectoryURLCFURL and CFUtilities
CFCopyTypeIDDescription
CFDataAppendBytes⚠DeprecatedCFData
CFDataCreate⚠DeprecatedCFData
CFDataCreateCopyDeprecatedCFData
CFDataCreateMutableDeprecatedCFData
CFDataCreateMutableCopy⚠DeprecatedCFData
CFDataCreateWithBytesNoCopy⚠DeprecatedCFData
CFDataDeleteBytesDeprecatedCFData
CFDataFind⚠DeprecatedCFData
CFDataGetBytePtrDeprecatedCFData
CFDataGetBytes⚠DeprecatedCFData
CFDataGetLengthDeprecatedCFData
CFDataGetMutableBytePtrDeprecatedCFData
CFDataIncreaseLengthDeprecatedCFData
CFDataReplaceBytes⚠DeprecatedCFData
CFDataSetLengthDeprecatedCFData
CFDateCompare⚠DeprecatedCFDate
CFDateCreateDeprecatedCFDate
CFDateFormatterCopyProperty⚠DeprecatedCFDateFormatter
CFDateFormatterCreate⚠DeprecatedCFDateFormatter and CFLocale
CFDateFormatterCreateDateFormatFromTemplate⚠DeprecatedCFDateFormatter and CFLocale
CFDateFormatterCreateDateFromString⚠DeprecatedCFDate and CFDateFormatter
CFDateFormatterCreateISO8601Formatter⚠DeprecatedCFDateFormatter
CFDateFormatterCreateStringWithAbsoluteTime⚠DeprecatedCFDate and CFDateFormatter
CFDateFormatterCreateStringWithDate⚠DeprecatedCFDate and CFDateFormatter
CFDateFormatterGetAbsoluteTimeFromString⚠DeprecatedCFDate and CFDateFormatter
CFDateFormatterGetDateStyleDeprecatedCFDateFormatter
CFDateFormatterGetFormatDeprecatedCFDateFormatter
CFDateFormatterGetLocaleDeprecatedCFDateFormatter and CFLocale
CFDateFormatterGetTimeStyleDeprecatedCFDateFormatter
CFDateFormatterSetFormat⚠DeprecatedCFDateFormatter
CFDateFormatterSetProperty⚠DeprecatedCFDateFormatter
CFDateGetAbsoluteTimeDeprecatedCFDate
CFDateGetTimeIntervalSinceDateDeprecatedCFDate
CFDictionaryAddValue⚠DeprecatedCFDictionary
CFDictionaryApplyFunction⚠DeprecatedCFDictionary
CFDictionaryContainsKey⚠DeprecatedCFDictionary
CFDictionaryContainsValue⚠DeprecatedCFDictionary
CFDictionaryCreate⚠DeprecatedCFDictionary
CFDictionaryCreateCopyDeprecatedCFDictionary
CFDictionaryCreateMutable⚠DeprecatedCFDictionary
CFDictionaryCreateMutableCopy⚠DeprecatedCFDictionary
CFDictionaryGetCountDeprecatedCFDictionary
CFDictionaryGetCountOfKey⚠DeprecatedCFDictionary
CFDictionaryGetCountOfValue⚠DeprecatedCFDictionary
CFDictionaryGetKeysAndValues⚠DeprecatedCFDictionary
CFDictionaryGetValue⚠DeprecatedCFDictionary
CFDictionaryGetValueIfPresent⚠DeprecatedCFDictionary
CFDictionaryRemoveAllValuesDeprecatedCFDictionary
CFDictionaryRemoveValue⚠DeprecatedCFDictionary
CFDictionaryReplaceValue⚠DeprecatedCFDictionary
CFDictionarySetValue⚠DeprecatedCFDictionary
CFEqual
CFErrorCopyDescriptionDeprecatedCFError
CFErrorCopyFailureReasonDeprecatedCFError
CFErrorCopyRecoverySuggestionDeprecatedCFError
CFErrorCopyUserInfoDeprecatedCFDictionary and CFError
CFErrorCreate⚠DeprecatedCFDictionary and CFError
CFErrorCreateWithUserInfoKeysAndValues⚠DeprecatedCFError
CFErrorGetCodeDeprecatedCFError
CFErrorGetDomainDeprecatedCFError
CFFileDescriptorCreate⚠DeprecatedCFFileDescriptor
CFFileDescriptorCreateRunLoopSourceDeprecatedCFFileDescriptor and CFRunLoop
CFFileDescriptorDisableCallBacksDeprecatedCFFileDescriptor
CFFileDescriptorEnableCallBacksDeprecatedCFFileDescriptor
CFFileDescriptorGetContext⚠DeprecatedCFFileDescriptor
CFFileDescriptorGetNativeDescriptorDeprecatedCFFileDescriptor
CFFileDescriptorInvalidateDeprecatedCFFileDescriptor
CFFileDescriptorIsValidDeprecatedCFFileDescriptor
CFFileSecurityClearPropertiesDeprecatedCFFileSecurity
CFFileSecurityCopyGroupUUID⚠DeprecatedCFFileSecurity and CFUUID
CFFileSecurityCopyOwnerUUID⚠DeprecatedCFFileSecurity and CFUUID
CFFileSecurityCreateDeprecatedCFFileSecurity
CFFileSecurityCreateCopyDeprecatedCFFileSecurity
CFFileSecurityGetGroup⚠DeprecatedCFFileSecurity and libc
CFFileSecurityGetMode⚠DeprecatedCFFileSecurity and libc
CFFileSecurityGetOwner⚠DeprecatedCFFileSecurity and libc
CFFileSecuritySetGroupDeprecatedCFFileSecurity and libc
CFFileSecuritySetGroupUUIDDeprecatedCFFileSecurity and CFUUID
CFFileSecuritySetModeDeprecatedCFFileSecurity and libc
CFFileSecuritySetOwnerDeprecatedCFFileSecurity and libc
CFFileSecuritySetOwnerUUIDDeprecatedCFFileSecurity and CFUUID
CFGetAllocator
CFGetRetainCount
CFGetTypeID
CFGregorianDateGetAbsoluteTime⚠DeprecatedCFDate
CFGregorianDateIsValidDeprecatedCFDate
CFHash
CFLocaleCopyAvailableLocaleIdentifiersDeprecatedCFArray and CFLocale
CFLocaleCopyCommonISOCurrencyCodesDeprecatedCFArray and CFLocale
CFLocaleCopyCurrentDeprecatedCFLocale
CFLocaleCopyDisplayNameForPropertyValueDeprecatedCFLocale
CFLocaleCopyISOCountryCodesDeprecatedCFArray and CFLocale
CFLocaleCopyISOCurrencyCodesDeprecatedCFArray and CFLocale
CFLocaleCopyISOLanguageCodesDeprecatedCFArray and CFLocale
CFLocaleCopyPreferredLanguagesDeprecatedCFArray and CFLocale
CFLocaleCreateDeprecatedCFLocale
CFLocaleCreateCanonicalLanguageIdentifierFromStringDeprecatedCFLocale
CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodesDeprecatedCFLocale
CFLocaleCreateCanonicalLocaleIdentifierFromStringDeprecatedCFLocale
CFLocaleCreateComponentsFromLocaleIdentifierDeprecatedCFDictionary and CFLocale
CFLocaleCreateCopyDeprecatedCFLocale
CFLocaleCreateLocaleIdentifierFromComponents⚠DeprecatedCFDictionary and CFLocale
CFLocaleCreateLocaleIdentifierFromWindowsLocaleCodeDeprecatedCFLocale
CFLocaleGetIdentifierDeprecatedCFLocale
CFLocaleGetLanguageCharacterDirectionDeprecatedCFLocale
CFLocaleGetLanguageLineDirectionDeprecatedCFLocale
CFLocaleGetSystemDeprecatedCFLocale
CFLocaleGetValueDeprecatedCFLocale
CFLocaleGetWindowsLocaleCodeFromLocaleIdentifierDeprecatedCFLocale
CFMachPortCreate⚠DeprecatedCFMachPort
CFMachPortCreateRunLoopSourceDeprecatedCFMachPort and CFRunLoop
CFMachPortCreateWithPort⚠DeprecatedCFMachPort and libc
CFMachPortGetContext⚠DeprecatedCFMachPort
CFMachPortGetInvalidationCallBackDeprecatedCFMachPort
CFMachPortGetPortDeprecatedCFMachPort and libc
CFMachPortInvalidateDeprecatedCFMachPort
CFMachPortIsValidDeprecatedCFMachPort
CFMachPortSetInvalidationCallBack⚠DeprecatedCFMachPort
CFMessagePortCreateLocal⚠DeprecatedCFData and CFMessagePort
CFMessagePortCreateRemoteDeprecatedCFMessagePort
CFMessagePortCreateRunLoopSourceDeprecatedCFMessagePort and CFRunLoop
CFMessagePortGetContext⚠DeprecatedCFMessagePort
CFMessagePortGetInvalidationCallBackDeprecatedCFMessagePort
CFMessagePortGetNameDeprecatedCFMessagePort
CFMessagePortInvalidateDeprecatedCFMessagePort
CFMessagePortIsRemoteDeprecatedCFMessagePort
CFMessagePortIsValidDeprecatedCFMessagePort
CFMessagePortSendRequest⚠DeprecatedCFData and CFDate and CFMessagePort
CFMessagePortSetDispatchQueue⚠DeprecatedCFMessagePort and dispatch2
CFMessagePortSetInvalidationCallBack⚠DeprecatedCFMessagePort
CFMessagePortSetNameDeprecatedCFMessagePort
CFNotificationCenterAddObserver⚠DeprecatedCFDictionary and CFNotificationCenter
CFNotificationCenterGetDarwinNotifyCenterDeprecatedCFNotificationCenter
CFNotificationCenterGetDistributedCenterDeprecatedCFNotificationCenter
CFNotificationCenterGetLocalCenterDeprecatedCFNotificationCenter
CFNotificationCenterPostNotification⚠DeprecatedCFDictionary and CFNotificationCenter
CFNotificationCenterPostNotificationWithOptions⚠DeprecatedCFDictionary and CFNotificationCenter
CFNotificationCenterRemoveEveryObserver⚠DeprecatedCFNotificationCenter
CFNotificationCenterRemoveObserver⚠DeprecatedCFNotificationCenter
CFNumberCompare⚠DeprecatedCFNumber
CFNumberCreate⚠DeprecatedCFNumber
CFNumberFormatterCopyProperty⚠DeprecatedCFNumberFormatter
CFNumberFormatterCreate⚠DeprecatedCFLocale and CFNumberFormatter
CFNumberFormatterCreateNumberFromString⚠DeprecatedCFNumber and CFNumberFormatter
CFNumberFormatterCreateStringWithNumber⚠DeprecatedCFNumber and CFNumberFormatter
CFNumberFormatterCreateStringWithValue⚠DeprecatedCFNumber and CFNumberFormatter
CFNumberFormatterGetDecimalInfoForCurrencyCode⚠DeprecatedCFNumberFormatter
CFNumberFormatterGetFormatDeprecatedCFNumberFormatter
CFNumberFormatterGetLocaleDeprecatedCFLocale and CFNumberFormatter
CFNumberFormatterGetStyleDeprecatedCFNumberFormatter
CFNumberFormatterGetValueFromString⚠DeprecatedCFNumber and CFNumberFormatter
CFNumberFormatterSetFormat⚠DeprecatedCFNumberFormatter
CFNumberFormatterSetProperty⚠DeprecatedCFNumberFormatter
CFNumberGetByteSizeDeprecatedCFNumber
CFNumberGetTypeDeprecatedCFNumber
CFNumberGetValue⚠DeprecatedCFNumber
CFNumberIsFloatTypeDeprecatedCFNumber
CFPlugInAddInstanceForFactoryDeprecatedCFPlugIn and CFUUID
CFPlugInCreateDeprecatedCFBundle and CFPlugIn and CFURL
CFPlugInFindFactoriesForPlugInTypeDeprecatedCFArray and CFPlugIn and CFUUID
CFPlugInFindFactoriesForPlugInTypeInPlugInDeprecatedCFArray and CFBundle and CFPlugIn and CFUUID
CFPlugInGetBundleDeprecatedCFBundle and CFPlugIn
CFPlugInInstanceCreateDeprecatedCFPlugIn and CFUUID
CFPlugInInstanceCreateWithInstanceDataSize⚠DeprecatedCFPlugIn
CFPlugInInstanceGetFactoryNameDeprecatedCFPlugIn
CFPlugInInstanceGetInstanceDataDeprecatedCFPlugIn
CFPlugInInstanceGetInterfaceFunctionTable⚠DeprecatedCFPlugIn
CFPlugInIsLoadOnDemandDeprecatedCFBundle and CFPlugIn
CFPlugInRegisterFactoryFunctionDeprecatedCFPlugIn and CFUUID
CFPlugInRegisterFactoryFunctionByNameDeprecatedCFBundle and CFPlugIn and CFUUID
CFPlugInRegisterPlugInTypeDeprecatedCFPlugIn and CFUUID
CFPlugInRemoveInstanceForFactoryDeprecatedCFPlugIn and CFUUID
CFPlugInSetLoadOnDemandDeprecatedCFBundle and CFPlugIn
CFPlugInUnregisterFactoryDeprecatedCFPlugIn and CFUUID
CFPlugInUnregisterPlugInTypeDeprecatedCFPlugIn and CFUUID
CFPreferencesAddSuitePreferencesToAppCFPreferences
CFPreferencesAppSynchronizeCFPreferences
CFPreferencesAppValueIsForcedCFPreferences
CFPreferencesCopyAppValueCFPreferences
CFPreferencesCopyApplicationListDeprecatedCFArray and CFPreferences
CFPreferencesCopyKeyListCFArray and CFPreferences
CFPreferencesCopyMultipleCFArray and CFDictionary and CFPreferences
CFPreferencesCopyValueCFPreferences
CFPreferencesGetAppBooleanValue⚠CFPreferences
Safety
CFPreferencesGetAppIntegerValue⚠CFPreferences
Safety
CFPreferencesRemoveSuitePreferencesFromAppCFPreferences
CFPreferencesSetAppValue⚠CFPreferences
Safety
CFPreferencesSetMultiple⚠CFArray and CFDictionary and CFPreferences
Safety
CFPreferencesSetValue⚠CFPreferences
Safety
CFPreferencesSynchronizeCFPreferences
CFPropertyListCreateData⚠CFData and CFError and CFPropertyList
Safety
CFPropertyListCreateDeepCopy⚠CFPropertyList
Safety
CFPropertyListCreateFromStream⚠DeprecatedCFPropertyList and CFStream
Safety
CFPropertyListCreateFromXMLData⚠DeprecatedCFData and CFPropertyList
Safety
CFPropertyListCreateWithData⚠CFData and CFError and CFPropertyList
Safety
CFPropertyListCreateWithStream⚠CFError and CFPropertyList and CFStream
Safety
CFPropertyListCreateXMLData⚠DeprecatedCFData and CFPropertyList
Safety
CFPropertyListIsValid⚠CFPropertyList
Safety
CFPropertyListWrite⚠CFError and CFPropertyList and CFStream
Safety
CFPropertyListWriteToStream⚠DeprecatedCFPropertyList and CFStream
Safety
CFReadStreamCloseDeprecatedCFStream
CFReadStreamCopyDispatchQueueDeprecatedCFStream and dispatch2
CFReadStreamCopyErrorDeprecatedCFError and CFStream
CFReadStreamCopyPropertyDeprecatedCFStream
CFReadStreamCreateWithBytesNoCopy⚠DeprecatedCFStream
CFReadStreamCreateWithFileDeprecatedCFStream and CFURL
CFReadStreamGetBuffer⚠DeprecatedCFStream
CFReadStreamGetErrorDeprecatedCFStream
CFReadStreamGetStatusDeprecatedCFStream
CFReadStreamHasBytesAvailableDeprecatedCFStream
CFReadStreamOpenDeprecatedCFStream
CFReadStreamRead⚠DeprecatedCFStream
CFReadStreamScheduleWithRunLoopDeprecatedCFRunLoop and CFStream
CFReadStreamSetClient⚠DeprecatedCFStream
CFReadStreamSetDispatchQueue⚠DeprecatedCFStream and dispatch2
CFReadStreamSetProperty⚠DeprecatedCFStream
CFReadStreamUnscheduleFromRunLoopDeprecatedCFRunLoop and CFStream
CFRunLoopAddCommonModeDeprecatedCFRunLoop
CFRunLoopAddObserverDeprecatedCFRunLoop
CFRunLoopAddSourceDeprecatedCFRunLoop
CFRunLoopAddTimerDeprecatedCFRunLoop
CFRunLoopContainsObserverDeprecatedCFRunLoop
CFRunLoopContainsSourceDeprecatedCFRunLoop
CFRunLoopContainsTimerDeprecatedCFRunLoop
CFRunLoopCopyAllModesDeprecatedCFArray and CFRunLoop
CFRunLoopCopyCurrentModeDeprecatedCFRunLoop
CFRunLoopGetCurrentDeprecatedCFRunLoop
CFRunLoopGetMainDeprecatedCFRunLoop
CFRunLoopGetNextTimerFireDateDeprecatedCFDate and CFRunLoop
CFRunLoopIsWaitingDeprecatedCFRunLoop
CFRunLoopObserverCreate⚠DeprecatedCFRunLoop
CFRunLoopObserverCreateWithHandler⚠Deprecatedblock2 and CFRunLoop
CFRunLoopObserverDoesRepeatDeprecatedCFRunLoop
CFRunLoopObserverGetActivitiesDeprecatedCFRunLoop
CFRunLoopObserverGetContext⚠DeprecatedCFRunLoop
CFRunLoopObserverGetOrderDeprecatedCFRunLoop
CFRunLoopObserverInvalidateDeprecatedCFRunLoop
CFRunLoopObserverIsValidDeprecatedCFRunLoop
CFRunLoopPerformBlock⚠Deprecatedblock2 and CFRunLoop
CFRunLoopRemoveObserverDeprecatedCFRunLoop
CFRunLoopRemoveSourceDeprecatedCFRunLoop
CFRunLoopRemoveTimerDeprecatedCFRunLoop
CFRunLoopRunDeprecatedCFRunLoop
CFRunLoopRunInModeDeprecatedCFDate and CFRunLoop
CFRunLoopSourceCreate⚠DeprecatedCFRunLoop
CFRunLoopSourceGetContext⚠DeprecatedCFRunLoop
CFRunLoopSourceGetOrderDeprecatedCFRunLoop
CFRunLoopSourceInvalidateDeprecatedCFRunLoop
CFRunLoopSourceIsValidDeprecatedCFRunLoop
CFRunLoopSourceSignalDeprecatedCFRunLoop
CFRunLoopStopDeprecatedCFRunLoop
CFRunLoopTimerCreate⚠DeprecatedCFDate and CFRunLoop
CFRunLoopTimerCreateWithHandler⚠Deprecatedblock2 and CFDate and CFRunLoop
CFRunLoopTimerDoesRepeatDeprecatedCFRunLoop
CFRunLoopTimerGetContext⚠DeprecatedCFRunLoop
CFRunLoopTimerGetIntervalDeprecatedCFDate and CFRunLoop
CFRunLoopTimerGetNextFireDateDeprecatedCFDate and CFRunLoop
CFRunLoopTimerGetOrderDeprecatedCFRunLoop
CFRunLoopTimerGetToleranceDeprecatedCFDate and CFRunLoop
CFRunLoopTimerInvalidateDeprecatedCFRunLoop
CFRunLoopTimerIsValidDeprecatedCFRunLoop
CFRunLoopTimerSetNextFireDateDeprecatedCFDate and CFRunLoop
CFRunLoopTimerSetTolerance⚠DeprecatedCFDate and CFRunLoop
CFRunLoopWakeUpDeprecatedCFRunLoop
CFSetAddValue⚠DeprecatedCFSet
CFSetApplyFunction⚠DeprecatedCFSet
CFSetContainsValue⚠DeprecatedCFSet
CFSetCreate⚠DeprecatedCFSet
CFSetCreateCopyDeprecatedCFSet
CFSetCreateMutable⚠DeprecatedCFSet
CFSetCreateMutableCopy⚠DeprecatedCFSet
CFSetGetCountDeprecatedCFSet
CFSetGetCountOfValue⚠DeprecatedCFSet
CFSetGetValue⚠DeprecatedCFSet
CFSetGetValueIfPresent⚠DeprecatedCFSet
CFSetGetValues⚠DeprecatedCFSet
CFSetRemoveAllValuesDeprecatedCFSet
CFSetRemoveValue⚠DeprecatedCFSet
CFSetReplaceValue⚠DeprecatedCFSet
CFSetSetValue⚠DeprecatedCFSet
CFShowCFString
CFShowStrCFString
CFSocketConnectToAddressDeprecatedCFData and CFDate and CFSocket
CFSocketCopyAddressDeprecatedCFData and CFSocket
CFSocketCopyPeerAddressDeprecatedCFData and CFSocket
CFSocketCopyRegisteredSocketSignature⚠DeprecatedCFData and CFDate and CFSocket
CFSocketCopyRegisteredValue⚠DeprecatedCFData and CFDate and CFSocket
CFSocketCreate⚠DeprecatedCFData and CFSocket
CFSocketCreateConnectedToSocketSignature⚠DeprecatedCFData and CFDate and CFSocket
CFSocketCreateRunLoopSourceDeprecatedCFRunLoop and CFSocket
CFSocketCreateWithNative⚠DeprecatedCFData and CFSocket
CFSocketCreateWithSocketSignature⚠DeprecatedCFData and CFSocket
CFSocketDisableCallBacksDeprecatedCFSocket
CFSocketEnableCallBacksDeprecatedCFSocket
CFSocketGetContext⚠DeprecatedCFSocket
CFSocketGetDefaultNameRegistryPortNumberDeprecatedCFSocket
CFSocketGetNativeDeprecatedCFSocket
CFSocketGetSocketFlagsDeprecatedCFSocket
CFSocketInvalidateDeprecatedCFSocket
CFSocketIsValidDeprecatedCFSocket
CFSocketRegisterSocketSignature⚠DeprecatedCFData and CFDate and CFSocket
CFSocketRegisterValue⚠DeprecatedCFData and CFDate and CFSocket
CFSocketSendDataDeprecatedCFData and CFDate and CFSocket
CFSocketSetAddressDeprecatedCFData and CFSocket
CFSocketSetDefaultNameRegistryPortNumberDeprecatedCFSocket
CFSocketSetSocketFlagsDeprecatedCFSocket
CFSocketUnregister⚠DeprecatedCFData and CFDate and CFSocket
CFStreamCreateBoundPair⚠CFStream
Safety
CFStreamCreatePairWithPeerSocketSignature⚠DeprecatedCFData and CFSocket and CFStream
Safety
CFStreamCreatePairWithSocket⚠DeprecatedCFSocket and CFStream
Safety
CFStreamCreatePairWithSocketToHost⚠DeprecatedCFStream
Safety
CFStringAppendDeprecatedCFString
CFStringAppendCString⚠DeprecatedCFString
CFStringAppendCharacters⚠DeprecatedCFString
CFStringAppendPascalString⚠DeprecatedCFString
CFStringCapitalizeDeprecatedCFLocale and CFString
CFStringCompareDeprecatedCFString
CFStringCompareWithOptions⚠DeprecatedCFString
CFStringCompareWithOptionsAndLocale⚠DeprecatedCFLocale and CFString
CFStringConvertEncodingToIANACharSetNameDeprecatedCFString
CFStringConvertEncodingToNSStringEncodingDeprecatedCFString
CFStringConvertEncodingToWindowsCodepageDeprecatedCFString
CFStringConvertIANACharSetNameToEncodingDeprecatedCFString
CFStringConvertNSStringEncodingToEncodingDeprecatedCFString
CFStringConvertWindowsCodepageToEncodingDeprecatedCFString
CFStringCreateArrayBySeparatingStringsDeprecatedCFArray and CFString
CFStringCreateArrayWithFindResults⚠DeprecatedCFArray and CFString
CFStringCreateByCombiningStrings⚠DeprecatedCFArray and CFString
CFStringCreateCopyDeprecatedCFString
CFStringCreateExternalRepresentationDeprecatedCFData and CFString
CFStringCreateFromExternalRepresentationDeprecatedCFData and CFString
CFStringCreateMutableDeprecatedCFString
CFStringCreateMutableCopyDeprecatedCFString
CFStringCreateMutableWithExternalCharactersNoCopy⚠DeprecatedCFString
CFStringCreateWithBytes⚠DeprecatedCFString
CFStringCreateWithBytesNoCopy⚠DeprecatedCFString
CFStringCreateWithCString⚠DeprecatedCFString
CFStringCreateWithCStringNoCopy⚠DeprecatedCFString
CFStringCreateWithCharacters⚠DeprecatedCFString
CFStringCreateWithCharactersNoCopy⚠DeprecatedCFString
CFStringCreateWithFileSystemRepresentation⚠DeprecatedCFString
CFStringCreateWithPascalString⚠DeprecatedCFString
CFStringCreateWithPascalStringNoCopy⚠DeprecatedCFString
CFStringCreateWithSubstring⚠DeprecatedCFString
CFStringDelete⚠DeprecatedCFString
CFStringFindDeprecatedCFString
CFStringFindAndReplace⚠DeprecatedCFString
CFStringFindCharacterFromSet⚠DeprecatedCFCharacterSet and CFString
CFStringFindWithOptions⚠DeprecatedCFString
CFStringFindWithOptionsAndLocale⚠DeprecatedCFLocale and CFString
CFStringFoldDeprecatedCFLocale and CFString
CFStringGetBytes⚠DeprecatedCFString
CFStringGetCString⚠DeprecatedCFString
CFStringGetCStringPtrDeprecatedCFString
CFStringGetCharacterAtIndex⚠DeprecatedCFString
CFStringGetCharacters⚠DeprecatedCFString
CFStringGetCharactersPtrDeprecatedCFString
CFStringGetDoubleValueDeprecatedCFString
CFStringGetFastestEncodingDeprecatedCFString
CFStringGetFileSystemRepresentation⚠DeprecatedCFString
CFStringGetHyphenationLocationBeforeIndex⚠DeprecatedCFLocale and CFString
CFStringGetIntValueDeprecatedCFString
CFStringGetLengthDeprecatedCFString
CFStringGetLineBounds⚠DeprecatedCFString
CFStringGetListOfAvailableEncodingsDeprecatedCFString
CFStringGetMaximumSizeForEncodingDeprecatedCFString
CFStringGetMaximumSizeOfFileSystemRepresentationDeprecatedCFString
CFStringGetMostCompatibleMacStringEncodingDeprecatedCFString
CFStringGetNameOfEncodingDeprecatedCFString
CFStringGetParagraphBounds⚠DeprecatedCFString
CFStringGetPascalString⚠DeprecatedCFString
CFStringGetPascalStringPtrDeprecatedCFString
CFStringGetRangeOfComposedCharactersAtIndex⚠DeprecatedCFString
CFStringGetSmallestEncodingDeprecatedCFString
CFStringGetSystemEncodingDeprecatedCFString
CFStringHasPrefixDeprecatedCFString
CFStringHasSuffixDeprecatedCFString
CFStringInsert⚠DeprecatedCFString
CFStringIsEncodingAvailableDeprecatedCFString
CFStringIsHyphenationAvailableForLocaleDeprecatedCFLocale and CFString
CFStringLowercaseDeprecatedCFLocale and CFString
CFStringNormalize⚠DeprecatedCFString
CFStringPad⚠DeprecatedCFString
CFStringReplace⚠DeprecatedCFString
CFStringReplaceAllDeprecatedCFString
CFStringSetExternalCharactersNoCopy⚠DeprecatedCFString
CFStringTokenizerAdvanceToNextTokenDeprecatedCFStringTokenizer
CFStringTokenizerCopyBestStringLanguageDeprecatedCFStringTokenizer
CFStringTokenizerCopyCurrentTokenAttributeDeprecatedCFStringTokenizer
CFStringTokenizerCreate⚠DeprecatedCFLocale and CFStringTokenizer
CFStringTokenizerGetCurrentSubTokens⚠DeprecatedCFArray and CFStringTokenizer
CFStringTokenizerGetCurrentTokenRangeDeprecatedCFStringTokenizer
CFStringTokenizerGoToTokenAtIndexDeprecatedCFStringTokenizer
CFStringTokenizerSetString⚠DeprecatedCFStringTokenizer
CFStringTransform⚠DeprecatedCFString
CFStringTrimDeprecatedCFString
CFStringTrimWhitespaceDeprecatedCFString
CFStringUppercaseDeprecatedCFLocale and CFString
CFTimeZoneCopyAbbreviationDeprecatedCFDate and CFTimeZone
CFTimeZoneCopyAbbreviationDictionaryDeprecatedCFDictionary and CFTimeZone
CFTimeZoneCopyDefaultDeprecatedCFDate and CFTimeZone
CFTimeZoneCopyKnownNamesDeprecatedCFArray and CFTimeZone
CFTimeZoneCopyLocalizedNameDeprecatedCFDate and CFLocale and CFTimeZone
CFTimeZoneCopySystemDeprecatedCFDate and CFTimeZone
CFTimeZoneCreate⚠DeprecatedCFData and CFDate and CFTimeZone
CFTimeZoneCreateWithNameDeprecatedCFDate and CFTimeZone
CFTimeZoneCreateWithTimeIntervalFromGMTDeprecatedCFDate and CFTimeZone
CFTimeZoneGetDataDeprecatedCFData and CFDate and CFTimeZone
CFTimeZoneGetDaylightSavingTimeOffsetDeprecatedCFDate and CFTimeZone
CFTimeZoneGetNameDeprecatedCFDate and CFTimeZone
CFTimeZoneGetNextDaylightSavingTimeTransitionDeprecatedCFDate and CFTimeZone
CFTimeZoneGetSecondsFromGMTDeprecatedCFDate and CFTimeZone
CFTimeZoneIsDaylightSavingTimeDeprecatedCFDate and CFTimeZone
CFTimeZoneResetSystemDeprecatedCFTimeZone
CFTimeZoneSetAbbreviationDictionary⚠DeprecatedCFDictionary and CFTimeZone
CFTimeZoneSetDefaultDeprecatedCFDate and CFTimeZone
CFTreeAppendChild⚠DeprecatedCFTree
CFTreeApplyFunctionToChildren⚠DeprecatedCFTree
CFTreeCreate⚠DeprecatedCFTree
CFTreeFindRootDeprecatedCFTree
CFTreeGetChildAtIndexDeprecatedCFTree
CFTreeGetChildCountDeprecatedCFTree
CFTreeGetChildren⚠DeprecatedCFTree
CFTreeGetContext⚠DeprecatedCFTree
CFTreeGetFirstChildDeprecatedCFTree
CFTreeGetNextSiblingDeprecatedCFTree
CFTreeGetParentDeprecatedCFTree
CFTreeInsertSibling⚠DeprecatedCFTree
CFTreePrependChild⚠DeprecatedCFTree
CFTreeRemoveDeprecatedCFTree
CFTreeRemoveAllChildrenDeprecatedCFTree
CFTreeSetContext⚠DeprecatedCFTree
CFTreeSortChildren⚠DeprecatedCFTree
CFURLCanBeDecomposedDeprecatedCFURL
CFURLClearResourcePropertyCacheDeprecatedCFURL
CFURLClearResourcePropertyCacheForKeyDeprecatedCFURL
CFURLCopyAbsoluteURLDeprecatedCFURL
CFURLCopyFileSystemPathDeprecatedCFURL
CFURLCopyFragmentDeprecatedCFURL
CFURLCopyHostNameDeprecatedCFURL
CFURLCopyLastPathComponentDeprecatedCFURL
CFURLCopyNetLocationDeprecatedCFURL
CFURLCopyParameterStringDeprecatedCFURL
CFURLCopyPasswordDeprecatedCFURL
CFURLCopyPathDeprecatedCFURL
CFURLCopyPathExtensionDeprecatedCFURL
CFURLCopyQueryStringDeprecatedCFURL
CFURLCopyResourcePropertiesForKeys⚠DeprecatedCFArray and CFDictionary and CFError and CFURL
CFURLCopyResourcePropertyForKey⚠DeprecatedCFError and CFURL
CFURLCopyResourceSpecifierDeprecatedCFURL
CFURLCopySchemeDeprecatedCFURL
CFURLCopyStrictPath⚠DeprecatedCFURL
CFURLCopyUserNameDeprecatedCFURL
CFURLCreateAbsoluteURLWithBytes⚠DeprecatedCFString and CFURL
CFURLCreateBookmarkData⚠DeprecatedCFArray and CFData and CFError and CFURL
CFURLCreateBookmarkDataFromAliasRecord⚠DeprecatedCFData and CFURL
CFURLCreateBookmarkDataFromFile⚠DeprecatedCFData and CFError and CFURL
CFURLCreateByResolvingBookmarkData⚠DeprecatedCFArray and CFData and CFError and CFURL
CFURLCreateCopyAppendingPathComponentDeprecatedCFURL
CFURLCreateCopyAppendingPathExtensionDeprecatedCFURL
CFURLCreateCopyDeletingLastPathComponentDeprecatedCFURL
CFURLCreateCopyDeletingPathExtensionDeprecatedCFURL
CFURLCreateDataDeprecatedCFData and CFString and CFURL
CFURLCreateDataAndPropertiesFromResource⚠DeprecatedCFArray and CFData and CFDictionary and CFURL and CFURLAccess
CFURLCreateFilePathURL⚠DeprecatedCFError and CFURL
CFURLCreateFileReferenceURL⚠DeprecatedCFError and CFURL
CFURLCreateFromFileSystemRepresentation⚠DeprecatedCFURL
CFURLCreateFromFileSystemRepresentationRelativeToBase⚠DeprecatedCFURL
CFURLCreatePropertyFromResource⚠DeprecatedCFURL and CFURLAccess
CFURLCreateResourcePropertiesForKeysFromBookmarkData⚠DeprecatedCFArray and CFData and CFDictionary and CFURL
CFURLCreateResourcePropertyForKeyFromBookmarkData⚠DeprecatedCFData and CFURL
CFURLCreateStringByAddingPercentEscapes⚠DeprecatedCFString and CFURL
CFURLCreateStringByReplacingPercentEscapesDeprecatedCFURL
CFURLCreateStringByReplacingPercentEscapesUsingEncoding⚠DeprecatedCFString and CFURL
CFURLCreateWithBytes⚠DeprecatedCFString and CFURL
CFURLCreateWithFileSystemPathDeprecatedCFURL
CFURLCreateWithFileSystemPathRelativeToBaseDeprecatedCFURL
CFURLCreateWithStringDeprecatedCFURL
CFURLDestroyResource⚠DeprecatedCFURL and CFURLAccess
CFURLEnumeratorCreateForDirectoryURL⚠DeprecatedCFArray and CFURL and CFURLEnumerator
CFURLEnumeratorCreateForMountedVolumes⚠DeprecatedCFArray and CFURLEnumerator
CFURLEnumeratorGetDescendentLevelDeprecatedCFURLEnumerator
CFURLEnumeratorGetNextURL⚠DeprecatedCFError and CFURL and CFURLEnumerator
CFURLEnumeratorGetSourceDidChangeDeprecatedCFURLEnumerator
CFURLEnumeratorSkipDescendentsDeprecatedCFURLEnumerator
CFURLGetBaseURLDeprecatedCFURL
CFURLGetByteRangeForComponent⚠DeprecatedCFURL
CFURLGetBytes⚠DeprecatedCFURL
CFURLGetFileSystemRepresentation⚠DeprecatedCFURL
CFURLGetPortNumberDeprecatedCFURL
CFURLGetStringDeprecatedCFURL
CFURLHasDirectoryPathDeprecatedCFURL
CFURLIsFileReferenceURLDeprecatedCFURL
CFURLResourceIsReachable⚠DeprecatedCFError and CFURL
CFURLSetResourcePropertiesForKeys⚠DeprecatedCFDictionary and CFError and CFURL
CFURLSetResourcePropertyForKey⚠DeprecatedCFError and CFURL
CFURLSetTemporaryResourcePropertyForKeyDeprecatedCFURL
CFURLStartAccessingSecurityScopedResource⚠DeprecatedCFURL
CFURLStopAccessingSecurityScopedResource⚠DeprecatedCFURL
CFURLWriteBookmarkDataToFile⚠DeprecatedCFData and CFError and CFURL
CFURLWriteDataAndPropertiesToResource⚠DeprecatedCFData and CFDictionary and CFURL and CFURLAccess
CFUUIDCreateDeprecatedCFUUID
CFUUIDCreateFromStringDeprecatedCFUUID
CFUUIDCreateFromUUIDBytesDeprecatedCFUUID
CFUUIDCreateStringDeprecatedCFUUID
CFUUIDCreateWithBytesDeprecatedCFUUID
CFUUIDGetConstantUUIDWithBytesDeprecatedCFUUID
CFUUIDGetUUIDBytesDeprecatedCFUUID
CFUserNotificationCancelDeprecatedCFUserNotification
CFUserNotificationCreate⚠DeprecatedCFDate and CFDictionary and CFUserNotification
CFUserNotificationCreateRunLoopSource⚠DeprecatedCFRunLoop and CFUserNotification
CFUserNotificationDisplayAlert⚠DeprecatedCFDate and CFURL and CFUserNotification
CFUserNotificationDisplayNoticeDeprecatedCFDate and CFURL and CFUserNotification
CFUserNotificationGetResponseDictionaryDeprecatedCFDictionary and CFUserNotification
CFUserNotificationGetResponseValue⚠DeprecatedCFUserNotification
CFUserNotificationReceiveResponse⚠DeprecatedCFDate and CFUserNotification
CFUserNotificationUpdate⚠DeprecatedCFDate and CFDictionary and CFUserNotification
CFWriteStreamCanAcceptBytesDeprecatedCFStream
CFWriteStreamCloseDeprecatedCFStream
CFWriteStreamCopyDispatchQueueDeprecatedCFStream and dispatch2
CFWriteStreamCopyErrorDeprecatedCFError and CFStream
CFWriteStreamCopyPropertyDeprecatedCFStream
CFWriteStreamCreateWithAllocatedBuffersDeprecatedCFStream
CFWriteStreamCreateWithBuffer⚠DeprecatedCFStream
CFWriteStreamCreateWithFileDeprecatedCFStream and CFURL
CFWriteStreamGetErrorDeprecatedCFStream
CFWriteStreamGetStatusDeprecatedCFStream
CFWriteStreamOpenDeprecatedCFStream
CFWriteStreamScheduleWithRunLoopDeprecatedCFRunLoop and CFStream
CFWriteStreamSetClient⚠DeprecatedCFStream
CFWriteStreamSetDispatchQueue⚠DeprecatedCFStream and dispatch2
CFWriteStreamSetProperty⚠DeprecatedCFStream
CFWriteStreamUnscheduleFromRunLoopDeprecatedCFRunLoop and CFStream
CFWriteStreamWrite⚠DeprecatedCFStream
CFXMLCreateStringByEscapingEntities⚠CFDictionary and CFXMLParser
Safety
CFXMLCreateStringByUnescapingEntities⚠CFDictionary and CFXMLParser
Safety
CFXMLNodeCreate⚠DeprecatedCFXMLNode
CFXMLNodeCreateCopy⚠DeprecatedCFXMLNode
CFXMLNodeGetInfoPtrDeprecatedCFXMLNode
CFXMLNodeGetStringDeprecatedCFXMLNode
CFXMLNodeGetTypeCodeDeprecatedCFXMLNode
CFXMLNodeGetVersionDeprecatedCFXMLNode
CFXMLParserAbort⚠DeprecatedCFXMLParser
CFXMLParserCopyErrorDescriptionDeprecatedCFXMLParser
CFXMLParserCreate⚠DeprecatedCFData and CFURL and CFXMLNode and CFXMLParser
CFXMLParserCreateWithDataFromURL⚠DeprecatedCFData and CFURL and CFXMLNode and CFXMLParser
CFXMLParserGetCallBacks⚠DeprecatedCFData and CFURL and CFXMLNode and CFXMLParser
CFXMLParserGetContext⚠DeprecatedCFXMLParser
CFXMLParserGetDocumentDeprecatedCFXMLParser
CFXMLParserGetLineNumberDeprecatedCFXMLParser
CFXMLParserGetLocationDeprecatedCFXMLParser
CFXMLParserGetSourceURLDeprecatedCFURL and CFXMLParser
CFXMLParserGetStatusCodeDeprecatedCFXMLParser
CFXMLParserParseDeprecatedCFXMLParser
CFXMLTreeCreateFromData⚠DeprecatedCFData and CFTree and CFURL and CFXMLNode and CFXMLParser
Safety
CFXMLTreeCreateFromDataWithError⚠DeprecatedCFData and CFDictionary and CFTree and CFURL and CFXMLNode and CFXMLParser
Safety
CFXMLTreeCreateWithDataFromURL⚠DeprecatedCFTree and CFURL and CFXMLNode and CFXMLParser
Safety
CFXMLTreeCreateWithNode⚠DeprecatedCFTree and CFXMLNode
Safety
CFXMLTreeCreateXMLData⚠DeprecatedCFData and CFTree and CFXMLNode and CFXMLParser
Safety
CFXMLTreeGetNodeDeprecatedCFTree and CFXMLNode

Type Aliases§

CFAbsoluteTimeCFDate
Apple’s documentation
CFAllocatorAllocateCallBack
Apple’s documentation
CFAllocatorCopyDescriptionCallBack
Apple’s documentation
CFAllocatorDeallocateCallBack
Apple’s documentation
CFAllocatorPreferredSizeCallBack
Apple’s documentation
CFAllocatorReallocateCallBack
Apple’s documentation
CFAllocatorReleaseCallBack
Apple’s documentation
CFAllocatorRetainCallBack
Apple’s documentation
CFAllocatorTypeID
Apple’s documentation
CFArrayApplierFunctionCFArray
Type of the callback function used by the apply functions of CFArrays.
CFArrayCopyDescriptionCallBackCFArray
Apple’s documentation
CFArrayEqualCallBackCFArray
Apple’s documentation
CFArrayReleaseCallBackCFArray
Apple’s documentation
CFArrayRetainCallBackCFArray
Structure containing the callbacks of a CFArray. Field: version The version number of the structure type being passed in as a parameter to the CFArray creation functions. This structure is version 0. Field: retain The callback used to add a retain for the array on values as they are put into the array. This callback returns the value to store in the array, which is usually the value parameter passed to this callback, but may be a different value if a different value should be stored in the array. The array’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the array from values as they are removed from the array. The array’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each value in the array. This is used by the CFCopyDescription() function. Field: equal The callback used to compare values in the array for equality for some operations.
CFBagApplierFunctionCFBag
Apple’s documentation
CFBagCopyDescriptionCallBackCFBag
Apple’s documentation
CFBagEqualCallBackCFBag
Apple’s documentation
CFBagHashCallBackCFBag
Apple’s documentation
CFBagReleaseCallBackCFBag
Apple’s documentation
CFBagRetainCallBackCFBag
Apple’s documentation
CFBinaryHeapApplierFunctionCFBinaryHeap
Type of the callback function used by the apply functions of CFBinaryHeap.
CFBitCFBitVector
Apple’s documentation
CFBundleRefNumCFBundle
Apple’s documentation
CFByteOrderCFByteOrder
Apple’s documentation
CFCalendarIdentifierCFLocale
Apple’s documentation
CFComparatorFunction
Apple’s documentation
CFDateFormatterKeyCFDateFormatter
Apple’s documentation
CFDictionaryApplierFunctionCFDictionary
Type of the callback function used by the apply functions of CFDictionarys.
CFDictionaryCopyDescriptionCallBackCFDictionary
Apple’s documentation
CFDictionaryEqualCallBackCFDictionary
Apple’s documentation
CFDictionaryHashCallBackCFDictionary
Apple’s documentation
CFDictionaryReleaseCallBackCFDictionary
Apple’s documentation
CFDictionaryRetainCallBackCFDictionary
Structure containing the callbacks for keys of a CFDictionary. Field: version The version number of the structure type being passed in as a parameter to the CFDictionary creation functions. This structure is version 0. Field: retain The callback used to add a retain for the dictionary on keys as they are used to put values into the dictionary. This callback returns the value to use as the key in the dictionary, which is usually the value parameter passed to this callback, but may be a different value if a different value should be used as the key. The dictionary’s allocator is passed as the first argument. Field: release The callback used to remove a retain previously added for the dictionary from keys as their values are removed from the dictionary. The dictionary’s allocator is passed as the first argument. Field: copyDescription The callback used to create a descriptive string representation of each key in the dictionary. This is used by the CFCopyDescription() function. Field: equal The callback used to compare keys in the dictionary for equality. Field: hash The callback used to compute a hash code for keys as they are used to access, add, or remove values in the dictionary.
CFErrorDomainCFError
Apple’s documentation
CFFileDescriptorCallBackCFFileDescriptor
Apple’s documentation
CFFileDescriptorNativeDescriptorCFFileDescriptor
Apple’s documentation
CFHashCode
Apple’s documentation
CFIndex
Apple’s documentation
CFLocaleIdentifierCFLocale
Apple’s documentation
CFLocaleKeyCFLocale
Apple’s documentation
CFMachPortCallBackCFMachPort
Apple’s documentation
CFMachPortInvalidationCallBackCFMachPort
Apple’s documentation
CFMessagePortCallBackCFData and CFMessagePort
Apple’s documentation
CFMessagePortInvalidationCallBackCFMessagePort
Apple’s documentation
CFNotificationCallbackCFDictionary and CFNotificationCenter
Apple’s documentation
CFNotificationNameCFNotificationCenter
Apple’s documentation
CFNumberFormatterKeyCFNumberFormatter
Apple’s documentation
CFOptionFlags
Apple’s documentation
CFPlugInDynamicRegisterFunctionCFBundle and CFPlugIn
Apple’s documentation
CFPlugInFactoryFunctionCFPlugIn and CFUUID
Apple’s documentation
CFPlugInInstanceDeallocateInstanceDataFunctionCFPlugIn
Apple’s documentation
CFPlugInInstanceGetInterfaceFunctionCFPlugIn
Apple’s documentation
CFPlugInUnloadFunctionCFBundle and CFPlugIn
Apple’s documentation
CFPropertyList
Apple’s documentation
CFReadStreamClientCallBackCFStream
Apple’s documentation
CFRunLoopModeCFRunLoop
Apple’s documentation
CFRunLoopObserverCallBackCFRunLoop
Apple’s documentation
CFRunLoopTimerCallBackCFRunLoop
Apple’s documentation
CFSetApplierFunctionCFSet
Type of the callback function used by the apply functions of CFSets.
CFSetCopyDescriptionCallBackCFSet
Type of the callback function used by CFSets for describing values.
CFSetEqualCallBackCFSet
Type of the callback function used by CFSets for comparing values.
CFSetHashCallBackCFSet
Type of the callback function used by CFSets for hashing values.
CFSetReleaseCallBackCFSet
Type of the callback function used by CFSets for releasing a retain on values.
CFSetRetainCallBackCFSet
Type of the callback function used by CFSets for retaining values.
CFSocketCallBackCFData and CFSocket
Apple’s documentation
CFSocketNativeHandleCFSocket
Apple’s documentation
CFStreamPropertyKeyCFStream
Apple’s documentation
CFStringEncodingCFString
Apple’s documentation
CFTimeIntervalCFDate
Apple’s documentation
CFTreeApplierFunctionCFTree
Type of the callback function used by the apply functions of CFTree.
CFTreeCopyDescriptionCallBackCFTree
Type of the callback function used to provide a description of the user-specified info parameter.
CFTreeReleaseCallBackCFTree
Type of the callback function used to remove a retain previously added to the user-specified info parameter.
CFTreeRetainCallBackCFTree
Type of the callback function used to add a retain to the user-specified info parameter. This callback may returns the value to use whenever the info parameter is retained, which is usually the value parameter passed to this callback, but may be a different value if a different value should be used.
CFTypeID
Apple’s documentation
CFURLBookmarkFileCreationOptionsCFURL
Apple’s documentation
CFUserNotificationCallBackCFUserNotification
Apple’s documentation
CFWriteStreamClientCallBackCFStream
Apple’s documentation
CFXMLParserAddChildCallBackCFXMLParser
Apple’s documentation
CFXMLParserCopyDescriptionCallBackCFXMLParser
Apple’s documentation
CFXMLParserCreateXMLStructureCallBackCFXMLNode and CFXMLParser
Apple’s documentation
CFXMLParserEndXMLStructureCallBackCFXMLParser
Apple’s documentation
CFXMLParserHandleErrorCallBackCFXMLParser
Apple’s documentation
CFXMLParserReleaseCallBackCFXMLParser
Apple’s documentation
CFXMLParserResolveExternalEntityCallBackCFData and CFURL and CFXMLNode and CFXMLParser
Apple’s documentation
CFXMLParserRetainCallBackCFXMLParser
Apple’s documentation
CFXMLTreeCFTree and CFXMLNode
Apple’s documentation
CGFloatCFCGTypes
The basic type for all floating-point values.
HRESULTCFPlugInCOM
Apple’s documentation
LPVOIDCFPlugInCOM
Apple’s documentation
REFIIDCFPlugInCOM and CFUUID
Apple’s documentation
ULONGCFPlugInCOM
Apple’s documentation