Documentation
¶
Overview ¶
Package corefoundation provides purego-based Go bindings for the macOS CoreFoundation framework.
Apple documentation: https://developer.apple.com/documentation/corefoundation
Index ¶
- Constants
- func BuiltinConstantP() int
- func CFAbsoluteTimeAddGregorianUnits(at float64, tz unsafe.Pointer, units CFGregorianUnits) float64deprecated
- func CFAbsoluteTimeGetCurrent() float64
- func CFAbsoluteTimeGetDayOfWeek(at float64, tz unsafe.Pointer) intdeprecated
- func CFAbsoluteTimeGetDayOfYear(at float64, tz unsafe.Pointer) intdeprecated
- func CFAbsoluteTimeGetWeekOfYear(at float64, tz unsafe.Pointer) intdeprecated
- func CFAllocatorAllocate(allocator unsafe.Pointer, size int, hint uint) unsafe.Pointer
- func CFAllocatorAllocateBytes(allocator unsafe.Pointer, size int, hint uint) unsafe.Pointer
- func CFAllocatorAllocateTyped(allocator unsafe.Pointer, size int, descriptor uint64, hint uint) unsafe.Pointer
- func CFAllocatorCreate(allocator unsafe.Pointer, context_ *CFAllocatorContext) unsafe.Pointer
- func CFAllocatorDeallocate(allocator unsafe.Pointer, ptr unsafe.Pointer)
- func CFAllocatorGetContext(allocator unsafe.Pointer, context_ *CFAllocatorContext)
- func CFAllocatorGetDefault() unsafe.Pointer
- func CFAllocatorGetPreferredSizeForSize(allocator unsafe.Pointer, size int, hint uint) int
- func CFAllocatorGetTypeID() uint
- func CFAllocatorReallocate(allocator unsafe.Pointer, ptr unsafe.Pointer, newsize int, hint uint) unsafe.Pointer
- func CFAllocatorReallocateBytes(allocator unsafe.Pointer, ptr unsafe.Pointer, newsize int, hint uint) unsafe.Pointer
- func CFAllocatorReallocateTyped(allocator unsafe.Pointer, ptr unsafe.Pointer, newsize int, descriptor uint64, ...) unsafe.Pointer
- func CFAllocatorSetDefault(allocator unsafe.Pointer)
- func CFArrayAppendArray(theArray unsafe.Pointer, otherArray unsafe.Pointer, otherRange CFRange)
- func CFArrayAppendValue(theArray unsafe.Pointer, value unsafe.Pointer)
- func CFArrayApplyFunction(theArray unsafe.Pointer, range_ CFRange, applier unsafe.Pointer, ...)
- func CFArrayBSearchValues(theArray unsafe.Pointer, range_ CFRange, value unsafe.Pointer, ...) int
- func CFArrayContainsValue(theArray unsafe.Pointer, range_ CFRange, value unsafe.Pointer) uint8
- func CFArrayCreate(allocator unsafe.Pointer, values unsafe.Pointer, numValues int, ...) unsafe.Pointer
- func CFArrayCreateCopy(allocator unsafe.Pointer, theArray unsafe.Pointer) unsafe.Pointer
- func CFArrayCreateMutable(allocator unsafe.Pointer, capacity int, callBacks *CFArrayCallBacks) unsafe.Pointer
- func CFArrayCreateMutableCopy(allocator unsafe.Pointer, capacity int, theArray unsafe.Pointer) unsafe.Pointer
- func CFArrayExchangeValuesAtIndices(theArray unsafe.Pointer, idx1 int, idx2 int)
- func CFArrayGetCount(theArray unsafe.Pointer) int
- func CFArrayGetCountOfValue(theArray unsafe.Pointer, range_ CFRange, value unsafe.Pointer) int
- func CFArrayGetFirstIndexOfValue(theArray unsafe.Pointer, range_ CFRange, value unsafe.Pointer) int
- func CFArrayGetLastIndexOfValue(theArray unsafe.Pointer, range_ CFRange, value unsafe.Pointer) int
- func CFArrayGetTypeID() uint
- func CFArrayGetValueAtIndex(theArray unsafe.Pointer, idx int) unsafe.Pointer
- func CFArrayGetValues(theArray unsafe.Pointer, range_ CFRange, values unsafe.Pointer)
- func CFArrayInsertValueAtIndex(theArray unsafe.Pointer, idx int, value unsafe.Pointer)
- func CFArrayRemoveAllValues(theArray unsafe.Pointer)
- func CFArrayRemoveValueAtIndex(theArray unsafe.Pointer, idx int)
- func CFArrayReplaceValues(theArray unsafe.Pointer, range_ CFRange, newValues unsafe.Pointer, ...)
- func CFArraySetValueAtIndex(theArray unsafe.Pointer, idx int, value unsafe.Pointer)
- func CFArraySortValues(theArray unsafe.Pointer, range_ CFRange, comparator unsafe.Pointer, ...)
- func CFAttributedStringBeginEditing(aStr unsafe.Pointer)
- func CFAttributedStringCreate(alloc unsafe.Pointer, str unsafe.Pointer, attributes unsafe.Pointer) unsafe.Pointer
- func CFAttributedStringCreateCopy(alloc unsafe.Pointer, aStr unsafe.Pointer) unsafe.Pointer
- func CFAttributedStringCreateMutable(alloc unsafe.Pointer, maxLength int) unsafe.Pointer
- func CFAttributedStringCreateMutableCopy(alloc unsafe.Pointer, maxLength int, aStr unsafe.Pointer) unsafe.Pointer
- func CFAttributedStringCreateWithSubstring(alloc unsafe.Pointer, aStr unsafe.Pointer, range_ CFRange) unsafe.Pointer
- func CFAttributedStringEndEditing(aStr unsafe.Pointer)
- func CFAttributedStringGetAttribute(aStr unsafe.Pointer, loc int, attrName unsafe.Pointer, effectiveRange *CFRange) unsafe.Pointer
- func CFAttributedStringGetAttributeAndLongestEffectiveRange(aStr unsafe.Pointer, loc int, attrName unsafe.Pointer, inRange CFRange, ...) unsafe.Pointer
- func CFAttributedStringGetAttributes(aStr unsafe.Pointer, loc int, effectiveRange *CFRange) unsafe.Pointer
- func CFAttributedStringGetAttributesAndLongestEffectiveRange(aStr unsafe.Pointer, loc int, inRange CFRange, longestEffectiveRange *CFRange) unsafe.Pointer
- func CFAttributedStringGetBidiLevelsAndResolvedDirections(attributedString unsafe.Pointer, range_ CFRange, baseDirection int8, ...) bool
- func CFAttributedStringGetLength(aStr unsafe.Pointer) int
- func CFAttributedStringGetMutableString(aStr unsafe.Pointer) unsafe.Pointer
- func CFAttributedStringGetStatisticalWritingDirections(attributedString unsafe.Pointer, range_ CFRange, baseDirection int8, ...) bool
- func CFAttributedStringGetString(aStr unsafe.Pointer) unsafe.Pointer
- func CFAttributedStringGetTypeID() uint
- func CFAttributedStringRemoveAttribute(aStr unsafe.Pointer, range_ CFRange, attrName unsafe.Pointer)
- func CFAttributedStringReplaceAttributedString(aStr unsafe.Pointer, range_ CFRange, replacement unsafe.Pointer)
- func CFAttributedStringReplaceString(aStr unsafe.Pointer, range_ CFRange, replacement unsafe.Pointer)
- func CFAttributedStringSetAttribute(aStr unsafe.Pointer, range_ CFRange, attrName unsafe.Pointer, ...)
- func CFAttributedStringSetAttributes(aStr unsafe.Pointer, range_ CFRange, replacement unsafe.Pointer, ...)
- func CFAutorelease(arg unsafe.Pointer) unsafe.Pointer
- func CFBagAddValue(theBag unsafe.Pointer, value unsafe.Pointer)
- func CFBagApplyFunction(theBag unsafe.Pointer, applier unsafe.Pointer, context_ unsafe.Pointer)
- func CFBagContainsValue(theBag unsafe.Pointer, value unsafe.Pointer) uint8
- func CFBagCreate(allocator unsafe.Pointer, values unsafe.Pointer, numValues int, ...) unsafe.Pointer
- func CFBagCreateCopy(allocator unsafe.Pointer, theBag unsafe.Pointer) unsafe.Pointer
- func CFBagCreateMutable(allocator unsafe.Pointer, capacity int, callBacks *CFBagCallBacks) unsafe.Pointer
- func CFBagCreateMutableCopy(allocator unsafe.Pointer, capacity int, theBag unsafe.Pointer) unsafe.Pointer
- func CFBagGetCount(theBag unsafe.Pointer) int
- func CFBagGetCountOfValue(theBag unsafe.Pointer, value unsafe.Pointer) int
- func CFBagGetTypeID() uint
- func CFBagGetValue(theBag unsafe.Pointer, value unsafe.Pointer) unsafe.Pointer
- func CFBagGetValueIfPresent(theBag unsafe.Pointer, candidate unsafe.Pointer, value unsafe.Pointer) uint8
- func CFBagGetValues(theBag unsafe.Pointer, values unsafe.Pointer)
- func CFBagRemoveAllValues(theBag unsafe.Pointer)
- func CFBagRemoveValue(theBag unsafe.Pointer, value unsafe.Pointer)
- func CFBagReplaceValue(theBag unsafe.Pointer, value unsafe.Pointer)
- func CFBagSetValue(theBag unsafe.Pointer, value unsafe.Pointer)
- func CFBinaryHeapAddValue(heap unsafe.Pointer, value unsafe.Pointer)
- func CFBinaryHeapApplyFunction(heap unsafe.Pointer, applier unsafe.Pointer, context_ unsafe.Pointer)
- func CFBinaryHeapContainsValue(heap unsafe.Pointer, value unsafe.Pointer) uint8
- func CFBinaryHeapCreate(allocator unsafe.Pointer, capacity int, callBacks *CFBinaryHeapCallBacks, ...) unsafe.Pointer
- func CFBinaryHeapCreateCopy(allocator unsafe.Pointer, capacity int, heap unsafe.Pointer) unsafe.Pointer
- func CFBinaryHeapGetCount(heap unsafe.Pointer) int
- func CFBinaryHeapGetCountOfValue(heap unsafe.Pointer, value unsafe.Pointer) int
- func CFBinaryHeapGetMinimum(heap unsafe.Pointer) unsafe.Pointer
- func CFBinaryHeapGetMinimumIfPresent(heap unsafe.Pointer, value unsafe.Pointer) uint8
- func CFBinaryHeapGetTypeID() uint
- func CFBinaryHeapGetValues(heap unsafe.Pointer, values unsafe.Pointer)
- func CFBinaryHeapRemoveAllValues(heap unsafe.Pointer)
- func CFBinaryHeapRemoveMinimumValue(heap unsafe.Pointer)
- func CFBitVectorContainsBit(bv unsafe.Pointer, range_ CFRange, value uint) uint8
- func CFBitVectorCreate(allocator unsafe.Pointer, bytes_ *uint8, numBits int) unsafe.Pointer
- func CFBitVectorCreateCopy(allocator unsafe.Pointer, bv unsafe.Pointer) unsafe.Pointer
- func CFBitVectorCreateMutable(allocator unsafe.Pointer, capacity int) unsafe.Pointer
- func CFBitVectorCreateMutableCopy(allocator unsafe.Pointer, capacity int, bv unsafe.Pointer) unsafe.Pointer
- func CFBitVectorFlipBitAtIndex(bv unsafe.Pointer, idx int)
- func CFBitVectorFlipBits(bv unsafe.Pointer, range_ CFRange)
- func CFBitVectorGetBitAtIndex(bv unsafe.Pointer, idx int) uint
- func CFBitVectorGetBits(bv unsafe.Pointer, range_ CFRange, bytes_ *uint8)
- func CFBitVectorGetCount(bv unsafe.Pointer) int
- func CFBitVectorGetCountOfBit(bv unsafe.Pointer, range_ CFRange, value uint) int
- func CFBitVectorGetFirstIndexOfBit(bv unsafe.Pointer, range_ CFRange, value uint) int
- func CFBitVectorGetLastIndexOfBit(bv unsafe.Pointer, range_ CFRange, value uint) int
- func CFBitVectorGetTypeID() uint
- func CFBitVectorSetAllBits(bv unsafe.Pointer, value uint)
- func CFBitVectorSetBitAtIndex(bv unsafe.Pointer, idx int, value uint)
- func CFBitVectorSetBits(bv unsafe.Pointer, range_ CFRange, value uint)
- func CFBitVectorSetCount(bv unsafe.Pointer, count int)
- func CFBooleanGetTypeID() uint
- func CFBooleanGetValue(boolean unsafe.Pointer) uint8
- func CFBundleCloseBundleResourceMap(bundle unsafe.Pointer, refNum int)deprecated
- func CFBundleCopyAuxiliaryExecutableURL(bundle unsafe.Pointer, executableName unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyBuiltInPlugInsURL(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyBundleLocalizations(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyBundleURL(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyExecutableArchitectures(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyExecutableArchitecturesForURL(url unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyExecutableURL(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyInfoDictionaryForURL(url unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyInfoDictionaryInDirectory(bundleURL unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyLocalizationsForPreferences(locArray unsafe.Pointer, prefArray unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyLocalizationsForURL(url unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyLocalizedString(bundle unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer, ...) unsafe.Pointer
- func CFBundleCopyLocalizedStringForLocalizations(bundle unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer, ...) unsafe.Pointer
- func CFBundleCopyPreferredLocalizationsFromArray(locArray unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyPrivateFrameworksURL(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyResourceURL(bundle unsafe.Pointer, resourceName unsafe.Pointer, ...) unsafe.Pointer
- func CFBundleCopyResourceURLForLocalization(bundle unsafe.Pointer, resourceName unsafe.Pointer, ...) unsafe.Pointer
- func CFBundleCopyResourceURLInDirectory(bundleURL unsafe.Pointer, resourceName unsafe.Pointer, ...) unsafe.Pointer
- func CFBundleCopyResourceURLsOfType(bundle unsafe.Pointer, resourceType unsafe.Pointer, subDirName unsafe.Pointer) unsafe.Pointer
- func CFBundleCopyResourceURLsOfTypeForLocalization(bundle unsafe.Pointer, resourceType unsafe.Pointer, subDirName unsafe.Pointer, ...) unsafe.Pointer
- func CFBundleCopyResourceURLsOfTypeInDirectory(bundleURL unsafe.Pointer, resourceType unsafe.Pointer, ...) unsafe.Pointer
- func CFBundleCopyResourcesDirectoryURL(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopySharedFrameworksURL(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopySharedSupportURL(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCopySupportFilesDirectoryURL(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleCreate(allocator unsafe.Pointer, bundleURL unsafe.Pointer) unsafe.Pointer
- func CFBundleCreateBundlesFromDirectory(allocator unsafe.Pointer, directoryURL unsafe.Pointer, ...) unsafe.Pointer
- func CFBundleGetAllBundles() unsafe.Pointer
- func CFBundleGetBundleWithIdentifier(bundleID unsafe.Pointer) unsafe.Pointer
- func CFBundleGetDataPointerForName(bundle unsafe.Pointer, symbolName unsafe.Pointer) unsafe.Pointer
- func CFBundleGetDataPointersForNames(bundle unsafe.Pointer, symbolNames unsafe.Pointer, stbl unsafe.Pointer)
- func CFBundleGetDevelopmentRegion(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleGetFunctionPointerForName(bundle unsafe.Pointer, functionName unsafe.Pointer) unsafe.Pointer
- func CFBundleGetFunctionPointersForNames(bundle unsafe.Pointer, functionNames unsafe.Pointer, ftbl unsafe.Pointer)
- func CFBundleGetIdentifier(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleGetInfoDictionary(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleGetLocalInfoDictionary(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleGetMainBundle() unsafe.Pointer
- func CFBundleGetPackageInfo(bundle unsafe.Pointer, packageType *uint, packageCreator *uint)
- func CFBundleGetPackageInfoInDirectory(url unsafe.Pointer, packageType *uint, packageCreator *uint) uint8
- func CFBundleGetPlugIn(bundle unsafe.Pointer) unsafe.Pointer
- func CFBundleGetTypeID() uint
- func CFBundleGetValueForInfoDictionaryKey(bundle unsafe.Pointer, key unsafe.Pointer) unsafe.Pointer
- func CFBundleGetVersionNumber(bundle unsafe.Pointer) uint
- func CFBundleIsArchitectureLoadable(arch int) uint8
- func CFBundleIsExecutableLoadable(bundle unsafe.Pointer) uint8
- func CFBundleIsExecutableLoadableForURL(url unsafe.Pointer) uint8
- func CFBundleIsExecutableLoaded(bundle unsafe.Pointer) uint8
- func CFBundleLoadExecutable(bundle unsafe.Pointer) uint8
- func CFBundleLoadExecutableAndReturnError(bundle unsafe.Pointer, error_ unsafe.Pointer) uint8
- func CFBundleOpenBundleResourceFiles(bundle unsafe.Pointer, refNum *int, localizedRefNum *int) intdeprecated
- func CFBundleOpenBundleResourceMap(bundle unsafe.Pointer) intdeprecated
- func CFBundlePreflightExecutable(bundle unsafe.Pointer, error_ unsafe.Pointer) uint8
- func CFBundleUnloadExecutable(bundle unsafe.Pointer)
- func CFByteOrderGetCurrent() int
- func CFCalendarCopyCurrent() unsafe.Pointer
- func CFCalendarCopyLocale(calendar unsafe.Pointer) unsafe.Pointer
- func CFCalendarCopyTimeZone(calendar unsafe.Pointer) unsafe.Pointer
- func CFCalendarCreateWithIdentifier(allocator unsafe.Pointer, identifier unsafe.Pointer) unsafe.Pointer
- func CFCalendarGetFirstWeekday(calendar unsafe.Pointer) int
- func CFCalendarGetIdentifier(calendar unsafe.Pointer) unsafe.Pointer
- func CFCalendarGetMinimumDaysInFirstWeek(calendar unsafe.Pointer) int
- func CFCalendarGetOrdinalityOfUnit(calendar unsafe.Pointer, smallerUnit CFCalendarUnit, biggerUnit CFCalendarUnit, ...) int
- func CFCalendarGetTimeRangeOfUnit(calendar unsafe.Pointer, unit CFCalendarUnit, at float64, startp *float64, ...) uint8
- func CFCalendarGetTypeID() uint
- func CFCalendarSetFirstWeekday(calendar unsafe.Pointer, wkdy int)
- func CFCalendarSetLocale(calendar unsafe.Pointer, locale unsafe.Pointer)
- func CFCalendarSetMinimumDaysInFirstWeek(calendar unsafe.Pointer, mwd int)
- func CFCalendarSetTimeZone(calendar unsafe.Pointer, tz unsafe.Pointer)
- func CFCharacterSetAddCharactersInRange(theSet unsafe.Pointer, theRange CFRange)
- func CFCharacterSetAddCharactersInString(theSet unsafe.Pointer, theString unsafe.Pointer)
- func CFCharacterSetCreateBitmapRepresentation(alloc unsafe.Pointer, theSet unsafe.Pointer) unsafe.Pointer
- func CFCharacterSetCreateCopy(alloc unsafe.Pointer, theSet unsafe.Pointer) unsafe.Pointer
- func CFCharacterSetCreateInvertedSet(alloc unsafe.Pointer, theSet unsafe.Pointer) unsafe.Pointer
- func CFCharacterSetCreateMutable(alloc unsafe.Pointer) unsafe.Pointer
- func CFCharacterSetCreateMutableCopy(alloc unsafe.Pointer, theSet unsafe.Pointer) unsafe.Pointer
- func CFCharacterSetCreateWithBitmapRepresentation(alloc unsafe.Pointer, theData unsafe.Pointer) unsafe.Pointer
- func CFCharacterSetCreateWithCharactersInRange(alloc unsafe.Pointer, theRange CFRange) unsafe.Pointer
- func CFCharacterSetCreateWithCharactersInString(alloc unsafe.Pointer, theString unsafe.Pointer) unsafe.Pointer
- func CFCharacterSetGetPredefined(theSetIdentifier CFCharacterSetPredefinedSet) unsafe.Pointer
- func CFCharacterSetGetTypeID() uint
- func CFCharacterSetHasMemberInPlane(theSet unsafe.Pointer, thePlane int) uint8
- func CFCharacterSetIntersect(theSet unsafe.Pointer, theOtherSet unsafe.Pointer)
- func CFCharacterSetInvert(theSet unsafe.Pointer)
- func CFCharacterSetIsCharacterMember(theSet unsafe.Pointer, theChar uint16) uint8
- func CFCharacterSetIsLongCharacterMember(theSet unsafe.Pointer, theChar uint) uint8
- func CFCharacterSetIsSupersetOfSet(theSet unsafe.Pointer, theOtherset unsafe.Pointer) uint8
- func CFCharacterSetRemoveCharactersInRange(theSet unsafe.Pointer, theRange CFRange)
- func CFCharacterSetRemoveCharactersInString(theSet unsafe.Pointer, theString unsafe.Pointer)
- func CFCharacterSetUnion(theSet unsafe.Pointer, theOtherSet unsafe.Pointer)
- func CFConvertDoubleSwappedToHost(arg CFSwappedFloat64) float64
- func CFConvertFloat32SwappedToHost(arg CFSwappedFloat32) float32
- func CFConvertFloat64SwappedToHost(arg CFSwappedFloat64) float64
- func CFConvertFloatSwappedToHost(arg CFSwappedFloat32) float32
- func CFCopyDescription(cf unsafe.Pointer) unsafe.Pointer
- func CFCopyTypeIDDescription(type_id uint) unsafe.Pointer
- func CFDataAppendBytes(theData unsafe.Pointer, bytes_ *uint8, length int)
- func CFDataCreate(allocator unsafe.Pointer, bytes_ *uint8, length int) unsafe.Pointer
- func CFDataCreateCopy(allocator unsafe.Pointer, theData unsafe.Pointer) unsafe.Pointer
- func CFDataCreateMutable(allocator unsafe.Pointer, capacity int) unsafe.Pointer
- func CFDataCreateMutableCopy(allocator unsafe.Pointer, capacity int, theData unsafe.Pointer) unsafe.Pointer
- func CFDataCreateWithBytesNoCopy(allocator unsafe.Pointer, bytes_ *uint8, length int, ...) unsafe.Pointer
- func CFDataDeleteBytes(theData unsafe.Pointer, range_ CFRange)
- func CFDataGetBytePtr(theData unsafe.Pointer) *uint8
- func CFDataGetBytes(theData unsafe.Pointer, range_ CFRange, buffer *uint8)
- func CFDataGetLength(theData unsafe.Pointer) int
- func CFDataGetMutableBytePtr(theData unsafe.Pointer) *uint8
- func CFDataGetTypeID() uint
- func CFDataIncreaseLength(theData unsafe.Pointer, extraLength int)
- func CFDataReplaceBytes(theData unsafe.Pointer, range_ CFRange, newBytes *uint8, newLength int)
- func CFDataSetLength(theData unsafe.Pointer, length int)
- func CFDateCreate(allocator unsafe.Pointer, at float64) unsafe.Pointer
- func CFDateFormatterCopyProperty(formatter unsafe.Pointer, key unsafe.Pointer) unsafe.Pointer
- func CFDateFormatterCreate(allocator unsafe.Pointer, locale unsafe.Pointer, ...) unsafe.Pointer
- func CFDateFormatterCreateDateFormatFromTemplate(allocator unsafe.Pointer, tmplate unsafe.Pointer, options uint, ...) unsafe.Pointer
- func CFDateFormatterCreateDateFromString(allocator unsafe.Pointer, formatter unsafe.Pointer, string_ unsafe.Pointer, ...) unsafe.Pointer
- func CFDateFormatterCreateISO8601Formatter(allocator unsafe.Pointer, formatOptions CFISO8601DateFormatOptions) unsafe.Pointer
- func CFDateFormatterCreateStringWithAbsoluteTime(allocator unsafe.Pointer, formatter unsafe.Pointer, at float64) unsafe.Pointer
- func CFDateFormatterCreateStringWithDate(allocator unsafe.Pointer, formatter unsafe.Pointer, date unsafe.Pointer) unsafe.Pointer
- func CFDateFormatterGetAbsoluteTimeFromString(formatter unsafe.Pointer, string_ unsafe.Pointer, rangep *CFRange, ...) uint8
- func CFDateFormatterGetFormat(formatter unsafe.Pointer) unsafe.Pointer
- func CFDateFormatterGetLocale(formatter unsafe.Pointer) unsafe.Pointer
- func CFDateFormatterGetTypeID() uint
- func CFDateFormatterSetFormat(formatter unsafe.Pointer, formatString unsafe.Pointer)
- func CFDateFormatterSetProperty(formatter unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer)
- func CFDateGetAbsoluteTime(theDate unsafe.Pointer) float64
- func CFDateGetTimeIntervalSinceDate(theDate unsafe.Pointer, otherDate unsafe.Pointer) float64
- func CFDateGetTypeID() uint
- func CFDictionaryAddValue(theDict unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer)
- func CFDictionaryApplyFunction(theDict unsafe.Pointer, applier unsafe.Pointer, context_ unsafe.Pointer)
- func CFDictionaryContainsKey(theDict unsafe.Pointer, key unsafe.Pointer) uint8
- func CFDictionaryContainsValue(theDict unsafe.Pointer, value unsafe.Pointer) uint8
- func CFDictionaryCreate(allocator unsafe.Pointer, keys unsafe.Pointer, values unsafe.Pointer, ...) unsafe.Pointer
- func CFDictionaryCreateCopy(allocator unsafe.Pointer, theDict unsafe.Pointer) unsafe.Pointer
- func CFDictionaryCreateMutable(allocator unsafe.Pointer, capacity int, keyCallBacks *CFDictionaryKeyCallBacks, ...) unsafe.Pointer
- func CFDictionaryCreateMutableCopy(allocator unsafe.Pointer, capacity int, theDict unsafe.Pointer) unsafe.Pointer
- func CFDictionaryGetCount(theDict unsafe.Pointer) int
- func CFDictionaryGetCountOfKey(theDict unsafe.Pointer, key unsafe.Pointer) int
- func CFDictionaryGetCountOfValue(theDict unsafe.Pointer, value unsafe.Pointer) int
- func CFDictionaryGetKeysAndValues(theDict unsafe.Pointer, keys unsafe.Pointer, values unsafe.Pointer)
- func CFDictionaryGetTypeID() uint
- func CFDictionaryGetValue(theDict unsafe.Pointer, key unsafe.Pointer) unsafe.Pointer
- func CFDictionaryGetValueIfPresent(theDict unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer) uint8
- func CFDictionaryRemoveAllValues(theDict unsafe.Pointer)
- func CFDictionaryRemoveValue(theDict unsafe.Pointer, key unsafe.Pointer)
- func CFDictionaryReplaceValue(theDict unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer)
- func CFDictionarySetValue(theDict unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer)
- func CFEqual(cf1 unsafe.Pointer, cf2 unsafe.Pointer) uint8
- func CFErrorCopyDescription(err unsafe.Pointer) unsafe.Pointer
- func CFErrorCopyFailureReason(err unsafe.Pointer) unsafe.Pointer
- func CFErrorCopyRecoverySuggestion(err unsafe.Pointer) unsafe.Pointer
- func CFErrorCopyUserInfo(err unsafe.Pointer) unsafe.Pointer
- func CFErrorCreate(allocator unsafe.Pointer, domain unsafe.Pointer, code int, ...) unsafe.Pointer
- func CFErrorCreateWithUserInfoKeysAndValues(allocator unsafe.Pointer, domain unsafe.Pointer, code int, ...) unsafe.Pointer
- func CFErrorGetCode(err unsafe.Pointer) int
- func CFErrorGetDomain(err unsafe.Pointer) unsafe.Pointer
- func CFErrorGetTypeID() uint
- func CFFileDescriptorCreate(allocator unsafe.Pointer, fd int, closeOnInvalidate uint8, ...) unsafe.Pointer
- func CFFileDescriptorCreateRunLoopSource(allocator unsafe.Pointer, f unsafe.Pointer, order int) unsafe.Pointer
- func CFFileDescriptorDisableCallBacks(f unsafe.Pointer, callBackTypes uint)
- func CFFileDescriptorEnableCallBacks(f unsafe.Pointer, callBackTypes uint)
- func CFFileDescriptorGetContext(f unsafe.Pointer, context_ *CFFileDescriptorContext)
- func CFFileDescriptorGetNativeDescriptor(f unsafe.Pointer) int
- func CFFileDescriptorGetTypeID() uint
- func CFFileDescriptorInvalidate(f unsafe.Pointer)
- func CFFileDescriptorIsValid(f unsafe.Pointer) uint8
- func CFFileSecurityClearProperties(fileSec unsafe.Pointer, clearPropertyMask CFFileSecurityClearOptions) uint8
- func CFFileSecurityCopyAccessControlList(fileSec unsafe.Pointer, accessControlList unsafe.Pointer) uint8
- func CFFileSecurityCopyGroupUUID(fileSec unsafe.Pointer, groupUUID unsafe.Pointer) uint8
- func CFFileSecurityCopyOwnerUUID(fileSec unsafe.Pointer, ownerUUID unsafe.Pointer) uint8
- func CFFileSecurityCreate(allocator unsafe.Pointer) unsafe.Pointer
- func CFFileSecurityCreateCopy(allocator unsafe.Pointer, fileSec unsafe.Pointer) unsafe.Pointer
- func CFFileSecurityGetGroup(fileSec unsafe.Pointer, group *uint) uint8
- func CFFileSecurityGetMode(fileSec unsafe.Pointer, mode *uint16) uint8
- func CFFileSecurityGetOwner(fileSec unsafe.Pointer, owner *uint) uint8
- func CFFileSecurityGetTypeID() uint
- func CFFileSecuritySetAccessControlList(fileSec unsafe.Pointer, accessControlList unsafe.Pointer) uint8
- func CFFileSecuritySetGroup(fileSec unsafe.Pointer, group uint) uint8
- func CFFileSecuritySetGroupUUID(fileSec unsafe.Pointer, groupUUID unsafe.Pointer) uint8
- func CFFileSecuritySetMode(fileSec unsafe.Pointer, mode uint16) uint8
- func CFFileSecuritySetOwner(fileSec unsafe.Pointer, owner uint) uint8
- func CFFileSecuritySetOwnerUUID(fileSec unsafe.Pointer, ownerUUID unsafe.Pointer) uint8
- func CFGetAllocator(cf unsafe.Pointer) unsafe.Pointer
- func CFGetRetainCount(cf unsafe.Pointer) int
- func CFGetTypeID(cf unsafe.Pointer) uint
- func CFGregorianDateGetAbsoluteTime(gdate CFGregorianDate, tz unsafe.Pointer) float64deprecated
- func CFGregorianDateIsValid(gdate CFGregorianDate, unitFlags uint) uint8deprecated
- func CFHash(cf unsafe.Pointer) uint
- func CFLocaleCopyAvailableLocaleIdentifiers() unsafe.Pointer
- func CFLocaleCopyCommonISOCurrencyCodes() unsafe.Pointer
- func CFLocaleCopyCurrent() unsafe.Pointer
- func CFLocaleCopyDisplayNameForPropertyValue(displayLocale unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer) unsafe.Pointer
- func CFLocaleCopyISOCountryCodes() unsafe.Pointer
- func CFLocaleCopyISOCurrencyCodes() unsafe.Pointer
- func CFLocaleCopyISOLanguageCodes() unsafe.Pointer
- func CFLocaleCopyPreferredLanguages() unsafe.Pointer
- func CFLocaleCreate(allocator unsafe.Pointer, localeIdentifier unsafe.Pointer) unsafe.Pointer
- func CFLocaleCreateCanonicalLanguageIdentifierFromString(allocator unsafe.Pointer, localeIdentifier unsafe.Pointer) unsafe.Pointer
- func CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodes(allocator unsafe.Pointer, lcode int16, rcode int16) unsafe.Pointer
- func CFLocaleCreateCanonicalLocaleIdentifierFromString(allocator unsafe.Pointer, localeIdentifier unsafe.Pointer) unsafe.Pointer
- func CFLocaleCreateComponentsFromLocaleIdentifier(allocator unsafe.Pointer, localeID unsafe.Pointer) unsafe.Pointer
- func CFLocaleCreateCopy(allocator unsafe.Pointer, locale unsafe.Pointer) unsafe.Pointer
- func CFLocaleCreateLocaleIdentifierFromComponents(allocator unsafe.Pointer, dictionary unsafe.Pointer) unsafe.Pointer
- func CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode(allocator unsafe.Pointer, lcid uint32) unsafe.Pointer
- func CFLocaleGetIdentifier(locale unsafe.Pointer) unsafe.Pointer
- func CFLocaleGetSystem() unsafe.Pointer
- func CFLocaleGetTypeID() uint
- func CFLocaleGetValue(locale unsafe.Pointer, key unsafe.Pointer) unsafe.Pointer
- func CFLocaleGetWindowsLocaleCodeFromLocaleIdentifier(localeIdentifier unsafe.Pointer) uint32
- func CFMachPortCreate(allocator unsafe.Pointer, callout unsafe.Pointer, context_ *CFMachPortContext, ...) unsafe.Pointer
- func CFMachPortCreateRunLoopSource(allocator unsafe.Pointer, port unsafe.Pointer, order int) unsafe.Pointer
- func CFMachPortCreateWithPort(allocator unsafe.Pointer, portNum uint, callout unsafe.Pointer, ...) unsafe.Pointer
- func CFMachPortGetContext(port unsafe.Pointer, context_ *CFMachPortContext)
- func CFMachPortGetInvalidationCallBack(port unsafe.Pointer) unsafe.Pointer
- func CFMachPortGetPort(port unsafe.Pointer) uint
- func CFMachPortGetTypeID() uint
- func CFMachPortInvalidate(port unsafe.Pointer)
- func CFMachPortIsValid(port unsafe.Pointer) uint8
- func CFMachPortSetInvalidationCallBack(port unsafe.Pointer, callout unsafe.Pointer)
- func CFMakeCollectable(cf unsafe.Pointer) unsafe.Pointer
- func CFMessagePortCreateLocal(allocator unsafe.Pointer, name unsafe.Pointer, callout unsafe.Pointer, ...) unsafe.Pointer
- func CFMessagePortCreateRemote(allocator unsafe.Pointer, name unsafe.Pointer) unsafe.Pointer
- func CFMessagePortCreateRunLoopSource(allocator unsafe.Pointer, local unsafe.Pointer, order int) unsafe.Pointer
- func CFMessagePortGetContext(ms unsafe.Pointer, context_ *CFMessagePortContext)
- func CFMessagePortGetInvalidationCallBack(ms unsafe.Pointer) unsafe.Pointer
- func CFMessagePortGetName(ms unsafe.Pointer) unsafe.Pointer
- func CFMessagePortGetTypeID() uint
- func CFMessagePortInvalidate(ms unsafe.Pointer)
- func CFMessagePortIsRemote(ms unsafe.Pointer) uint8
- func CFMessagePortIsValid(ms unsafe.Pointer) uint8
- func CFMessagePortSendRequest(remote unsafe.Pointer, msgid int, data unsafe.Pointer, sendTimeout float64, ...) int
- func CFMessagePortSetDispatchQueue(ms unsafe.Pointer, queue unsafe.Pointer)
- func CFMessagePortSetInvalidationCallBack(ms unsafe.Pointer, callout unsafe.Pointer)
- func CFMessagePortSetName(ms unsafe.Pointer, newName unsafe.Pointer) uint8
- func CFNotificationCenterAddObserver(center unsafe.Pointer, observer unsafe.Pointer, callBack unsafe.Pointer, ...)
- func CFNotificationCenterGetDarwinNotifyCenter() unsafe.Pointer
- func CFNotificationCenterGetDistributedCenter() unsafe.Pointer
- func CFNotificationCenterGetLocalCenter() unsafe.Pointer
- func CFNotificationCenterGetTypeID() uint
- func CFNotificationCenterPostNotification(center unsafe.Pointer, name unsafe.Pointer, object unsafe.Pointer, ...)
- func CFNotificationCenterPostNotificationWithOptions(center unsafe.Pointer, name unsafe.Pointer, object unsafe.Pointer, ...)
- func CFNotificationCenterRemoveEveryObserver(center unsafe.Pointer, observer unsafe.Pointer)
- func CFNotificationCenterRemoveObserver(center unsafe.Pointer, observer unsafe.Pointer, name unsafe.Pointer, ...)
- func CFNullGetTypeID() uint
- func CFNumberCreate(allocator unsafe.Pointer, theType CFNumberType, valuePtr unsafe.Pointer) unsafe.Pointer
- func CFNumberFormatterCopyProperty(formatter unsafe.Pointer, key unsafe.Pointer) unsafe.Pointer
- func CFNumberFormatterCreate(allocator unsafe.Pointer, locale unsafe.Pointer, style CFNumberFormatterStyle) unsafe.Pointer
- func CFNumberFormatterCreateNumberFromString(allocator unsafe.Pointer, formatter unsafe.Pointer, string_ unsafe.Pointer, ...) unsafe.Pointer
- func CFNumberFormatterCreateStringWithNumber(allocator unsafe.Pointer, formatter unsafe.Pointer, number unsafe.Pointer) unsafe.Pointer
- func CFNumberFormatterCreateStringWithValue(allocator unsafe.Pointer, formatter unsafe.Pointer, numberType CFNumberType, ...) unsafe.Pointer
- func CFNumberFormatterGetDecimalInfoForCurrencyCode(currencyCode unsafe.Pointer, defaultFractionDigits *int32, ...) uint8
- func CFNumberFormatterGetFormat(formatter unsafe.Pointer) unsafe.Pointer
- func CFNumberFormatterGetLocale(formatter unsafe.Pointer) unsafe.Pointer
- func CFNumberFormatterGetTypeID() uint
- func CFNumberFormatterGetValueFromString(formatter unsafe.Pointer, string_ unsafe.Pointer, rangep *CFRange, ...) uint8
- func CFNumberFormatterSetFormat(formatter unsafe.Pointer, formatString unsafe.Pointer)
- func CFNumberFormatterSetProperty(formatter unsafe.Pointer, key unsafe.Pointer, value unsafe.Pointer)
- func CFNumberGetByteSize(number unsafe.Pointer) int
- func CFNumberGetTypeID() uint
- func CFNumberGetValue(number unsafe.Pointer, theType CFNumberType, valuePtr unsafe.Pointer) uint8
- func CFNumberIsFloatType(number unsafe.Pointer) uint8
- func CFPlugInAddInstanceForFactory(factoryID unsafe.Pointer)
- func CFPlugInCreate(allocator unsafe.Pointer, plugInURL unsafe.Pointer) unsafe.Pointer
- func CFPlugInFindFactoriesForPlugInType(typeUUID unsafe.Pointer) unsafe.Pointer
- func CFPlugInFindFactoriesForPlugInTypeInPlugIn(typeUUID unsafe.Pointer, plugIn unsafe.Pointer) unsafe.Pointer
- func CFPlugInGetBundle(plugIn unsafe.Pointer) unsafe.Pointer
- func CFPlugInGetTypeID() uint
- func CFPlugInInstanceCreate(allocator unsafe.Pointer, factoryUUID unsafe.Pointer, typeUUID unsafe.Pointer) unsafe.Pointer
- func CFPlugInInstanceCreateWithInstanceDataSize(allocator unsafe.Pointer, instanceDataSize int, ...) unsafe.Pointer
- func CFPlugInInstanceGetFactoryName(instance unsafe.Pointer) unsafe.Pointer
- func CFPlugInInstanceGetInstanceData(instance unsafe.Pointer) unsafe.Pointer
- func CFPlugInInstanceGetInterfaceFunctionTable(instance unsafe.Pointer, interfaceName unsafe.Pointer, ftbl unsafe.Pointer) uint8
- func CFPlugInInstanceGetTypeID() uint
- func CFPlugInIsLoadOnDemand(plugIn unsafe.Pointer) uint8
- func CFPlugInRegisterFactoryFunction(factoryUUID unsafe.Pointer, func_ unsafe.Pointer) uint8
- func CFPlugInRegisterFactoryFunctionByName(factoryUUID unsafe.Pointer, plugIn unsafe.Pointer, functionName unsafe.Pointer) uint8
- func CFPlugInRegisterPlugInType(factoryUUID unsafe.Pointer, typeUUID unsafe.Pointer) uint8
- func CFPlugInRemoveInstanceForFactory(factoryID unsafe.Pointer)
- func CFPlugInSetLoadOnDemand(plugIn unsafe.Pointer, flag uint8)
- func CFPlugInUnregisterFactory(factoryUUID unsafe.Pointer) uint8
- func CFPlugInUnregisterPlugInType(factoryUUID unsafe.Pointer, typeUUID unsafe.Pointer) uint8
- func CFPreferencesAddSuitePreferencesToApp(applicationID unsafe.Pointer, suiteID unsafe.Pointer)
- func CFPreferencesAppSynchronize(applicationID unsafe.Pointer) uint8
- func CFPreferencesAppValueIsForced(key unsafe.Pointer, applicationID unsafe.Pointer) uint8
- func CFPreferencesCopyAppValue(key unsafe.Pointer, applicationID unsafe.Pointer) unsafe.Pointer
- func CFPreferencesCopyApplicationList(userName unsafe.Pointer, hostName unsafe.Pointer) unsafe.Pointerdeprecated
- func CFPreferencesCopyKeyList(applicationID unsafe.Pointer, userName unsafe.Pointer, hostName unsafe.Pointer) unsafe.Pointer
- func CFPreferencesCopyMultiple(keysToFetch unsafe.Pointer, applicationID unsafe.Pointer, ...) unsafe.Pointer
- func CFPreferencesCopyValue(key unsafe.Pointer, applicationID unsafe.Pointer, userName unsafe.Pointer, ...) unsafe.Pointer
- func CFPreferencesGetAppBooleanValue(key unsafe.Pointer, applicationID unsafe.Pointer, ...) uint8
- func CFPreferencesGetAppIntegerValue(key unsafe.Pointer, applicationID unsafe.Pointer, ...) int
- func CFPreferencesRemoveSuitePreferencesFromApp(applicationID unsafe.Pointer, suiteID unsafe.Pointer)
- func CFPreferencesSetAppValue(key unsafe.Pointer, value unsafe.Pointer, applicationID unsafe.Pointer)
- func CFPreferencesSetMultiple(keysToSet unsafe.Pointer, keysToRemove unsafe.Pointer, ...)
- func CFPreferencesSetValue(key unsafe.Pointer, value unsafe.Pointer, applicationID unsafe.Pointer, ...)
- func CFPreferencesSynchronize(applicationID unsafe.Pointer, userName unsafe.Pointer, hostName unsafe.Pointer) uint8
- func CFPropertyListCreateData(allocator unsafe.Pointer, propertyList unsafe.Pointer, ...) unsafe.Pointer
- func CFPropertyListCreateDeepCopy(allocator unsafe.Pointer, propertyList unsafe.Pointer, mutabilityOption uint) unsafe.Pointer
- func CFPropertyListCreateFromStream(allocator unsafe.Pointer, stream unsafe.Pointer, streamLength int, ...) unsafe.Pointerdeprecated
- func CFPropertyListCreateFromXMLData(allocator unsafe.Pointer, xmlData unsafe.Pointer, mutabilityOption uint, ...) unsafe.Pointerdeprecated
- func CFPropertyListCreateWithData(allocator unsafe.Pointer, data unsafe.Pointer, options uint, ...) unsafe.Pointer
- func CFPropertyListCreateWithStream(allocator unsafe.Pointer, stream unsafe.Pointer, streamLength int, ...) unsafe.Pointer
- func CFPropertyListCreateXMLData(allocator unsafe.Pointer, propertyList unsafe.Pointer) unsafe.Pointerdeprecated
- func CFPropertyListIsValid(plist unsafe.Pointer, format CFPropertyListFormat) uint8
- func CFPropertyListWrite(propertyList unsafe.Pointer, stream unsafe.Pointer, ...) int
- func CFPropertyListWriteToStream(propertyList unsafe.Pointer, stream unsafe.Pointer, ...) intdeprecated
- func CFReadStreamClose(stream unsafe.Pointer)
- func CFReadStreamCopyDispatchQueue(stream unsafe.Pointer) unsafe.Pointer
- func CFReadStreamCopyError(stream unsafe.Pointer) unsafe.Pointer
- func CFReadStreamCopyProperty(stream unsafe.Pointer, propertyName unsafe.Pointer) unsafe.Pointer
- func CFReadStreamCreateWithBytesNoCopy(alloc unsafe.Pointer, bytes_ *uint8, length int, ...) unsafe.Pointer
- func CFReadStreamCreateWithFile(alloc unsafe.Pointer, fileURL unsafe.Pointer) unsafe.Pointer
- func CFReadStreamGetBuffer(stream unsafe.Pointer, maxBytesToRead int, numBytesRead *int) *uint8
- func CFReadStreamGetTypeID() uint
- func CFReadStreamHasBytesAvailable(stream unsafe.Pointer) uint8
- func CFReadStreamOpen(stream unsafe.Pointer) uint8
- func CFReadStreamRead(stream unsafe.Pointer, buffer *uint8, bufferLength int) int
- func CFReadStreamScheduleWithRunLoop(stream unsafe.Pointer, runLoop unsafe.Pointer, runLoopMode unsafe.Pointer)
- func CFReadStreamSetClient(stream unsafe.Pointer, streamEvents uint, clientCB unsafe.Pointer, ...) uint8
- func CFReadStreamSetDispatchQueue(stream unsafe.Pointer, q unsafe.Pointer)
- func CFReadStreamSetProperty(stream unsafe.Pointer, propertyName unsafe.Pointer, ...) uint8
- func CFReadStreamUnscheduleFromRunLoop(stream unsafe.Pointer, runLoop unsafe.Pointer, runLoopMode unsafe.Pointer)
- func CFRelease(cf unsafe.Pointer)
- func CFRetain(cf unsafe.Pointer) unsafe.Pointer
- func CFRunLoopAddCommonMode(rl unsafe.Pointer, mode unsafe.Pointer)
- func CFRunLoopAddObserver(rl unsafe.Pointer, observer unsafe.Pointer, mode unsafe.Pointer)
- func CFRunLoopAddSource(rl unsafe.Pointer, source unsafe.Pointer, mode unsafe.Pointer)
- func CFRunLoopAddTimer(rl unsafe.Pointer, timer unsafe.Pointer, mode unsafe.Pointer)
- func CFRunLoopContainsObserver(rl unsafe.Pointer, observer unsafe.Pointer, mode unsafe.Pointer) uint8
- func CFRunLoopContainsSource(rl unsafe.Pointer, source unsafe.Pointer, mode unsafe.Pointer) uint8
- func CFRunLoopContainsTimer(rl unsafe.Pointer, timer unsafe.Pointer, mode unsafe.Pointer) uint8
- func CFRunLoopCopyAllModes(rl unsafe.Pointer) unsafe.Pointer
- func CFRunLoopCopyCurrentMode(rl unsafe.Pointer) unsafe.Pointer
- func CFRunLoopGetCurrent() unsafe.Pointer
- func CFRunLoopGetMain() unsafe.Pointer
- func CFRunLoopGetNextTimerFireDate(rl unsafe.Pointer, mode unsafe.Pointer) float64
- func CFRunLoopGetTypeID() uint
- func CFRunLoopIsWaiting(rl unsafe.Pointer) uint8
- func CFRunLoopObserverCreate(allocator unsafe.Pointer, activities uint, repeats uint8, order int, ...) unsafe.Pointer
- func CFRunLoopObserverCreateWithHandler(allocator unsafe.Pointer, activities uint, repeats uint8, order int, ...) unsafe.Pointer
- func CFRunLoopObserverDoesRepeat(observer unsafe.Pointer) uint8
- func CFRunLoopObserverGetActivities(observer unsafe.Pointer) uint
- func CFRunLoopObserverGetContext(observer unsafe.Pointer, context_ *CFRunLoopObserverContext)
- func CFRunLoopObserverGetOrder(observer unsafe.Pointer) int
- func CFRunLoopObserverGetTypeID() uint
- func CFRunLoopObserverInvalidate(observer unsafe.Pointer)
- func CFRunLoopObserverIsValid(observer unsafe.Pointer) uint8
- func CFRunLoopPerformBlock(rl unsafe.Pointer, mode unsafe.Pointer, block func())
- func CFRunLoopRemoveObserver(rl unsafe.Pointer, observer unsafe.Pointer, mode unsafe.Pointer)
- func CFRunLoopRemoveSource(rl unsafe.Pointer, source unsafe.Pointer, mode unsafe.Pointer)
- func CFRunLoopRemoveTimer(rl unsafe.Pointer, timer unsafe.Pointer, mode unsafe.Pointer)
- func CFRunLoopRun()
- func CFRunLoopSourceCreate(allocator unsafe.Pointer, order int, context_ *CFRunLoopSourceContext) unsafe.Pointer
- func CFRunLoopSourceGetContext(source unsafe.Pointer, context_ *CFRunLoopSourceContext)
- func CFRunLoopSourceGetOrder(source unsafe.Pointer) int
- func CFRunLoopSourceGetTypeID() uint
- func CFRunLoopSourceInvalidate(source unsafe.Pointer)
- func CFRunLoopSourceIsValid(source unsafe.Pointer) uint8
- func CFRunLoopSourceSignal(source unsafe.Pointer)
- func CFRunLoopStop(rl unsafe.Pointer)
- func CFRunLoopTimerCreate(allocator unsafe.Pointer, fireDate float64, interval float64, flags uint, ...) unsafe.Pointer
- func CFRunLoopTimerCreateWithHandler(allocator unsafe.Pointer, fireDate float64, interval float64, flags uint, ...) unsafe.Pointer
- func CFRunLoopTimerDoesRepeat(timer unsafe.Pointer) uint8
- func CFRunLoopTimerGetContext(timer unsafe.Pointer, context_ *CFRunLoopTimerContext)
- func CFRunLoopTimerGetInterval(timer unsafe.Pointer) float64
- func CFRunLoopTimerGetNextFireDate(timer unsafe.Pointer) float64
- func CFRunLoopTimerGetOrder(timer unsafe.Pointer) int
- func CFRunLoopTimerGetTolerance(timer unsafe.Pointer) float64
- func CFRunLoopTimerGetTypeID() uint
- func CFRunLoopTimerInvalidate(timer unsafe.Pointer)
- func CFRunLoopTimerIsValid(timer unsafe.Pointer) uint8
- func CFRunLoopTimerSetNextFireDate(timer unsafe.Pointer, fireDate float64)
- func CFRunLoopTimerSetTolerance(timer unsafe.Pointer, tolerance float64)
- func CFRunLoopWakeUp(rl unsafe.Pointer)
- func CFSetAddValue(theSet unsafe.Pointer, value unsafe.Pointer)
- func CFSetApplyFunction(theSet unsafe.Pointer, applier unsafe.Pointer, context_ unsafe.Pointer)
- func CFSetContainsValue(theSet unsafe.Pointer, value unsafe.Pointer) uint8
- func CFSetCreate(allocator unsafe.Pointer, values unsafe.Pointer, numValues int, ...) unsafe.Pointer
- func CFSetCreateCopy(allocator unsafe.Pointer, theSet unsafe.Pointer) unsafe.Pointer
- func CFSetCreateMutable(allocator unsafe.Pointer, capacity int, callBacks *CFSetCallBacks) unsafe.Pointer
- func CFSetCreateMutableCopy(allocator unsafe.Pointer, capacity int, theSet unsafe.Pointer) unsafe.Pointer
- func CFSetGetCount(theSet unsafe.Pointer) int
- func CFSetGetCountOfValue(theSet unsafe.Pointer, value unsafe.Pointer) int
- func CFSetGetTypeID() uint
- func CFSetGetValue(theSet unsafe.Pointer, value unsafe.Pointer) unsafe.Pointer
- func CFSetGetValueIfPresent(theSet unsafe.Pointer, candidate unsafe.Pointer, value unsafe.Pointer) uint8
- func CFSetGetValues(theSet unsafe.Pointer, values unsafe.Pointer)
- func CFSetRemoveAllValues(theSet unsafe.Pointer)
- func CFSetRemoveValue(theSet unsafe.Pointer, value unsafe.Pointer)
- func CFSetReplaceValue(theSet unsafe.Pointer, value unsafe.Pointer)
- func CFSetSetValue(theSet unsafe.Pointer, value unsafe.Pointer)
- func CFShow(obj unsafe.Pointer)
- func CFShowStr(str unsafe.Pointer)
- func CFSocketCopyAddress(s unsafe.Pointer) unsafe.Pointer
- func CFSocketCopyPeerAddress(s unsafe.Pointer) unsafe.Pointer
- func CFSocketCreate(allocator unsafe.Pointer, protocolFamily int, socketType int, protocol int, ...) unsafe.Pointer
- func CFSocketCreateConnectedToSocketSignature(allocator unsafe.Pointer, signature *CFSocketSignature, callBackTypes uint, ...) unsafe.Pointer
- func CFSocketCreateRunLoopSource(allocator unsafe.Pointer, s unsafe.Pointer, order int) unsafe.Pointer
- func CFSocketCreateWithNative(allocator unsafe.Pointer, sock int, callBackTypes uint, callout unsafe.Pointer, ...) unsafe.Pointer
- func CFSocketCreateWithSocketSignature(allocator unsafe.Pointer, signature *CFSocketSignature, callBackTypes uint, ...) unsafe.Pointer
- func CFSocketDisableCallBacks(s unsafe.Pointer, callBackTypes uint)
- func CFSocketEnableCallBacks(s unsafe.Pointer, callBackTypes uint)
- func CFSocketGetContext(s unsafe.Pointer, context_ *CFSocketContext)
- func CFSocketGetDefaultNameRegistryPortNumber() uint16
- func CFSocketGetNative(s unsafe.Pointer) int
- func CFSocketGetSocketFlags(s unsafe.Pointer) uint
- func CFSocketGetTypeID() uint
- func CFSocketInvalidate(s unsafe.Pointer)
- func CFSocketIsValid(s unsafe.Pointer) uint8
- func CFSocketSetDefaultNameRegistryPortNumber(port uint16)
- func CFSocketSetSocketFlags(s unsafe.Pointer, flags uint)
- func CFStreamCreateBoundPair(alloc unsafe.Pointer, readStream unsafe.Pointer, writeStream unsafe.Pointer, ...)
- func CFStreamCreatePairWithPeerSocketSignature(alloc unsafe.Pointer, signature *CFSocketSignature, readStream unsafe.Pointer, ...)deprecated
- func CFStreamCreatePairWithSocket(alloc unsafe.Pointer, sock int, readStream unsafe.Pointer, ...)deprecated
- func CFStreamCreatePairWithSocketToHost(alloc unsafe.Pointer, host unsafe.Pointer, port uint, ...)deprecated
- func CFStringAppend(theString unsafe.Pointer, appendedString unsafe.Pointer)
- func CFStringAppendCString(theString unsafe.Pointer, cStr string, encoding uint)
- func CFStringAppendCharacters(theString unsafe.Pointer, chars *uint16, numChars int)
- func CFStringAppendFormat(theString unsafe.Pointer, formatOptions unsafe.Pointer, format unsafe.Pointer)
- func CFStringAppendFormatAndArguments(theString unsafe.Pointer, formatOptions unsafe.Pointer, format unsafe.Pointer, ...)
- func CFStringAppendPascalString(theString unsafe.Pointer, pStr *uint8, encoding uint)
- func CFStringCapitalize(theString unsafe.Pointer, locale unsafe.Pointer)
- func CFStringConvertEncodingToIANACharSetName(encoding uint) unsafe.Pointer
- func CFStringConvertEncodingToNSStringEncoding(encoding uint) uint
- func CFStringConvertEncodingToWindowsCodepage(encoding uint) uint
- func CFStringConvertIANACharSetNameToEncoding(theString unsafe.Pointer) uint
- func CFStringConvertNSStringEncodingToEncoding(encoding uint) uint
- func CFStringConvertWindowsCodepageToEncoding(codepage uint) uint
- func CFStringCreateArrayBySeparatingStrings(alloc unsafe.Pointer, theString unsafe.Pointer, separatorString unsafe.Pointer) unsafe.Pointer
- func CFStringCreateArrayWithFindResults(alloc unsafe.Pointer, theString unsafe.Pointer, stringToFind unsafe.Pointer, ...) unsafe.Pointer
- func CFStringCreateByCombiningStrings(alloc unsafe.Pointer, theArray unsafe.Pointer, separatorString unsafe.Pointer) unsafe.Pointer
- func CFStringCreateCopy(alloc unsafe.Pointer, theString unsafe.Pointer) unsafe.Pointer
- func CFStringCreateExternalRepresentation(alloc unsafe.Pointer, theString unsafe.Pointer, encoding uint, lossByte uint8) unsafe.Pointer
- func CFStringCreateFromExternalRepresentation(alloc unsafe.Pointer, data unsafe.Pointer, encoding uint) unsafe.Pointer
- func CFStringCreateMutable(alloc unsafe.Pointer, maxLength int) unsafe.Pointer
- func CFStringCreateMutableCopy(alloc unsafe.Pointer, maxLength int, theString unsafe.Pointer) unsafe.Pointer
- func CFStringCreateMutableWithExternalCharactersNoCopy(alloc unsafe.Pointer, chars *uint16, numChars int, capacity int, ...) unsafe.Pointer
- func CFStringCreateStringWithValidatedFormat(alloc unsafe.Pointer, formatOptions unsafe.Pointer, ...) unsafe.Pointer
- func CFStringCreateStringWithValidatedFormatAndArguments(alloc unsafe.Pointer, formatOptions unsafe.Pointer, ...) unsafe.Pointer
- func CFStringCreateWithBytes(alloc unsafe.Pointer, bytes_ *uint8, numBytes int, encoding uint, ...) unsafe.Pointer
- func CFStringCreateWithBytesNoCopy(alloc unsafe.Pointer, bytes_ *uint8, numBytes int, encoding uint, ...) unsafe.Pointer
- func CFStringCreateWithCString(alloc unsafe.Pointer, cStr string, encoding uint) unsafe.Pointer
- func CFStringCreateWithCStringNoCopy(alloc unsafe.Pointer, cStr string, encoding uint, ...) unsafe.Pointer
- func CFStringCreateWithCharacters(alloc unsafe.Pointer, chars *uint16, numChars int) unsafe.Pointer
- func CFStringCreateWithCharactersNoCopy(alloc unsafe.Pointer, chars *uint16, numChars int, ...) unsafe.Pointer
- func CFStringCreateWithFileSystemRepresentation(alloc unsafe.Pointer, buffer string) unsafe.Pointer
- func CFStringCreateWithFormat(alloc unsafe.Pointer, formatOptions unsafe.Pointer, format unsafe.Pointer) unsafe.Pointer
- func CFStringCreateWithFormatAndArguments(alloc unsafe.Pointer, formatOptions unsafe.Pointer, format unsafe.Pointer, ...) unsafe.Pointer
- func CFStringCreateWithPascalString(alloc unsafe.Pointer, pStr *uint8, encoding uint) unsafe.Pointer
- func CFStringCreateWithPascalStringNoCopy(alloc unsafe.Pointer, pStr *uint8, encoding uint, ...) unsafe.Pointer
- func CFStringCreateWithSubstring(alloc unsafe.Pointer, str unsafe.Pointer, range_ CFRange) unsafe.Pointer
- func CFStringDelete(theString unsafe.Pointer, range_ CFRange)
- func CFStringFindAndReplace(theString unsafe.Pointer, stringToFind unsafe.Pointer, ...) int
- func CFStringFindCharacterFromSet(theString unsafe.Pointer, theSet unsafe.Pointer, rangeToSearch CFRange, ...) uint8
- func CFStringFindWithOptions(theString unsafe.Pointer, stringToFind unsafe.Pointer, rangeToSearch CFRange, ...) uint8
- func CFStringFindWithOptionsAndLocale(theString unsafe.Pointer, stringToFind unsafe.Pointer, rangeToSearch CFRange, ...) uint8
- func CFStringFold(theString unsafe.Pointer, theFlags CFStringCompareFlags, ...)
- func CFStringGetBytes(theString unsafe.Pointer, range_ CFRange, encoding uint, lossByte uint8, ...) int
- func CFStringGetCString(theString unsafe.Pointer, buffer string, bufferSize int, encoding uint) uint8
- func CFStringGetCStringPtr(theString unsafe.Pointer, encoding uint) string
- func CFStringGetCharacterAtIndex(theString unsafe.Pointer, idx int) uint16
- func CFStringGetCharacterFromInlineBuffer(buf *CFStringInlineBuffer, idx int) uint16
- func CFStringGetCharacters(theString unsafe.Pointer, range_ CFRange, buffer *uint16)
- func CFStringGetCharactersPtr(theString unsafe.Pointer) *uint16
- func CFStringGetDoubleValue(str unsafe.Pointer) float64
- func CFStringGetFastestEncoding(theString unsafe.Pointer) uint
- func CFStringGetFileSystemRepresentation(string_ unsafe.Pointer, buffer string, maxBufLen int) uint8
- func CFStringGetHyphenationLocationBeforeIndex(string_ unsafe.Pointer, location int, limitRange CFRange, options uint, ...) int
- func CFStringGetIntValue(str unsafe.Pointer) int
- func CFStringGetLength(theString unsafe.Pointer) int
- func CFStringGetLineBounds(theString unsafe.Pointer, range_ CFRange, lineBeginIndex *int, ...)
- func CFStringGetListOfAvailableEncodings() *uint
- func CFStringGetLongCharacterForSurrogatePair(surrogateHigh uint16, surrogateLow uint16) uint
- func CFStringGetMaximumSizeForEncoding(length int, encoding uint) int
- func CFStringGetMaximumSizeOfFileSystemRepresentation(string_ unsafe.Pointer) int
- func CFStringGetMostCompatibleMacStringEncoding(encoding uint) uint
- func CFStringGetNameOfEncoding(encoding uint) unsafe.Pointer
- func CFStringGetParagraphBounds(string_ unsafe.Pointer, range_ CFRange, parBeginIndex *int, parEndIndex *int, ...)
- func CFStringGetPascalString(theString unsafe.Pointer, buffer *uint8, bufferSize int, encoding uint) uint8
- func CFStringGetPascalStringPtr(theString unsafe.Pointer, encoding uint) unsafe.Pointer
- func CFStringGetSmallestEncoding(theString unsafe.Pointer) uint
- func CFStringGetSurrogatePairForLongCharacter(character uint, surrogates *uint16) uint8
- func CFStringGetSystemEncoding() uint
- func CFStringGetTypeID() uint
- func CFStringHasPrefix(theString unsafe.Pointer, prefix unsafe.Pointer) uint8
- func CFStringHasSuffix(theString unsafe.Pointer, suffix unsafe.Pointer) uint8
- func CFStringInitInlineBuffer(str unsafe.Pointer, buf *CFStringInlineBuffer, range_ CFRange)
- func CFStringInsert(str unsafe.Pointer, idx int, insertedStr unsafe.Pointer)
- func CFStringIsEncodingAvailable(encoding uint) uint8
- func CFStringIsHyphenationAvailableForLocale(locale unsafe.Pointer) uint8
- func CFStringIsSurrogateHighCharacter(character uint16) uint8
- func CFStringIsSurrogateLowCharacter(character uint16) uint8
- func CFStringLowercase(theString unsafe.Pointer, locale unsafe.Pointer)
- func CFStringMakeConstantString(cStr string) unsafe.Pointer
- func CFStringNormalize(theString unsafe.Pointer, theForm CFStringNormalizationForm)
- func CFStringPad(theString unsafe.Pointer, padString unsafe.Pointer, length int, ...)
- func CFStringReplace(theString unsafe.Pointer, range_ CFRange, replacement unsafe.Pointer)
- func CFStringReplaceAll(theString unsafe.Pointer, replacement unsafe.Pointer)
- func CFStringSetExternalCharactersNoCopy(theString unsafe.Pointer, chars *uint16, length int, capacity int)
- func CFStringTokenizerCopyBestStringLanguage(string_ unsafe.Pointer, range_ CFRange) unsafe.Pointer
- func CFStringTokenizerCopyCurrentTokenAttribute(tokenizer unsafe.Pointer, attribute uint) unsafe.Pointer
- func CFStringTokenizerCreate(alloc unsafe.Pointer, string_ unsafe.Pointer, range_ CFRange, options uint, ...) unsafe.Pointer
- func CFStringTokenizerGetCurrentSubTokens(tokenizer unsafe.Pointer, ranges *CFRange, maxRangeLength int, ...) int
- func CFStringTokenizerGetTypeID() uint
- func CFStringTokenizerSetString(tokenizer unsafe.Pointer, string_ unsafe.Pointer, range_ CFRange)
- func CFStringTransform(string_ unsafe.Pointer, range_ *CFRange, transform unsafe.Pointer, ...) uint8
- func CFStringTrim(theString unsafe.Pointer, trimString unsafe.Pointer)
- func CFStringTrimWhitespace(theString unsafe.Pointer)
- func CFStringUppercase(theString unsafe.Pointer, locale unsafe.Pointer)
- func CFSwapInt16(arg uint16) uint16
- func CFSwapInt16BigToHost(arg uint16) uint16
- func CFSwapInt16HostToBig(arg uint16) uint16
- func CFSwapInt16HostToLittle(arg uint16) uint16
- func CFSwapInt16LittleToHost(arg uint16) uint16
- func CFSwapInt32(arg uint32) uint32
- func CFSwapInt32BigToHost(arg uint32) uint32
- func CFSwapInt32HostToBig(arg uint32) uint32
- func CFSwapInt32HostToLittle(arg uint32) uint32
- func CFSwapInt32LittleToHost(arg uint32) uint32
- func CFSwapInt64(arg uint64) uint64
- func CFSwapInt64BigToHost(arg uint64) uint64
- func CFSwapInt64HostToBig(arg uint64) uint64
- func CFSwapInt64HostToLittle(arg uint64) uint64
- func CFSwapInt64LittleToHost(arg uint64) uint64
- func CFTimeZoneCopyAbbreviation(tz unsafe.Pointer, at float64) unsafe.Pointer
- func CFTimeZoneCopyAbbreviationDictionary() unsafe.Pointer
- func CFTimeZoneCopyDefault() unsafe.Pointer
- func CFTimeZoneCopyKnownNames() unsafe.Pointer
- func CFTimeZoneCopyLocalizedName(tz unsafe.Pointer, style CFTimeZoneNameStyle, locale unsafe.Pointer) unsafe.Pointer
- func CFTimeZoneCopySystem() unsafe.Pointer
- func CFTimeZoneCreate(allocator unsafe.Pointer, name unsafe.Pointer, data unsafe.Pointer) unsafe.Pointer
- func CFTimeZoneCreateWithName(allocator unsafe.Pointer, name unsafe.Pointer, tryAbbrev uint8) unsafe.Pointer
- func CFTimeZoneCreateWithTimeIntervalFromGMT(allocator unsafe.Pointer, ti float64) unsafe.Pointer
- func CFTimeZoneGetData(tz unsafe.Pointer) unsafe.Pointer
- func CFTimeZoneGetDaylightSavingTimeOffset(tz unsafe.Pointer, at float64) float64
- func CFTimeZoneGetName(tz unsafe.Pointer) unsafe.Pointer
- func CFTimeZoneGetNextDaylightSavingTimeTransition(tz unsafe.Pointer, at float64) float64
- func CFTimeZoneGetSecondsFromGMT(tz unsafe.Pointer, at float64) float64
- func CFTimeZoneGetTypeID() uint
- func CFTimeZoneIsDaylightSavingTime(tz unsafe.Pointer, at float64) uint8
- func CFTimeZoneResetSystem()
- func CFTimeZoneSetAbbreviationDictionary(dict unsafe.Pointer)
- func CFTimeZoneSetDefault(tz unsafe.Pointer)
- func CFTreeAppendChild(tree unsafe.Pointer, newChild unsafe.Pointer)
- func CFTreeApplyFunctionToChildren(tree unsafe.Pointer, applier unsafe.Pointer, context_ unsafe.Pointer)
- func CFTreeCreate(allocator unsafe.Pointer, context_ *CFTreeContext) unsafe.Pointer
- func CFTreeFindRoot(tree unsafe.Pointer) unsafe.Pointer
- func CFTreeGetChildAtIndex(tree unsafe.Pointer, idx int) unsafe.Pointer
- func CFTreeGetChildCount(tree unsafe.Pointer) int
- func CFTreeGetChildren(tree unsafe.Pointer, children unsafe.Pointer)
- func CFTreeGetContext(tree unsafe.Pointer, context_ *CFTreeContext)
- func CFTreeGetFirstChild(tree unsafe.Pointer) unsafe.Pointer
- func CFTreeGetNextSibling(tree unsafe.Pointer) unsafe.Pointer
- func CFTreeGetParent(tree unsafe.Pointer) unsafe.Pointer
- func CFTreeGetTypeID() uint
- func CFTreeInsertSibling(tree unsafe.Pointer, newSibling unsafe.Pointer)
- func CFTreePrependChild(tree unsafe.Pointer, newChild unsafe.Pointer)
- func CFTreeRemove(tree unsafe.Pointer)
- func CFTreeRemoveAllChildren(tree unsafe.Pointer)
- func CFTreeSetContext(tree unsafe.Pointer, context_ *CFTreeContext)
- func CFTreeSortChildren(tree unsafe.Pointer, comparator unsafe.Pointer, context_ unsafe.Pointer)
- func CFURLCanBeDecomposed(anURL unsafe.Pointer) uint8
- func CFURLClearResourcePropertyCache(url unsafe.Pointer)
- func CFURLClearResourcePropertyCacheForKey(url unsafe.Pointer, key unsafe.Pointer)
- func CFURLCopyAbsoluteURL(relativeURL unsafe.Pointer) unsafe.Pointer
- func CFURLCopyFileSystemPath(anURL unsafe.Pointer, pathStyle CFURLPathStyle) unsafe.Pointer
- func CFURLCopyFragment(anURL unsafe.Pointer, charactersToLeaveEscaped unsafe.Pointer) unsafe.Pointer
- func CFURLCopyHostName(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLCopyLastPathComponent(url unsafe.Pointer) unsafe.Pointer
- func CFURLCopyNetLocation(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLCopyParameterString(anURL unsafe.Pointer, charactersToLeaveEscaped unsafe.Pointer) unsafe.Pointerdeprecated
- func CFURLCopyPassword(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLCopyPath(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLCopyPathExtension(url unsafe.Pointer) unsafe.Pointer
- func CFURLCopyQueryString(anURL unsafe.Pointer, charactersToLeaveEscaped unsafe.Pointer) unsafe.Pointerdeprecated
- func CFURLCopyResourcePropertiesForKeys(url unsafe.Pointer, keys unsafe.Pointer, error_ unsafe.Pointer) unsafe.Pointer
- func CFURLCopyResourcePropertyForKey(url unsafe.Pointer, key unsafe.Pointer, propertyValueTypeRefPtr unsafe.Pointer, ...) uint8
- func CFURLCopyResourceSpecifier(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLCopyScheme(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLCopyStrictPath(anURL unsafe.Pointer, isAbsolute *uint8) unsafe.Pointer
- func CFURLCopyUserName(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLCreateAbsoluteURLWithBytes(alloc unsafe.Pointer, relativeURLBytes *uint8, length int, encoding uint, ...) unsafe.Pointer
- func CFURLCreateBookmarkData(allocator unsafe.Pointer, url unsafe.Pointer, ...) unsafe.Pointer
- func CFURLCreateBookmarkDataFromAliasRecord(allocatorRef unsafe.Pointer, aliasRecordDataRef unsafe.Pointer) unsafe.Pointerdeprecated
- func CFURLCreateBookmarkDataFromFile(allocator unsafe.Pointer, fileURL unsafe.Pointer, errorRef unsafe.Pointer) unsafe.Pointer
- func CFURLCreateByResolvingBookmarkData(allocator unsafe.Pointer, bookmark unsafe.Pointer, ...) unsafe.Pointer
- func CFURLCreateCopyAppendingPathComponent(allocator unsafe.Pointer, url unsafe.Pointer, pathComponent unsafe.Pointer, ...) unsafe.Pointer
- func CFURLCreateCopyAppendingPathExtension(allocator unsafe.Pointer, url unsafe.Pointer, extension unsafe.Pointer) unsafe.Pointer
- func CFURLCreateCopyDeletingLastPathComponent(allocator unsafe.Pointer, url unsafe.Pointer) unsafe.Pointer
- func CFURLCreateCopyDeletingPathExtension(allocator unsafe.Pointer, url unsafe.Pointer) unsafe.Pointer
- func CFURLCreateData(allocator unsafe.Pointer, url unsafe.Pointer, encoding uint, ...) unsafe.Pointer
- func CFURLCreateDataAndPropertiesFromResource(alloc unsafe.Pointer, url unsafe.Pointer, resourceData unsafe.Pointer, ...) uint8deprecated
- func CFURLCreateFilePathURL(allocator unsafe.Pointer, url unsafe.Pointer, error_ unsafe.Pointer) unsafe.Pointer
- func CFURLCreateFileReferenceURL(allocator unsafe.Pointer, url unsafe.Pointer, error_ unsafe.Pointer) unsafe.Pointer
- func CFURLCreateFromFSRef(allocator unsafe.Pointer, fsRef objc.ID) unsafe.Pointerdeprecated
- func CFURLCreateFromFileSystemRepresentation(allocator unsafe.Pointer, buffer *uint8, bufLen int, isDirectory uint8) unsafe.Pointer
- func CFURLCreateFromFileSystemRepresentationRelativeToBase(allocator unsafe.Pointer, buffer *uint8, bufLen int, isDirectory uint8, ...) unsafe.Pointer
- func CFURLCreatePropertyFromResource(alloc unsafe.Pointer, url unsafe.Pointer, property unsafe.Pointer, ...) unsafe.Pointerdeprecated
- func CFURLCreateResourcePropertiesForKeysFromBookmarkData(allocator unsafe.Pointer, resourcePropertiesToReturn unsafe.Pointer, ...) unsafe.Pointer
- func CFURLCreateResourcePropertyForKeyFromBookmarkData(allocator unsafe.Pointer, resourcePropertyKey unsafe.Pointer, ...) unsafe.Pointer
- func CFURLCreateStringByAddingPercentEscapes(allocator unsafe.Pointer, originalString unsafe.Pointer, ...) unsafe.Pointerdeprecated
- func CFURLCreateStringByReplacingPercentEscapes(allocator unsafe.Pointer, originalString unsafe.Pointer, ...) unsafe.Pointer
- func CFURLCreateStringByReplacingPercentEscapesUsingEncoding(allocator unsafe.Pointer, origString unsafe.Pointer, ...) unsafe.Pointerdeprecated
- func CFURLCreateWithBytes(allocator unsafe.Pointer, uRLBytes *uint8, length int, encoding uint, ...) unsafe.Pointer
- func CFURLCreateWithFileSystemPath(allocator unsafe.Pointer, filePath unsafe.Pointer, pathStyle CFURLPathStyle, ...) unsafe.Pointer
- func CFURLCreateWithFileSystemPathRelativeToBase(allocator unsafe.Pointer, filePath unsafe.Pointer, pathStyle CFURLPathStyle, ...) unsafe.Pointer
- func CFURLCreateWithString(allocator unsafe.Pointer, uRLString unsafe.Pointer, baseURL unsafe.Pointer) unsafe.Pointer
- func CFURLDestroyResource(url unsafe.Pointer, errorCode *int) uint8deprecated
- func CFURLEnumeratorCreateForDirectoryURL(alloc unsafe.Pointer, directoryURL unsafe.Pointer, ...) unsafe.Pointer
- func CFURLEnumeratorCreateForMountedVolumes(alloc unsafe.Pointer, option CFURLEnumeratorOptions, ...) unsafe.Pointer
- func CFURLEnumeratorGetDescendentLevel(enumerator unsafe.Pointer) int
- func CFURLEnumeratorGetSourceDidChange(enumerator unsafe.Pointer) uint8deprecated
- func CFURLEnumeratorGetTypeID() uint
- func CFURLEnumeratorSkipDescendents(enumerator unsafe.Pointer)
- func CFURLGetBaseURL(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLGetBytes(url unsafe.Pointer, buffer *uint8, bufferLength int) int
- func CFURLGetFSRef(url unsafe.Pointer, fsRef objc.ID) uint8deprecated
- func CFURLGetFileSystemRepresentation(url unsafe.Pointer, resolveAgainstBase uint8, buffer *uint8, maxBufLen int) uint8
- func CFURLGetPortNumber(anURL unsafe.Pointer) int
- func CFURLGetString(anURL unsafe.Pointer) unsafe.Pointer
- func CFURLGetTypeID() uint
- func CFURLHasDirectoryPath(anURL unsafe.Pointer) uint8
- func CFURLIsFileReferenceURL(url unsafe.Pointer) uint8
- func CFURLResourceIsReachable(url unsafe.Pointer, error_ unsafe.Pointer) uint8
- func CFURLSetResourcePropertiesForKeys(url unsafe.Pointer, keyedPropertyValues unsafe.Pointer, error_ unsafe.Pointer) uint8
- func CFURLSetResourcePropertyForKey(url unsafe.Pointer, key unsafe.Pointer, propertyValue unsafe.Pointer, ...) uint8
- func CFURLSetTemporaryResourcePropertyForKey(url unsafe.Pointer, key unsafe.Pointer, propertyValue unsafe.Pointer)
- func CFURLStartAccessingSecurityScopedResource(url unsafe.Pointer) uint8
- func CFURLStopAccessingSecurityScopedResource(url unsafe.Pointer)
- func CFURLWriteBookmarkDataToFile(bookmarkRef unsafe.Pointer, fileURL unsafe.Pointer, options uint, ...) uint8
- func CFURLWriteDataAndPropertiesToResource(url unsafe.Pointer, dataToWrite unsafe.Pointer, ...) uint8deprecated
- func CFUUIDCreate(alloc unsafe.Pointer) unsafe.Pointer
- func CFUUIDCreateFromString(alloc unsafe.Pointer, uuidStr unsafe.Pointer) unsafe.Pointer
- func CFUUIDCreateFromUUIDBytes(alloc unsafe.Pointer, bytes_ CFUUIDBytes) unsafe.Pointer
- func CFUUIDCreateString(alloc unsafe.Pointer, uuid unsafe.Pointer) unsafe.Pointer
- func CFUUIDCreateWithBytes(alloc unsafe.Pointer, byte0 uint8, byte1 uint8, byte2 uint8, byte3 uint8, ...) unsafe.Pointer
- func CFUUIDGetConstantUUIDWithBytes(alloc unsafe.Pointer, byte0 uint8, byte1 uint8, byte2 uint8, byte3 uint8, ...) unsafe.Pointer
- func CFUUIDGetTypeID() uint
- func CFUserNotificationCancel(userNotification unsafe.Pointer) int
- func CFUserNotificationCheckBoxChecked(i int) uint
- func CFUserNotificationCreate(allocator unsafe.Pointer, timeout float64, flags uint, error_ *int, ...) unsafe.Pointer
- func CFUserNotificationCreateRunLoopSource(allocator unsafe.Pointer, userNotification unsafe.Pointer, ...) unsafe.Pointer
- func CFUserNotificationDisplayAlert(timeout float64, flags uint, iconURL unsafe.Pointer, soundURL unsafe.Pointer, ...) int
- func CFUserNotificationDisplayNotice(timeout float64, flags uint, iconURL unsafe.Pointer, soundURL unsafe.Pointer, ...) int
- func CFUserNotificationGetResponseDictionary(userNotification unsafe.Pointer) unsafe.Pointer
- func CFUserNotificationGetResponseValue(userNotification unsafe.Pointer, key unsafe.Pointer, idx int) unsafe.Pointer
- func CFUserNotificationGetTypeID() uint
- func CFUserNotificationPopUpSelection(n int) uint
- func CFUserNotificationReceiveResponse(userNotification unsafe.Pointer, timeout float64, responseFlags *uint) int
- func CFUserNotificationSecureTextField(i int) uint
- func CFUserNotificationUpdate(userNotification unsafe.Pointer, timeout float64, flags uint, ...) int
- func CFWriteStreamCanAcceptBytes(stream unsafe.Pointer) uint8
- func CFWriteStreamClose(stream unsafe.Pointer)
- func CFWriteStreamCopyDispatchQueue(stream unsafe.Pointer) unsafe.Pointer
- func CFWriteStreamCopyError(stream unsafe.Pointer) unsafe.Pointer
- func CFWriteStreamCopyProperty(stream unsafe.Pointer, propertyName unsafe.Pointer) unsafe.Pointer
- func CFWriteStreamCreateWithAllocatedBuffers(alloc unsafe.Pointer, bufferAllocator unsafe.Pointer) unsafe.Pointer
- func CFWriteStreamCreateWithBuffer(alloc unsafe.Pointer, buffer *uint8, bufferCapacity int) unsafe.Pointer
- func CFWriteStreamCreateWithFile(alloc unsafe.Pointer, fileURL unsafe.Pointer) unsafe.Pointer
- func CFWriteStreamGetTypeID() uint
- func CFWriteStreamOpen(stream unsafe.Pointer) uint8
- func CFWriteStreamScheduleWithRunLoop(stream unsafe.Pointer, runLoop unsafe.Pointer, runLoopMode unsafe.Pointer)
- func CFWriteStreamSetClient(stream unsafe.Pointer, streamEvents uint, clientCB unsafe.Pointer, ...) uint8
- func CFWriteStreamSetDispatchQueue(stream unsafe.Pointer, q unsafe.Pointer)
- func CFWriteStreamSetProperty(stream unsafe.Pointer, propertyName unsafe.Pointer, ...) uint8
- func CFWriteStreamUnscheduleFromRunLoop(stream unsafe.Pointer, runLoop unsafe.Pointer, runLoopMode unsafe.Pointer)
- func CFWriteStreamWrite(stream unsafe.Pointer, buffer *uint8, bufferLength int) int
- func CFXMLCreateStringByEscapingEntities(allocator unsafe.Pointer, string_ unsafe.Pointer, ...) unsafe.Pointer
- func CFXMLCreateStringByUnescapingEntities(allocator unsafe.Pointer, string_ unsafe.Pointer, ...) unsafe.Pointer
- func CFXMLNodeCreate(alloc unsafe.Pointer, xmlType CFXMLNodeTypeCode, dataString unsafe.Pointer, ...) unsafe.Pointerdeprecated
- func CFXMLNodeCreateCopy(alloc unsafe.Pointer, origNode unsafe.Pointer) unsafe.Pointerdeprecated
- func CFXMLNodeGetInfoPtr(node unsafe.Pointer) unsafe.Pointerdeprecated
- func CFXMLNodeGetString(node unsafe.Pointer) unsafe.Pointerdeprecated
- func CFXMLNodeGetTypeID() uintdeprecated
- func CFXMLNodeGetVersion(node unsafe.Pointer) intdeprecated
- func CFXMLParserAbort(parser unsafe.Pointer, errorCode CFXMLParserStatusCode, ...)deprecated
- func CFXMLParserCopyErrorDescription(parser unsafe.Pointer) unsafe.Pointerdeprecated
- func CFXMLParserCreate(allocator unsafe.Pointer, xmlData unsafe.Pointer, dataSource unsafe.Pointer, ...) unsafe.Pointerdeprecated
- func CFXMLParserCreateWithDataFromURL(allocator unsafe.Pointer, dataSource unsafe.Pointer, parseOptions uint, ...) unsafe.Pointerdeprecated
- func CFXMLParserGetCallBacks(parser unsafe.Pointer, callBacks *CFXMLParserCallBacks)deprecated
- func CFXMLParserGetContext(parser unsafe.Pointer, context_ *CFXMLParserContext)deprecated
- func CFXMLParserGetDocument(parser unsafe.Pointer) unsafe.Pointerdeprecated
- func CFXMLParserGetLineNumber(parser unsafe.Pointer) intdeprecated
- func CFXMLParserGetLocation(parser unsafe.Pointer) intdeprecated
- func CFXMLParserGetSourceURL(parser unsafe.Pointer) unsafe.Pointerdeprecated
- func CFXMLParserGetTypeID() uintdeprecated
- func CFXMLParserParse(parser unsafe.Pointer) uint8deprecated
- func CFXMLTreeCreateFromData(allocator unsafe.Pointer, xmlData unsafe.Pointer, dataSource unsafe.Pointer, ...) unsafe.Pointerdeprecated
- func CFXMLTreeCreateFromDataWithError(allocator unsafe.Pointer, xmlData unsafe.Pointer, dataSource unsafe.Pointer, ...) unsafe.Pointerdeprecated
- func CFXMLTreeCreateWithDataFromURL(allocator unsafe.Pointer, dataSource unsafe.Pointer, parseOptions uint, ...) unsafe.Pointerdeprecated
- func CFXMLTreeCreateWithNode(allocator unsafe.Pointer, node unsafe.Pointer) unsafe.Pointerdeprecated
- func CFXMLTreeCreateXMLData(allocator unsafe.Pointer, xmlTree unsafe.Pointer) unsafe.Pointerdeprecated
- func CFXMLTreeGetNode(xmlTree unsafe.Pointer) unsafe.Pointerdeprecated
- func KCFAbsoluteTimeIntervalSince1904() float64
- func KCFAbsoluteTimeIntervalSince1970() float64
- func KCFAllocatorDefault() uintptr
- func KCFAllocatorMalloc() uintptr
- func KCFAllocatorMallocZone() uintptr
- func KCFAllocatorNull() uintptr
- func KCFAllocatorSystemDefault() uintptr
- func KCFAllocatorUseContext() uintptr
- func KCFBanglaCalendar() uintptr
- func KCFBooleanFalse() uintptr
- func KCFBooleanTrue() uintptr
- func KCFBuddhistCalendar() uintptr
- func KCFBundleDevelopmentRegionKey() uintptr
- func KCFBundleExecutableKey() uintptr
- func KCFBundleIdentifierKey() uintptr
- func KCFBundleInfoDictionaryVersionKey() uintptr
- func KCFBundleLocalizationsKey() uintptr
- func KCFBundleNameKey() uintptr
- func KCFBundleVersionKey() uintptr
- func KCFChineseCalendar() uintptr
- func KCFCoreFoundationVersionNumber() float64
- func KCFDangiCalendar() uintptr
- func KCFDateFormatterAMSymbol() uintptr
- func KCFDateFormatterCalendar() uintptr
- func KCFDateFormatterCalendarName() uintptr
- func KCFDateFormatterDefaultDate() uintptr
- func KCFDateFormatterDefaultFormat() uintptr
- func KCFDateFormatterDoesRelativeDateFormattingKey() uintptr
- func KCFDateFormatterEraSymbols() uintptr
- func KCFDateFormatterGregorianStartDate() uintptr
- func KCFDateFormatterIsLenient() uintptr
- func KCFDateFormatterLongEraSymbols() uintptr
- func KCFDateFormatterMonthSymbols() uintptr
- func KCFDateFormatterPMSymbol() uintptr
- func KCFDateFormatterQuarterSymbols() uintptr
- func KCFDateFormatterShortMonthSymbols() uintptr
- func KCFDateFormatterShortQuarterSymbols() uintptr
- func KCFDateFormatterShortStandaloneMonthSymbols() uintptr
- func KCFDateFormatterShortStandaloneQuarterSymbols() uintptr
- func KCFDateFormatterShortStandaloneWeekdaySymbols() uintptr
- func KCFDateFormatterShortWeekdaySymbols() uintptr
- func KCFDateFormatterStandaloneMonthSymbols() uintptr
- func KCFDateFormatterStandaloneQuarterSymbols() uintptr
- func KCFDateFormatterStandaloneWeekdaySymbols() uintptr
- func KCFDateFormatterTimeZone() uintptr
- func KCFDateFormatterTwoDigitStartDate() uintptr
- func KCFDateFormatterVeryShortMonthSymbols() uintptr
- func KCFDateFormatterVeryShortStandaloneMonthSymbols() uintptr
- func KCFDateFormatterVeryShortStandaloneWeekdaySymbols() uintptr
- func KCFDateFormatterVeryShortWeekdaySymbols() uintptr
- func KCFDateFormatterWeekdaySymbols() uintptr
- func KCFErrorDescriptionKey() uintptr
- func KCFErrorDomainCocoa() uintptr
- func KCFErrorDomainMach() uintptr
- func KCFErrorDomainOSStatus() uintptr
- func KCFErrorDomainPOSIX() uintptr
- func KCFErrorFilePathKey() uintptr
- func KCFErrorLocalizedDescriptionKey() uintptr
- func KCFErrorLocalizedFailureKey() uintptr
- func KCFErrorLocalizedFailureReasonKey() uintptr
- func KCFErrorLocalizedRecoverySuggestionKey() uintptr
- func KCFErrorURLKey() uintptr
- func KCFErrorUnderlyingErrorKey() uintptr
- func KCFGregorianCalendar() uintptr
- func KCFGujaratiCalendar() uintptr
- func KCFHebrewCalendar() uintptr
- func KCFISO8601Calendar() uintptr
- func KCFIndianCalendar() uintptr
- func KCFIslamicCalendar() uintptr
- func KCFIslamicCivilCalendar() uintptr
- func KCFIslamicTabularCalendar() uintptr
- func KCFIslamicUmmAlQuraCalendar() uintptr
- func KCFJapaneseCalendar() uintptr
- func KCFKannadaCalendar() uintptr
- func KCFLocaleAlternateQuotationBeginDelimiterKey() uintptr
- func KCFLocaleAlternateQuotationEndDelimiterKey() uintptr
- func KCFLocaleCalendar() uintptr
- func KCFLocaleCalendarIdentifier() uintptr
- func KCFLocaleCollationIdentifier() uintptr
- func KCFLocaleCollatorIdentifier() uintptr
- func KCFLocaleCountryCode() uintptr
- func KCFLocaleCurrencyCode() uintptr
- func KCFLocaleCurrencySymbol() uintptr
- func KCFLocaleCurrentLocaleDidChangeNotification() uintptr
- func KCFLocaleDecimalSeparator() uintptr
- func KCFLocaleExemplarCharacterSet() uintptr
- func KCFLocaleGroupingSeparator() uintptr
- func KCFLocaleIdentifier() uintptr
- func KCFLocaleLanguageCode() uintptr
- func KCFLocaleMeasurementSystem() uintptr
- func KCFLocaleQuotationBeginDelimiterKey() uintptr
- func KCFLocaleQuotationEndDelimiterKey() uintptr
- func KCFLocaleScriptCode() uintptr
- func KCFLocaleUsesMetricSystem() uintptr
- func KCFLocaleVariantCode() uintptr
- func KCFMalayalamCalendar() uintptr
- func KCFMarathiCalendar() uintptr
- func KCFNull() uintptr
- func KCFNumberFormatterAlwaysShowDecimalSeparator() uintptr
- func KCFNumberFormatterCurrencyCode() uintptr
- func KCFNumberFormatterCurrencyDecimalSeparator() uintptr
- func KCFNumberFormatterCurrencyGroupingSeparator() uintptr
- func KCFNumberFormatterCurrencySymbol() uintptr
- func KCFNumberFormatterDecimalSeparator() uintptr
- func KCFNumberFormatterDefaultFormat() uintptr
- func KCFNumberFormatterExponentSymbol() uintptr
- func KCFNumberFormatterFormatWidth() uintptr
- func KCFNumberFormatterGroupingSeparator() uintptr
- func KCFNumberFormatterGroupingSize() uintptr
- func KCFNumberFormatterInfinitySymbol() uintptr
- func KCFNumberFormatterInternationalCurrencySymbol() uintptr
- func KCFNumberFormatterIsLenient() uintptr
- func KCFNumberFormatterMaxFractionDigits() uintptr
- func KCFNumberFormatterMaxIntegerDigits() uintptr
- func KCFNumberFormatterMaxSignificantDigits() uintptr
- func KCFNumberFormatterMinFractionDigits() uintptr
- func KCFNumberFormatterMinGroupingDigits() uintptr
- func KCFNumberFormatterMinIntegerDigits() uintptr
- func KCFNumberFormatterMinSignificantDigits() uintptr
- func KCFNumberFormatterMinusSign() uintptr
- func KCFNumberFormatterMultiplier() uintptr
- func KCFNumberFormatterNaNSymbol() uintptr
- func KCFNumberFormatterNegativePrefix() uintptr
- func KCFNumberFormatterNegativeSuffix() uintptr
- func KCFNumberFormatterPaddingCharacter() uintptr
- func KCFNumberFormatterPaddingPosition() uintptr
- func KCFNumberFormatterPerMillSymbol() uintptr
- func KCFNumberFormatterPercentSymbol() uintptr
- func KCFNumberFormatterPlusSign() uintptr
- func KCFNumberFormatterPositivePrefix() uintptr
- func KCFNumberFormatterPositiveSuffix() uintptr
- func KCFNumberFormatterRoundingIncrement() uintptr
- func KCFNumberFormatterRoundingMode() uintptr
- func KCFNumberFormatterSecondaryGroupingSize() uintptr
- func KCFNumberFormatterUseGroupingSeparator() uintptr
- func KCFNumberFormatterUseSignificantDigits() uintptr
- func KCFNumberFormatterZeroSymbol() uintptr
- func KCFNumberNaN() uintptr
- func KCFNumberNegativeInfinity() uintptr
- func KCFNumberPositiveInfinity() uintptr
- func KCFOdiaCalendar() uintptr
- func KCFPersianCalendar() uintptr
- func KCFPlugInDynamicRegisterFunctionKey() uintptr
- func KCFPlugInDynamicRegistrationKey() uintptr
- func KCFPlugInFactoriesKey() uintptr
- func KCFPlugInTypesKey() uintptr
- func KCFPlugInUnloadFunctionKey() uintptr
- func KCFPreferencesAnyApplication() uintptr
- func KCFPreferencesAnyHost() uintptr
- func KCFPreferencesAnyUser() uintptr
- func KCFPreferencesCurrentApplication() uintptr
- func KCFPreferencesCurrentHost() uintptr
- func KCFPreferencesCurrentUser() uintptr
- func KCFRepublicOfChinaCalendar() uintptr
- func KCFRunLoopCommonModes() uintptr
- func KCFRunLoopDefaultMode() uintptr
- func KCFSocketCommandKey() uintptr
- func KCFSocketErrorKey() uintptr
- func KCFSocketNameKey() uintptr
- func KCFSocketRegisterCommand() uintptr
- func KCFSocketResultKey() uintptr
- func KCFSocketRetrieveCommand() uintptr
- func KCFSocketValueKey() uintptr
- func KCFStreamErrorDomainSOCKS() uintptr
- func KCFStreamErrorDomainSSL() uintptr
- func KCFStreamPropertyAppendToFile() uintptr
- func KCFStreamPropertyDataWritten() uintptr
- func KCFStreamPropertyFileCurrentOffset() uintptr
- func KCFStreamPropertySOCKSPassword() uintptr
- func KCFStreamPropertySOCKSProxy() uintptr
- func KCFStreamPropertySOCKSProxyHost() uintptr
- func KCFStreamPropertySOCKSProxyPort() uintptr
- func KCFStreamPropertySOCKSUser() uintptr
- func KCFStreamPropertySOCKSVersion() uintptr
- func KCFStreamPropertyShouldCloseNativeSocket() uintptr
- func KCFStreamPropertySocketNativeHandle() uintptr
- func KCFStreamPropertySocketRemoteHostName() uintptr
- func KCFStreamPropertySocketRemotePortNumber() uintptr
- func KCFStreamPropertySocketSecurityLevel() uintptr
- func KCFStreamSocketSOCKSVersion4() uintptr
- func KCFStreamSocketSOCKSVersion5() uintptr
- func KCFStreamSocketSecurityLevelNegotiatedSSL() uintptr
- func KCFStreamSocketSecurityLevelNone() uintptr
- func KCFStreamSocketSecurityLevelSSLv2() uintptr
- func KCFStreamSocketSecurityLevelSSLv3() uintptr
- func KCFStreamSocketSecurityLevelTLSv1() uintptr
- func KCFStringTransformFullwidthHalfwidth() uintptr
- func KCFStringTransformHiraganaKatakana() uintptr
- func KCFStringTransformLatinArabic() uintptr
- func KCFStringTransformLatinCyrillic() uintptr
- func KCFStringTransformLatinGreek() uintptr
- func KCFStringTransformLatinHangul() uintptr
- func KCFStringTransformLatinHebrew() uintptr
- func KCFStringTransformLatinHiragana() uintptr
- func KCFStringTransformLatinKatakana() uintptr
- func KCFStringTransformLatinThai() uintptr
- func KCFStringTransformMandarinLatin() uintptr
- func KCFStringTransformStripCombiningMarks() uintptr
- func KCFStringTransformStripDiacritics() uintptr
- func KCFStringTransformToLatin() uintptr
- func KCFStringTransformToUnicodeName() uintptr
- func KCFStringTransformToXMLHex() uintptr
- func KCFTamilCalendar() uintptr
- func KCFTeluguCalendar() uintptr
- func KCFTimeZoneSystemTimeZoneDidChangeNotification() uintptr
- func KCFURLAddedToDirectoryDateKey() uintptr
- func KCFURLApplicationIsScriptableKey() uintptr
- func KCFURLAttributeModificationDateKey() uintptr
- func KCFURLCanonicalPathKey() uintptr
- func KCFURLContentAccessDateKey() uintptr
- func KCFURLContentModificationDateKey() uintptr
- func KCFURLCreationDateKey() uintptr
- func KCFURLCustomIconKey() uintptrdeprecated
- func KCFURLDirectoryEntryCountKey() uintptr
- func KCFURLDocumentIdentifierKey() uintptr
- func KCFURLEffectiveIconKey() uintptrdeprecated
- func KCFURLFileAllocatedSizeKey() uintptr
- func KCFURLFileContentIdentifierKey() uintptr
- func KCFURLFileDirectoryContents() uintptrdeprecated
- func KCFURLFileExists() uintptrdeprecated
- func KCFURLFileIdentifierKey() uintptr
- func KCFURLFileLastModificationTime() uintptrdeprecated
- func KCFURLFileLength() uintptrdeprecated
- func KCFURLFileOwnerID() uintptrdeprecated
- func KCFURLFilePOSIXMode() uintptrdeprecated
- func KCFURLFileResourceIdentifierKey() uintptr
- func KCFURLFileResourceTypeBlockSpecial() uintptr
- func KCFURLFileResourceTypeCharacterSpecial() uintptr
- func KCFURLFileResourceTypeDirectory() uintptr
- func KCFURLFileResourceTypeKey() uintptr
- func KCFURLFileResourceTypeNamedPipe() uintptr
- func KCFURLFileResourceTypeRegular() uintptr
- func KCFURLFileResourceTypeSocket() uintptr
- func KCFURLFileResourceTypeSymbolicLink() uintptr
- func KCFURLFileResourceTypeUnknown() uintptr
- func KCFURLFileSecurityKey() uintptr
- func KCFURLFileSizeKey() uintptr
- func KCFURLGenerationIdentifierKey() uintptr
- func KCFURLHTTPStatusCode() uintptrdeprecated
- func KCFURLHTTPStatusLine() uintptrdeprecated
- func KCFURLHasHiddenExtensionKey() uintptr
- func KCFURLIsAliasFileKey() uintptr
- func KCFURLIsApplicationKey() uintptr
- func KCFURLIsDirectoryKey() uintptr
- func KCFURLIsExcludedFromBackupKey() uintptr
- func KCFURLIsExecutableKey() uintptr
- func KCFURLIsHiddenKey() uintptr
- func KCFURLIsMountTriggerKey() uintptr
- func KCFURLIsPackageKey() uintptr
- func KCFURLIsPurgeableKey() uintptr
- func KCFURLIsReadableKey() uintptr
- func KCFURLIsRegularFileKey() uintptr
- func KCFURLIsSparseKey() uintptr
- func KCFURLIsSymbolicLinkKey() uintptr
- func KCFURLIsSystemImmutableKey() uintptr
- func KCFURLIsUbiquitousItemKey() uintptr
- func KCFURLIsUserImmutableKey() uintptr
- func KCFURLIsVolumeKey() uintptr
- func KCFURLIsWritableKey() uintptr
- func KCFURLKeysOfUnsetValuesKey() uintptr
- func KCFURLLabelColorKey() uintptrdeprecated
- func KCFURLLabelNumberKey() uintptr
- func KCFURLLinkCountKey() uintptr
- func KCFURLLocalizedLabelKey() uintptr
- func KCFURLLocalizedNameKey() uintptr
- func KCFURLLocalizedTypeDescriptionKey() uintptr
- func KCFURLMayHaveExtendedAttributesKey() uintptr
- func KCFURLMayShareFileContentKey() uintptr
- func KCFURLNameKey() uintptr
- func KCFURLParentDirectoryURLKey() uintptr
- func KCFURLPathKey() uintptr
- func KCFURLPreferredIOBlockSizeKey() uintptr
- func KCFURLQuarantinePropertiesKey() uintptr
- func KCFURLTagNamesKey() uintptr
- func KCFURLTotalFileAllocatedSizeKey() uintptr
- func KCFURLTotalFileSizeKey() uintptr
- func KCFURLTypeIdentifierKey() uintptrdeprecated
- func KCFURLUbiquitousItemDownloadingErrorKey() uintptr
- func KCFURLUbiquitousItemDownloadingStatusCurrent() uintptr
- func KCFURLUbiquitousItemDownloadingStatusDownloaded() uintptr
- func KCFURLUbiquitousItemDownloadingStatusKey() uintptr
- func KCFURLUbiquitousItemDownloadingStatusNotDownloaded() uintptr
- func KCFURLUbiquitousItemHasUnresolvedConflictsKey() uintptr
- func KCFURLUbiquitousItemIsDownloadedKey() uintptrdeprecated
- func KCFURLUbiquitousItemIsDownloadingKey() uintptr
- func KCFURLUbiquitousItemIsExcludedFromSyncKey() uintptr
- func KCFURLUbiquitousItemIsSyncPausedKey() uintptr
- func KCFURLUbiquitousItemIsUploadedKey() uintptr
- func KCFURLUbiquitousItemIsUploadingKey() uintptr
- func KCFURLUbiquitousItemPercentDownloadedKey() uintptrdeprecated
- func KCFURLUbiquitousItemPercentUploadedKey() uintptrdeprecated
- func KCFURLUbiquitousItemSupportedSyncControlsKey() uintptr
- func KCFURLUbiquitousItemUploadingErrorKey() uintptr
- func KCFURLVolumeAvailableCapacityForImportantUsageKey() uintptr
- func KCFURLVolumeAvailableCapacityForOpportunisticUsageKey() uintptr
- func KCFURLVolumeAvailableCapacityKey() uintptr
- func KCFURLVolumeCreationDateKey() uintptr
- func KCFURLVolumeIdentifierKey() uintptr
- func KCFURLVolumeIsAutomountedKey() uintptr
- func KCFURLVolumeIsBrowsableKey() uintptr
- func KCFURLVolumeIsEjectableKey() uintptr
- func KCFURLVolumeIsEncryptedKey() uintptr
- func KCFURLVolumeIsInternalKey() uintptr
- func KCFURLVolumeIsJournalingKey() uintptr
- func KCFURLVolumeIsLocalKey() uintptr
- func KCFURLVolumeIsReadOnlyKey() uintptr
- func KCFURLVolumeIsRemovableKey() uintptr
- func KCFURLVolumeIsRootFileSystemKey() uintptr
- func KCFURLVolumeLocalizedFormatDescriptionKey() uintptr
- func KCFURLVolumeLocalizedNameKey() uintptr
- func KCFURLVolumeMaximumFileSizeKey() uintptr
- func KCFURLVolumeMountFromLocationKey() uintptr
- func KCFURLVolumeNameKey() uintptr
- func KCFURLVolumeResourceCountKey() uintptr
- func KCFURLVolumeSubtypeKey() uintptr
- func KCFURLVolumeSupportsAccessPermissionsKey() uintptr
- func KCFURLVolumeSupportsAdvisoryFileLockingKey() uintptr
- func KCFURLVolumeSupportsCasePreservedNamesKey() uintptr
- func KCFURLVolumeSupportsCaseSensitiveNamesKey() uintptr
- func KCFURLVolumeSupportsCompressionKey() uintptr
- func KCFURLVolumeSupportsExclusiveRenamingKey() uintptr
- func KCFURLVolumeSupportsExtendedSecurityKey() uintptr
- func KCFURLVolumeSupportsFileCloningKey() uintptr
- func KCFURLVolumeSupportsFileProtectionKey() uintptr
- func KCFURLVolumeSupportsHardLinksKey() uintptr
- func KCFURLVolumeSupportsImmutableFilesKey() uintptr
- func KCFURLVolumeSupportsJournalingKey() uintptr
- func KCFURLVolumeSupportsPersistentIDsKey() uintptr
- func KCFURLVolumeSupportsRenamingKey() uintptr
- func KCFURLVolumeSupportsRootDirectoryDatesKey() uintptr
- func KCFURLVolumeSupportsSparseFilesKey() uintptr
- func KCFURLVolumeSupportsSwapRenamingKey() uintptr
- func KCFURLVolumeSupportsSymbolicLinksKey() uintptr
- func KCFURLVolumeSupportsVolumeSizesKey() uintptr
- func KCFURLVolumeSupportsZeroRunsKey() uintptr
- func KCFURLVolumeTotalCapacityKey() uintptr
- func KCFURLVolumeTypeNameKey() uintptr
- func KCFURLVolumeURLForRemountingKey() uintptr
- func KCFURLVolumeURLKey() uintptr
- func KCFURLVolumeUUIDStringKey() uintptr
- func KCFUserNotificationAlertHeaderKey() uintptr
- func KCFUserNotificationAlertMessageKey() uintptr
- func KCFUserNotificationAlertTopMostKey() uintptr
- func KCFUserNotificationAlternateButtonTitleKey() uintptr
- func KCFUserNotificationCheckBoxTitlesKey() uintptr
- func KCFUserNotificationDefaultButtonTitleKey() uintptr
- func KCFUserNotificationIconURLKey() uintptr
- func KCFUserNotificationKeyboardTypesKey() uintptr
- func KCFUserNotificationLocalizationURLKey() uintptr
- func KCFUserNotificationOtherButtonTitleKey() uintptr
- func KCFUserNotificationPopUpSelectionKey() uintptr
- func KCFUserNotificationPopUpTitlesKey() uintptr
- func KCFUserNotificationProgressIndicatorValueKey() uintptr
- func KCFUserNotificationSoundURLKey() uintptr
- func KCFUserNotificationTextFieldTitlesKey() uintptr
- func KCFUserNotificationTextFieldValuesKey() uintptr
- func KCFVietnameseCalendar() uintptr
- func KCFVikramCalendar() uintptr
- func KCFXMLTreeErrorDescription() uintptr
- func KCFXMLTreeErrorLineNumber() uintptr
- func KCFXMLTreeErrorLocation() uintptr
- func KCFXMLTreeErrorStatusCode() uintptr
- func SymbolAvailable(symbol string) bool
- type Acl_entry_id_t
- type Acl_flag_t
- type Acl_perm_t
- type Acl_tag_t
- type Acl_type_t
- type CFAllocator
- type CFAllocatorContext
- type CFArray
- type CFArrayCallBacks
- type CFAttributedString
- type CFBag
- type CFBagCallBacks
- type CFBinaryHeap
- type CFBinaryHeapCallBacks
- type CFBinaryHeapCompareContext
- type CFBitVector
- type CFBoolean
- type CFBundle
- type CFCalendar
- type CFCalendarUnit
- type CFCharacterSet
- type CFCharacterSetPredefinedSet
- type CFComparisonResult
- func CFDateCompare(theDate unsafe.Pointer, otherDate unsafe.Pointer, context_ unsafe.Pointer) CFComparisonResult
- func CFNumberCompare(number unsafe.Pointer, otherNumber unsafe.Pointer, context_ unsafe.Pointer) CFComparisonResult
- func CFStringCompare(theString1 unsafe.Pointer, theString2 unsafe.Pointer, ...) CFComparisonResult
- func CFStringCompareWithOptions(theString1 unsafe.Pointer, theString2 unsafe.Pointer, rangeToCompare CFRange, ...) CFComparisonResult
- func CFStringCompareWithOptionsAndLocale(theString1 unsafe.Pointer, theString2 unsafe.Pointer, rangeToCompare CFRange, ...) CFComparisonResult
- type CFData
- type CFDataSearchFlags
- type CFDate
- type CFDateFormatter
- type CFDateFormatterStyle
- type CFDictionary
- type CFDictionaryKeyCallBacks
- type CFDictionaryValueCallBacks
- type CFError
- type CFFileDescriptor
- type CFFileDescriptorContext
- type CFFileSecurity
- type CFFileSecurityClearOptions
- type CFGregorianDate
- type CFGregorianUnitFlags
- type CFGregorianUnits
- type CFISO8601DateFormatOptions
- type CFLocale
- type CFLocaleLanguageDirection
- type CFMachPort
- type CFMachPortContext
- type CFMessagePort
- type CFMessagePortContext
- type CFNotificationCenter
- type CFNotificationSuspensionBehavior
- type CFNull
- type CFNumber
- type CFNumberFormatter
- type CFNumberFormatterOptionFlags
- type CFNumberFormatterPadPosition
- type CFNumberFormatterRoundingMode
- type CFNumberFormatterStyle
- type CFNumberType
- type CFPlugInInstance
- type CFPropertyListFormat
- type CFPropertyListMutabilityOptions
- type CFRange
- func CFCalendarGetMaximumRangeOfUnit(calendar unsafe.Pointer, unit CFCalendarUnit) CFRange
- func CFCalendarGetMinimumRangeOfUnit(calendar unsafe.Pointer, unit CFCalendarUnit) CFRange
- func CFCalendarGetRangeOfUnit(calendar unsafe.Pointer, smallerUnit CFCalendarUnit, biggerUnit CFCalendarUnit, ...) CFRange
- func CFDataFind(theData unsafe.Pointer, dataToFind unsafe.Pointer, searchRange CFRange, ...) CFRange
- func CFRangeMake(loc int, len_ int) CFRange
- func CFStringFind(theString unsafe.Pointer, stringToFind unsafe.Pointer, ...) CFRange
- func CFStringGetRangeOfComposedCharactersAtIndex(theString unsafe.Pointer, theIndex int) CFRange
- func CFStringTokenizerGetCurrentTokenRange(tokenizer unsafe.Pointer) CFRange
- func CFURLGetByteRangeForComponent(url unsafe.Pointer, component CFURLComponentType, ...) CFRange
- type CFReadStream
- type CFRunLoop
- type CFRunLoopActivity
- type CFRunLoopObserver
- type CFRunLoopObserverContext
- type CFRunLoopRunResult
- type CFRunLoopSource
- type CFRunLoopSourceContext
- type CFRunLoopSourceContext1
- type CFRunLoopTimer
- type CFRunLoopTimerContext
- type CFSet
- type CFSetCallBacks
- type CFSocket
- type CFSocketCallBackType
- type CFSocketContext
- type CFSocketError
- func CFSocketConnectToAddress(s unsafe.Pointer, address unsafe.Pointer, timeout float64) CFSocketError
- func CFSocketCopyRegisteredSocketSignature(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer, ...) CFSocketError
- func CFSocketCopyRegisteredValue(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer, ...) CFSocketError
- func CFSocketRegisterSocketSignature(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer, ...) CFSocketError
- func CFSocketRegisterValue(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer, ...) CFSocketError
- func CFSocketSendData(s unsafe.Pointer, address unsafe.Pointer, data unsafe.Pointer, timeout float64) CFSocketError
- func CFSocketSetAddress(s unsafe.Pointer, address unsafe.Pointer) CFSocketError
- func CFSocketUnregister(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer) CFSocketError
- type CFSocketSignature
- type CFStreamClientContext
- type CFStreamError
- type CFStreamErrorDomain
- type CFStreamEventType
- type CFStreamStatus
- type CFString
- type CFStringBuiltInEncodings
- type CFStringCompareFlags
- type CFStringEncodings
- type CFStringInlineBuffer
- type CFStringNormalizationForm
- type CFStringTokenizer
- type CFStringTokenizerTokenType
- type CFSwappedFloat32
- type CFSwappedFloat64
- type CFTimeZone
- type CFTimeZoneNameStyle
- type CFTree
- type CFTreeContext
- type CFURLdeprecated
- type CFURLBookmarkCreationOptions
- type CFURLBookmarkResolutionOptions
- type CFURLComponentType
- type CFURLEnumerator
- type CFURLEnumeratorOptions
- type CFURLEnumeratorResult
- type CFURLError
- type CFURLPathStyle
- type CFUUID
- type CFUUIDBytes
- type CFUserNotification
- type CFWriteStream
- type CFXMLAttributeDeclarationInfo
- type CFXMLAttributeListDeclarationInfo
- type CFXMLDocumentInfo
- type CFXMLDocumentTypeInfo
- type CFXMLElementInfo
- type CFXMLElementTypeDeclarationInfo
- type CFXMLEntityInfo
- type CFXMLEntityReferenceInfo
- type CFXMLEntityTypeCode
- type CFXMLExternalID
- type CFXMLNode
- type CFXMLNodeTypeCode
- type CFXMLNotationInfo
- type CFXMLParser
- type CFXMLParserCallBacks
- type CFXMLParserContext
- type CFXMLParserOptions
- type CFXMLParserStatusCode
- type CFXMLProcessingInstructionInfo
- type CGAffineTransform
- type CGAffineTransformComponents
- type CGPoint
- type CGRect
- type CGRectEdge
- type CGSize
- type CGVector
- type Clockid_t
- type Dispatch_autorelease_frequency_t
- type Dispatch_block_flags_t
- type FSRef
- type Filesec_property_t
- type Idtype_t
- type MallocZoneT
- type Mpo_flags_t
- type Os_clockid_t
- type Ptrauth_key
- type Qos_class_t
Constants ¶
const ( CFByteOrderUnknown __CFByteOrder = 0 CFByteOrderLittleEndian __CFByteOrder = 1 CFByteOrderBigEndian __CFByteOrder = 2 )
const ( KCFBundleExecutableArchitectureARM64 = 16777228 KCFBundleExecutableArchitectureI386 = 7 KCFBundleExecutableArchitecturePPC = 18 KCFBundleExecutableArchitecturePPC64 = 16777234 KCFBundleExecutableArchitectureX86_64 = 16777223 )
const ( KCFFileDescriptorReadCallBack = 1 KCFFileDescriptorWriteCallBack = 2 )
const ( KCFMessagePortBecameInvalidError = -5 KCFMessagePortIsInvalid = -3 KCFMessagePortReceiveTimeout = -2 KCFMessagePortSendTimeout = -1 KCFMessagePortSuccess = 0 KCFMessagePortTransportError = -4 )
const ( KCFNotificationDeliverImmediately = 1 KCFNotificationPostToAllSessions = 2 )
const ( KCFPropertyListReadCorruptError = 3840 KCFPropertyListReadStreamError = 3842 KCFPropertyListReadUnknownVersionError = 3841 KCFPropertyListWriteStreamError = 3851 )
const ( KCFSocketAutomaticallyReenableAcceptCallBack = 2 KCFSocketAutomaticallyReenableDataCallBack = 3 KCFSocketAutomaticallyReenableReadCallBack = 1 KCFSocketAutomaticallyReenableWriteCallBack = 8 KCFSocketCloseOnInvalidate = 128 KCFSocketLeaveErrors = 64 )
const ( KCFStringTokenizerAttributeLanguage = 131072 KCFStringTokenizerAttributeLatinTranscription = 65536 KCFStringTokenizerUnitLineBreak = 3 KCFStringTokenizerUnitParagraph = 2 KCFStringTokenizerUnitSentence = 1 KCFStringTokenizerUnitWord = 0 KCFStringTokenizerUnitWordBoundary = 4 )
const ( KCFUserNotificationAlternateResponse = 1 KCFUserNotificationCancelResponse = 3 KCFUserNotificationDefaultResponse = 0 KCFUserNotificationOtherResponse = 2 )
const ( KCFUserNotificationNoDefaultButtonFlag = 32 KCFUserNotificationUseRadioButtonsFlag = 64 )
const ( KCFUserNotificationCautionAlertLevel = 2 KCFUserNotificationNoteAlertLevel = 1 KCFUserNotificationPlainAlertLevel = 3 KCFUserNotificationStopAlertLevel = 0 )
const (
KCFCalendarComponentsWrap = 1
)
const (
KCFXMLNodeCurrentVersion = 1
)
Variables ¶
This section is empty.
Functions ¶
func CFAbsoluteTimeAddGregorianUnits
deprecated
func CFAbsoluteTimeAddGregorianUnits(at float64, tz unsafe.Pointer, units CFGregorianUnits) float64
Deprecated: Use CFCalendar or NSCalendar API instead
func CFAbsoluteTimeGetCurrent ¶
func CFAbsoluteTimeGetCurrent() float64
func CFAbsoluteTimeGetDayOfWeek
deprecated
func CFAbsoluteTimeGetDayOfYear
deprecated
func CFAbsoluteTimeGetWeekOfYear
deprecated
func CFAllocatorAllocate ¶
func CFAllocatorCreate ¶
func CFAllocatorCreate(allocator unsafe.Pointer, context_ *CFAllocatorContext) unsafe.Pointer
func CFAllocatorDeallocate ¶
func CFAllocatorGetContext ¶
func CFAllocatorGetContext(allocator unsafe.Pointer, context_ *CFAllocatorContext)
func CFAllocatorGetDefault ¶
func CFAllocatorGetTypeID ¶
func CFAllocatorGetTypeID() uint
func CFAllocatorReallocate ¶
func CFAllocatorSetDefault ¶
func CFArrayAppendArray ¶
func CFArrayApplyFunction ¶
func CFArrayBSearchValues ¶
func CFArrayContainsValue ¶
func CFArrayCreate ¶
func CFArrayCreateCopy ¶
func CFArrayCreateMutable ¶
func CFArrayGetCount ¶
func CFArrayGetCountOfValue ¶
func CFArrayGetTypeID ¶
func CFArrayGetTypeID() uint
func CFArrayGetValueAtIndex ¶
func CFArrayGetValues ¶
func CFArrayRemoveAllValues ¶
func CFArrayReplaceValues ¶
func CFArraySetValueAtIndex ¶
func CFArraySortValues ¶
func CFAttributedStringBeginEditing ¶
@function CFAttributedStringBeginEditing In cases where attributed string might do a bunch of work to assure self-consistency, CFAttributedStringBeginEditing/CFAttributedStringEndEditing allow disabling that to allow deferring and coalescing any work. It's a good idea to call these around a set of related mutation calls which don't require the string to be in consistent state in between. These calls can be nested.
func CFAttributedStringCreate ¶
func CFAttributedStringCreate(alloc unsafe.Pointer, str unsafe.Pointer, attributes unsafe.Pointer) unsafe.Pointer
@function CFAttributedStringCreate Creates an attributed string with the specified string and attributes (both copied).
func CFAttributedStringCreateCopy ¶
@function CFAttributedStringCreateCopy Creates an immutable attributed string copy.
func CFAttributedStringCreateMutable ¶
@function CFAttributedStringCreateMutable Creates a mutable empty attributed string. maxLength, if not 0, is a hard bound on the length of the attributed string; exceeding this size limit during any editing operation is a programming error. If 0, there is no limit on the length.
func CFAttributedStringCreateMutableCopy ¶
func CFAttributedStringCreateMutableCopy(alloc unsafe.Pointer, maxLength int, aStr unsafe.Pointer) unsafe.Pointer
@function CFAttributedStringCreateMutableCopy Creates a mutable attributed string copy. maxLength, if not 0, is a hard bound on the length of the attributed string; exceeding this size limit during any editing operation is a programming error. If 0, there is no limit on the length.
func CFAttributedStringCreateWithSubstring ¶
func CFAttributedStringCreateWithSubstring(alloc unsafe.Pointer, aStr unsafe.Pointer, range_ CFRange) unsafe.Pointer
@function CFAttributedStringCreateWithSubstring Creates a sub-attributed string from the specified range. It's a programming error for range to specify characters outside the bounds of aStr.
func CFAttributedStringEndEditing ¶
@function CFAttributedStringEndEditing In cases where attributed string might do a bunch of work to assure self-consistency, CFAttributedStringBeginEditing/CFAttributedStringEndEditing allow disabling that to allow deferring and coalescing any work. It's a good idea to call these around a set of related mutation calls which don't require the string to be in consistent state in between. These calls can be nested.
func CFAttributedStringGetAttribute ¶
func CFAttributedStringGetAttribute(aStr unsafe.Pointer, loc int, attrName unsafe.Pointer, effectiveRange *CFRange) unsafe.Pointer
@function CFAttributedStringGetAttribute Returns the value of a single attribute at the specified location. If the specified attribute doesn't exist at the location, returns NULL. If effectiveRange is not NULL, upon return *effectiveRange contains a range over which the exact same attribute value applies. Note that for performance reasons, the returned effectiveRange is not necessarily the maximal range - for that, use CFAttributedStringGetAttributeAndLongestEffectiveRange(). It's a programming error for loc to specify a location outside the bounds of the attributed string.
func CFAttributedStringGetAttributeAndLongestEffectiveRange ¶
func CFAttributedStringGetAttributeAndLongestEffectiveRange(aStr unsafe.Pointer, loc int, attrName unsafe.Pointer, inRange CFRange, longestEffectiveRange *CFRange) unsafe.Pointer
@function CFAttributedStringGetAttributeAndLongestEffectiveRange Returns the value of a single attribute at the specified location. If longestEffectiveRange is not NULL, upon return *longestEffectiveRange contains the maximal range within inRange over which the exact same attribute value applies. The returned range is clipped to inRange. It's a programming error for loc or inRange to specify locations outside the bounds of the attributed string.
func CFAttributedStringGetAttributes ¶
func CFAttributedStringGetAttributes(aStr unsafe.Pointer, loc int, effectiveRange *CFRange) unsafe.Pointer
@function CFAttributedStringGetAttributes Returns the attributes at the specified location. If effectiveRange is not NULL, upon return *effectiveRange contains a range over which the exact same set of attributes apply. Note that for performance reasons, the returned effectiveRange is not necessarily the maximal range - for that, use CFAttributedStringGetAttributesAndLongestEffectiveRange(). It's a programming error for loc to specify a location outside the bounds of the attributed string. Note that the returned attribute dictionary might change in unpredictable ways from under the caller if the attributed string is edited after this call. If you wish to hang on to the dictionary long-term, you should make an actual copy of it rather than just retaining it. Also, no assumptions should be made about the relationship of the actual CFDictionaryRef returned by this call and the dictionary originally used to set the attributes, other than the fact that the values stored in the dictionary will be identical (that is, ==) to those originally specified.
func CFAttributedStringGetAttributesAndLongestEffectiveRange ¶
func CFAttributedStringGetAttributesAndLongestEffectiveRange(aStr unsafe.Pointer, loc int, inRange CFRange, longestEffectiveRange *CFRange) unsafe.Pointer
@function CFAttributedStringGetAttributesAndLongestEffectiveRange Returns the attributes at the specified location. If longestEffectiveRange is not NULL, upon return *longestEffectiveRange contains the maximal range within inRange over which the exact same set of attributes apply. The returned range is clipped to inRange. It's a programming error for loc or inRange to specify locations outside the bounds of the attributed string.
func CFAttributedStringGetBidiLevelsAndResolvedDirections ¶
func CFAttributedStringGetBidiLevelsAndResolvedDirections(attributedString unsafe.Pointer, range_ CFRange, baseDirection int8, bidiLevels *uint8, baseDirections *uint8) bool
@function CFAttributedStringGetBidiLevelsAndResolvedDirections Fills bidiLevels by applying the Unicode Bidi Algorithm (P, X, W, N, and I) to the characters in range. Returns true if the result is not uni-level LTR (in other words, needing further Bidi processing). baseDirection is NSWritingDirection (NSWritingDirectionNatural, NSWritingDirectionLeftToRight, and NSWritingDirectionRightToLeft). Understands NSWritingDirectionAttributeName values.
func CFAttributedStringGetLength ¶
@function CFAttributedStringGetLength Returns the length of the attributed string in characters; same as CFStringGetLength(CFAttributedStringGetString(aStr))
func CFAttributedStringGetMutableString ¶
@function CFAttributedStringGetMutableString Gets the string for the attributed string as a mutable string, allowing editing the character contents of the string as if it were an CFMutableString. Attributes corresponding to the edited range are appropriately modified. If, as a result of the edit, new characters are introduced into the string, they inherit the attributes of the first replaced character from range. If no existing characters are replaced by the edit, the new characters inherit the attributes of the character preceding range if it has any, otherwise of the character following range. If the initial string is empty, the attributes for the new characters are also empty. (Note: This function is not yet implemented and will return NULL except for toll-free bridged instances.)
func CFAttributedStringGetStatisticalWritingDirections ¶
func CFAttributedStringGetStatisticalWritingDirections(attributedString unsafe.Pointer, range_ CFRange, baseDirection int8, bidiLevels *uint8, baseDirections *uint8) bool
@function CFAttributedStringGetStatisticalWritingDirections @discussion If baseDirection is not NSWritingDirectionNatural, result comes from CFAttributedStringGetBidiLevelsAndResolvedDirections; otherwise, it fills bidiLevels by applying a statistical approach (a paragraph is RTL if 40% or more of its words are RTL) to the characters in range. Returns true if the result is not uni-level LTR (in other words, needing further Bidi processing). baseDirection is NSWritingDirection (NSWritingDirectionNatural, NSWritingDirectionLeftToRight, and NSWritingDirectionRightToLeft). Understands NSWritingDirectionAttributeName values.
func CFAttributedStringGetString ¶
@function CFAttributedStringGetString Returns the string for the attributed string. For performance reasons, this will often point at the backing store of the attributed string, and it might change if the attributed string is edited. However, this is an implementation detail, and definitely not something that should be counted on.
func CFAttributedStringGetTypeID ¶
func CFAttributedStringGetTypeID() uint
@function CFAttributedStringGetTypeID Returns the type identifier of all CFAttributedString instances.
func CFAttributedStringRemoveAttribute ¶
func CFAttributedStringRemoveAttribute(aStr unsafe.Pointer, range_ CFRange, attrName unsafe.Pointer)
@function CFAttributedStringRemoveAttribute Removes the value of a single attribute over the specified range, which should be valid. It's OK for the attribute not the exist over the specified range.
func CFAttributedStringReplaceAttributedString ¶
func CFAttributedStringReplaceAttributedString(aStr unsafe.Pointer, range_ CFRange, replacement unsafe.Pointer)
@function CFAttributedStringReplaceAttributedString Replaces the attributed substring over the specified range with the attributed string specified in replacement. range should be valid. To delete a range of the attributed string, call CFAttributedStringReplaceString() with empty string and specified range.
func CFAttributedStringReplaceString ¶
func CFAttributedStringReplaceString(aStr unsafe.Pointer, range_ CFRange, replacement unsafe.Pointer)
@function CFAttributedStringReplaceString Modifies the string for the attributed string, much like CFStringReplace(). It's an error for range to specify characters outside the bounds of aStr. (Note: This function is a convenience on CFAttributedStringGetMutableString(); however, until CFAttributedStringGetMutableString() is implemented, it remains the only way to edit the string of the attributed string.)
func CFAttributedStringSetAttribute ¶
func CFAttributedStringSetAttribute(aStr unsafe.Pointer, range_ CFRange, attrName unsafe.Pointer, value unsafe.Pointer)
@function CFAttributedStringSetAttribute Sets the value of a single attribute over the specified range, which should be valid. value should not be NULL.
func CFAttributedStringSetAttributes ¶
func CFAttributedStringSetAttributes(aStr unsafe.Pointer, range_ CFRange, replacement unsafe.Pointer, clearOtherAttributes uint8)
@function CFAttributedStringSetAttributes Sets the value of multiple attributes over the specified range, which should be valid. If clearOtherAttributes is false, existing attributes (which aren't being replaced) are left alone; otherwise they are cleared. The dictionary should be setup for "usual" CF type usage --- CFString keys, and arbitrary CFType values. Note that after this call, further mutations to the replacement dictionary argument by the caller will not affect the contents of the attributed string.
func CFBagApplyFunction ¶
func CFBagContainsValue ¶
func CFBagCreate ¶
func CFBagCreateCopy ¶
func CFBagCreateMutable ¶
func CFBagCreateMutableCopy ¶
func CFBagGetCount ¶
func CFBagGetCountOfValue ¶
func CFBagGetTypeID ¶
func CFBagGetTypeID() uint
func CFBagGetValueIfPresent ¶
func CFBagRemoveAllValues ¶
func CFBinaryHeapAddValue ¶
@function CFBinaryHeapAddValue Adds the value to the binary heap. @param heap The binary heap to which the value is to be added. If this parameter is not a valid mutable CFBinaryHeap, the behavior is undefined. @param value The value to add to the binary heap. The value is retained by the binary heap using the retain callback provided when the binary heap was created. If the value is not of the sort expected by the retain callback, the behavior is undefined.
func CFBinaryHeapApplyFunction ¶
func CFBinaryHeapApplyFunction(heap unsafe.Pointer, applier unsafe.Pointer, context_ unsafe.Pointer)
@function CFBinaryHeapApplyFunction Calls a function once for each value in the binary heap. @param heap The binary heap to be operated upon. If this parameter is not a valid CFBinaryHeap, the behavior is undefined. @param applier The callback function to call once for each value in the given binary heap. If this parameter is not a pointer to a function of the correct prototype, the behavior is undefined. If there are values in the binary heap which the applier function does not expect or cannot properly apply to, the behavior is undefined. @param context A pointer-sized user-defined value, which is passed as the second parameter to the applier function, but is otherwise unused by this function. If the context is not what is expected by the applier function, the behavior is undefined.
func CFBinaryHeapContainsValue ¶
@function CFBinaryHeapContainsValue Reports whether or not the value is in the binary heap. @param heap The binary heap to be searched. If this parameter is not a valid CFBinaryHeap, the behavior is undefined. @param value The value for which to find matches in the binary heap. The compare() callback provided when the binary heap was created is used to compare. If the compare() callback was NULL, pointer equality (in C, ==) is used. If value, or any of the values in the binary heap, are not understood by the compare() callback, the behavior is undefined. @result true, if the value is in the specified binary heap, otherwise false.
func CFBinaryHeapCreate ¶
func CFBinaryHeapCreate(allocator unsafe.Pointer, capacity int, callBacks *CFBinaryHeapCallBacks, compareContext *CFBinaryHeapCompareContext) unsafe.Pointer
@function CFBinaryHeapCreate Creates a new mutable binary heap with the given values. @param allocator The CFAllocator which should be used to allocate memory for the binary heap and its storage for values. This parameter may be NULL in which case the current default CFAllocator is used. If this reference is not a valid CFAllocator, the behavior is undefined. @param capacity A hint about the number of values that will be held by the CFBinaryHeap. Pass 0 for no hint. The implementation may ignore this hint, or may use it to optimize various operations. A heap's actual capacity is only limited by address space and available memory constraints). If this parameter is negative, the behavior is undefined. @param callBacks A pointer to a CFBinaryHeapCallBacks structure initialized with the callbacks for the binary heap to use on each value in the binary heap. A copy of the contents of the callbacks structure is made, so that a pointer to a structure on the stack can be passed in, or can be reused for multiple binary heap creations. If the version field of this callbacks structure is not one of the defined ones for CFBinaryHeap, the behavior is undefined. The retain field may be NULL, in which case the CFBinaryHeap will do nothing to add a retain to values as they are put into the binary heap. The release field may be NULL, in which case the CFBinaryHeap will do nothing to remove the binary heap's retain (if any) on the values when the heap is destroyed or a key-value pair is removed. If the copyDescription field is NULL, the binary heap will create a simple description for a value. If the equal field is NULL, the binary heap will use pointer equality to test for equality of values. This callbacks parameter itself may be NULL, which is treated as if a valid structure of version 0 with all fields NULL had been passed in. Otherwise, if any of the fields are not valid pointers to functions of the correct type, or this parameter is not a valid pointer to a CFBinaryHeapCallBacks callbacks structure, the behavior is undefined. If any of the values put into the binary heap is not one understood by one of the callback functions the behavior when that callback function is used is undefined. @param compareContext A pointer to a CFBinaryHeapCompareContext structure. @result A reference to the new CFBinaryHeap.
func CFBinaryHeapCreateCopy ¶
func CFBinaryHeapCreateCopy(allocator unsafe.Pointer, capacity int, heap unsafe.Pointer) unsafe.Pointer
@function CFBinaryHeapCreateCopy Creates a new mutable binary heap with the values from the given binary heap. @param allocator The CFAllocator which should be used to allocate memory for the binary heap and its storage for values. This parameter may be NULL in which case the current default CFAllocator is used. If this reference is not a valid CFAllocator, the behavior is undefined. @param capacity A hint about the number of values that will be held by the CFBinaryHeap. Pass 0 for no hint. The implementation may ignore this hint, or may use it to optimize various operations. A heap's actual capacity is only limited by address space and available memory constraints). This parameter must be greater than or equal to the count of the heap which is to be copied, or the behavior is undefined. If this parameter is negative, the behavior is undefined. @param heap The binary heap which is to be copied. The values from the binary heap are copied as pointers into the new binary heap (that is, the values themselves are copied, not that which the values point to, if anything). However, the values are also retained by the new binary heap. The count of the new binary will be the same as the given binary heap. The new binary heap uses the same callbacks as the binary heap to be copied. If this parameter is not a valid CFBinaryHeap, the behavior is undefined. @result A reference to the new mutable binary heap.
func CFBinaryHeapGetCount ¶
@function CFBinaryHeapGetCount Returns the number of values currently in the binary heap. @param heap The binary heap to be queried. If this parameter is not a valid CFBinaryHeap, the behavior is undefined. @result The number of values in the binary heap.
func CFBinaryHeapGetCountOfValue ¶
@function CFBinaryHeapGetCountOfValue Counts the number of times the given value occurs in the binary heap. @param heap The binary heap to be searched. If this parameter is not a valid CFBinaryHeap, the behavior is undefined. @param value The value for which to find matches in the binary heap. The compare() callback provided when the binary heap was created is used to compare. If the compare() callback was NULL, pointer equality (in C, ==) is used. If value, or any of the values in the binary heap, are not understood by the compare() callback, the behavior is undefined. @result The number of times the given value occurs in the binary heap.
func CFBinaryHeapGetMinimum ¶
@function CFBinaryHeapGetMinimum Returns the minimum value is in the binary heap. If the heap contains several equal minimum values, any one may be returned. @param heap The binary heap to be searched. If this parameter is not a valid CFBinaryHeap, the behavior is undefined. @result A reference to the minimum value in the binary heap, or NULL if the binary heap contains no values.
func CFBinaryHeapGetMinimumIfPresent ¶
@function CFBinaryHeapGetMinimumIfPresent Returns the minimum value is in the binary heap, if present. If the heap contains several equal minimum values, any one may be returned. @param heap The binary heap to be searched. If this parameter is not a valid CFBinaryHeap, the behavior is undefined. @param value A C pointer to pointer-sized storage to be filled with the minimum value in the binary heap. If this value is not a valid C pointer to a pointer-sized block of storage, the result is undefined. If the result of the function is false, the value stored at this address is undefined. @result true, if a minimum value was found in the specified binary heap, otherwise false.
func CFBinaryHeapGetTypeID ¶
func CFBinaryHeapGetTypeID() uint
@function CFBinaryHeapGetTypeID Returns the type identifier of all CFBinaryHeap instances.
func CFBinaryHeapGetValues ¶
@function CFBinaryHeapGetValues Fills the buffer with values from the binary heap. @param heap The binary heap to be queried. If this parameter is not a valid CFBinaryHeap, the behavior is undefined. @param values A C array of pointer-sized values to be filled with values from the binary heap. The values in the C array are ordered from least to greatest. If this parameter is not a valid pointer to a C array of at least CFBinaryHeapGetCount() pointers, the behavior is undefined.
func CFBinaryHeapRemoveAllValues ¶
@function CFBinaryHeapRemoveAllValues Removes all the values from the binary heap, making it empty. @param heap The binary heap from which all of the values are to be removed. If this parameter is not a valid mutable CFBinaryHeap, the behavior is undefined.
func CFBinaryHeapRemoveMinimumValue ¶
@function CFBinaryHeapRemoveMinimumValue Removes the minimum value from the binary heap. @param heap The binary heap from which the minimum value is to be removed. If this parameter is not a valid mutable CFBinaryHeap, the behavior is undefined.
func CFBitVectorContainsBit ¶
func CFBitVectorCreate ¶
func CFBitVectorCreateCopy ¶
func CFBitVectorFlipBits ¶
func CFBitVectorGetCount ¶
func CFBitVectorGetTypeID ¶
func CFBitVectorGetTypeID() uint
func CFBitVectorSetAllBits ¶
func CFBitVectorSetCount ¶
func CFBooleanGetTypeID ¶
func CFBooleanGetTypeID() uint
func CFBooleanGetValue ¶
func CFBundleCloseBundleResourceMap
deprecated
func CFBundleCopyResourceURL ¶
func CFBundleCreate ¶
func CFBundleGetAllBundles ¶
func CFBundleGetMainBundle ¶
func CFBundleGetPackageInfo ¶
func CFBundleGetTypeID ¶
func CFBundleGetTypeID() uint
func CFBundleLoadExecutable ¶
func CFBundleOpenBundleResourceMap
deprecated
func CFByteOrderGetCurrent ¶
func CFByteOrderGetCurrent() int
func CFCalendarCopyCurrent ¶
func CFCalendarGetOrdinalityOfUnit ¶
func CFCalendarGetOrdinalityOfUnit(calendar unsafe.Pointer, smallerUnit CFCalendarUnit, biggerUnit CFCalendarUnit, at float64) int
func CFCalendarGetTypeID ¶
func CFCalendarGetTypeID() uint
func CFCharacterSetCreateInvertedSet ¶
@function CFCharacterSetCreateInvertedSet Creates a new immutable character set that is the invert of the specified character set. @param alloc The CFAllocator which should be used to allocate memory for the array and its storage for values. This parameter may be NULL in which case the current default CFAllocator is used. If this reference is not a valid CFAllocator, the behavior is undefined. @param theSet The CFCharacterSet which is to be inverted. If this parameter is not a valid CFCharacterSet, the behavior is undefined. @result A reference to the new immutable CFCharacterSet.
func CFCharacterSetGetPredefined ¶
func CFCharacterSetGetPredefined(theSetIdentifier CFCharacterSetPredefinedSet) unsafe.Pointer
func CFCharacterSetGetTypeID ¶
func CFCharacterSetGetTypeID() uint
func CFCharacterSetHasMemberInPlane ¶
@function CFCharacterSetHasMemberInPlane Reports whether or not the character set contains at least one member character in the specified plane. @param theSet The character set to be checked for the membership. If this parameter is not a valid CFCharacterSet, the behavior is undefined. @param thePlane The plane number to be checked for the membership. The valid value range is from 0 to 16. If the value is outside of the valid plane number range, the behavior is undefined.
func CFCharacterSetIntersect ¶
func CFCharacterSetInvert ¶
func CFCharacterSetIsLongCharacterMember ¶
@function CFCharacterSetIsLongCharacterMember Reports whether or not the UTF-32 character is in the character set. @param theSet The character set to be searched. If this parameter is not a valid CFCharacterSet, the behavior is undefined. @param theChar The UTF-32 character for which to test against the character set. @result true, if the value is in the character set, otherwise false.
func CFCharacterSetIsSupersetOfSet ¶
@function CFCharacterSetIsSupersetOfSet Reports whether or not the character set is a superset of the character set specified as the second parameter. @param theSet The character set to be checked for the membership of theOtherSet. If this parameter is not a valid CFCharacterSet, the behavior is undefined. @param theOtherset The character set to be checked whether or not it is a subset of theSet. If this parameter is not a valid CFCharacterSet, the behavior is undefined.
func CFCharacterSetUnion ¶
func CFConvertDoubleSwappedToHost ¶
func CFConvertDoubleSwappedToHost(arg CFSwappedFloat64) float64
func CFConvertFloat32SwappedToHost ¶
func CFConvertFloat32SwappedToHost(arg CFSwappedFloat32) float32
func CFConvertFloat64SwappedToHost ¶
func CFConvertFloat64SwappedToHost(arg CFSwappedFloat64) float64
func CFConvertFloatSwappedToHost ¶
func CFConvertFloatSwappedToHost(arg CFSwappedFloat32) float32
func CFCopyTypeIDDescription ¶
func CFDataCreate ¶
func CFDataCreateCopy ¶
func CFDataCreateMutable ¶
func CFDataCreateMutableCopy ¶
func CFDataDeleteBytes ¶
func CFDataGetBytePtr ¶
func CFDataGetLength ¶
func CFDataGetMutableBytePtr ¶
func CFDataGetTypeID ¶
func CFDataGetTypeID() uint
func CFDataIncreaseLength ¶
func CFDataReplaceBytes ¶
func CFDataSetLength ¶
func CFDateFormatterCreate ¶
func CFDateFormatterCreate(allocator unsafe.Pointer, locale unsafe.Pointer, dateStyle CFDateFormatterStyle, timeStyle CFDateFormatterStyle) unsafe.Pointer
func CFDateFormatterCreateISO8601Formatter ¶
func CFDateFormatterCreateISO8601Formatter(allocator unsafe.Pointer, formatOptions CFISO8601DateFormatOptions) unsafe.Pointer
func CFDateFormatterGetTypeID ¶
func CFDateFormatterGetTypeID() uint
func CFDateGetAbsoluteTime ¶
func CFDateGetTypeID ¶
func CFDateGetTypeID() uint
func CFDictionaryAddValue ¶
func CFDictionaryContainsKey ¶
func CFDictionaryCreate ¶
func CFDictionaryCreateCopy ¶
func CFDictionaryCreateMutable ¶
func CFDictionaryCreateMutable(allocator unsafe.Pointer, capacity int, keyCallBacks *CFDictionaryKeyCallBacks, valueCallBacks *CFDictionaryValueCallBacks) unsafe.Pointer
func CFDictionaryGetCount ¶
func CFDictionaryGetTypeID ¶
func CFDictionaryGetTypeID() uint
func CFDictionaryGetValue ¶
func CFDictionaryRemoveValue ¶
func CFDictionarySetValue ¶
func CFErrorCreate ¶
func CFErrorGetCode ¶
func CFErrorGetTypeID ¶
func CFErrorGetTypeID() uint
func CFFileDescriptorCreate ¶
func CFFileDescriptorGetContext ¶
func CFFileDescriptorGetContext(f unsafe.Pointer, context_ *CFFileDescriptorContext)
func CFFileDescriptorGetTypeID ¶
func CFFileDescriptorGetTypeID() uint
func CFFileDescriptorIsValid ¶
func CFFileSecurityClearProperties ¶
func CFFileSecurityClearProperties(fileSec unsafe.Pointer, clearPropertyMask CFFileSecurityClearOptions) uint8
func CFFileSecurityGetGroup ¶
func CFFileSecurityGetOwner ¶
func CFFileSecurityGetTypeID ¶
func CFFileSecurityGetTypeID() uint
func CFGetRetainCount ¶
func CFGetTypeID ¶
func CFGregorianDateGetAbsoluteTime
deprecated
func CFGregorianDateGetAbsoluteTime(gdate CFGregorianDate, tz unsafe.Pointer) float64
Deprecated: Use CFCalendar or NSCalendar API instead
func CFGregorianDateIsValid
deprecated
func CFGregorianDateIsValid(gdate CFGregorianDate, unitFlags uint) uint8
Deprecated: Use CFCalendar or NSCalendar API instead
func CFLocaleCopyCurrent ¶
func CFLocaleCreate ¶
func CFLocaleCreateCopy ¶
func CFLocaleGetSystem ¶
func CFLocaleGetTypeID ¶
func CFLocaleGetTypeID() uint
func CFLocaleGetValue ¶
func CFMachPortCreate ¶
func CFMachPortGetContext ¶
func CFMachPortGetContext(port unsafe.Pointer, context_ *CFMachPortContext)
func CFMachPortGetPort ¶
func CFMachPortGetTypeID ¶
func CFMachPortGetTypeID() uint
func CFMachPortInvalidate ¶
func CFMachPortIsValid ¶
func CFMessagePortGetContext ¶
func CFMessagePortGetContext(ms unsafe.Pointer, context_ *CFMessagePortContext)
func CFMessagePortGetTypeID ¶
func CFMessagePortGetTypeID() uint
func CFMessagePortInvalidate ¶
func CFMessagePortIsRemote ¶
func CFMessagePortIsValid ¶
func CFMessagePortSetName ¶
func CFNotificationCenterGetTypeID ¶
func CFNotificationCenterGetTypeID() uint
func CFNullGetTypeID ¶
func CFNullGetTypeID() uint
func CFNumberCreate ¶
func CFNumberFormatterCreate ¶
func CFNumberFormatterGetTypeID ¶
func CFNumberFormatterGetTypeID() uint
func CFNumberGetByteSize ¶
func CFNumberGetTypeID ¶
func CFNumberGetTypeID() uint
func CFNumberGetValue ¶
func CFNumberIsFloatType ¶
func CFPlugInCreate ¶
func CFPlugInGetTypeID ¶
func CFPlugInGetTypeID() uint
func CFPlugInInstanceCreate ¶
func CFPlugInInstanceGetTypeID ¶
func CFPlugInInstanceGetTypeID() uint
func CFPlugInIsLoadOnDemand ¶
func CFPlugInSetLoadOnDemand ¶
func CFPreferencesCopyValue ¶
func CFPreferencesSetValue ¶
func CFPropertyListCreateFromStream
deprecated
func CFPropertyListIsValid ¶
func CFPropertyListIsValid(plist unsafe.Pointer, format CFPropertyListFormat) uint8
func CFPropertyListWrite ¶
func CFPropertyListWriteToStream
deprecated
func CFReadStreamClose ¶
func CFReadStreamGetBuffer ¶
func CFReadStreamGetTypeID ¶
func CFReadStreamGetTypeID() uint
func CFReadStreamOpen ¶
func CFReadStreamRead ¶
func CFReadStreamSetClient ¶
func CFReadStreamSetProperty ¶
func CFRunLoopAddObserver ¶
func CFRunLoopAddSource ¶
func CFRunLoopAddTimer ¶
func CFRunLoopContainsSource ¶
func CFRunLoopContainsTimer ¶
func CFRunLoopGetCurrent ¶
func CFRunLoopGetMain ¶
func CFRunLoopGetTypeID ¶
func CFRunLoopGetTypeID() uint
func CFRunLoopIsWaiting ¶
func CFRunLoopObserverCreate ¶
func CFRunLoopObserverGetContext ¶
func CFRunLoopObserverGetContext(observer unsafe.Pointer, context_ *CFRunLoopObserverContext)
func CFRunLoopObserverGetTypeID ¶
func CFRunLoopObserverGetTypeID() uint
func CFRunLoopPerformBlock ¶
func CFRunLoopRemoveObserver ¶
func CFRunLoopRemoveSource ¶
func CFRunLoopRemoveTimer ¶
func CFRunLoopRun ¶
func CFRunLoopRun()
func CFRunLoopSourceCreate ¶
func CFRunLoopSourceGetContext ¶
func CFRunLoopSourceGetContext(source unsafe.Pointer, context_ *CFRunLoopSourceContext)
func CFRunLoopSourceGetOrder ¶
func CFRunLoopSourceGetTypeID ¶
func CFRunLoopSourceGetTypeID() uint
func CFRunLoopSourceIsValid ¶
func CFRunLoopSourceSignal ¶
func CFRunLoopStop ¶
func CFRunLoopTimerCreate ¶
func CFRunLoopTimerGetContext ¶
func CFRunLoopTimerGetContext(timer unsafe.Pointer, context_ *CFRunLoopTimerContext)
func CFRunLoopTimerGetOrder ¶
func CFRunLoopTimerGetTypeID ¶
func CFRunLoopTimerGetTypeID() uint
func CFRunLoopTimerIsValid ¶
func CFRunLoopWakeUp ¶
func CFSetApplyFunction ¶
func CFSetContainsValue ¶
func CFSetCreate ¶
func CFSetCreateCopy ¶
func CFSetCreateMutable ¶
func CFSetCreateMutableCopy ¶
func CFSetGetCount ¶
func CFSetGetCountOfValue ¶
func CFSetGetTypeID ¶
func CFSetGetTypeID() uint
func CFSetGetValueIfPresent ¶
func CFSetRemoveAllValues ¶
func CFSocketCreate ¶
func CFSocketCreateConnectedToSocketSignature ¶
func CFSocketCreateConnectedToSocketSignature(allocator unsafe.Pointer, signature *CFSocketSignature, callBackTypes uint, callout unsafe.Pointer, context_ *CFSocketContext, timeout float64) unsafe.Pointer
func CFSocketCreateWithSocketSignature ¶
func CFSocketCreateWithSocketSignature(allocator unsafe.Pointer, signature *CFSocketSignature, callBackTypes uint, callout unsafe.Pointer, context_ *CFSocketContext) unsafe.Pointer
func CFSocketEnableCallBacks ¶
func CFSocketGetContext ¶
func CFSocketGetContext(s unsafe.Pointer, context_ *CFSocketContext)
func CFSocketGetDefaultNameRegistryPortNumber ¶
func CFSocketGetDefaultNameRegistryPortNumber() uint16
func CFSocketGetNative ¶
func CFSocketGetSocketFlags ¶
func CFSocketGetTypeID ¶
func CFSocketGetTypeID() uint
func CFSocketInvalidate ¶
func CFSocketIsValid ¶
func CFSocketSetDefaultNameRegistryPortNumber ¶
func CFSocketSetDefaultNameRegistryPortNumber(port uint16)
func CFSocketSetSocketFlags ¶
func CFStreamCreateBoundPair ¶
func CFStreamCreatePairWithPeerSocketSignature
deprecated
func CFStringAppendCString ¶
func CFStringAppendFormat ¶
func CFStringCreateCopy ¶
func CFStringCreateMutable ¶
func CFStringCreateWithBytes ¶
func CFStringDelete ¶
func CFStringFindAndReplace ¶
func CFStringFindCharacterFromSet ¶
func CFStringFindCharacterFromSet(theString unsafe.Pointer, theSet unsafe.Pointer, rangeToSearch CFRange, searchOptions CFStringCompareFlags, result *CFRange) uint8
@function CFStringFindCharacterFromSet Query the range of the first character contained in the specified character set. @param theString The CFString which is to be searched. If this parameter is not a valid CFString, the behavior is undefined. @param theSet The CFCharacterSet against which the membership of characters is checked. If this parameter is not a valid CFCharacterSet, the behavior is undefined. @param rangeToSearch The range of characters within the string to search. If the range location or end point (defined by the location plus length minus 1) are outside the index space of the string (0 to N-1 inclusive, where N is the length of the string), the behavior is undefined. If the range length is negative, the behavior is undefined. The range may be empty (length 0), in which case no search is performed. @param searchOptions The bitwise-or'ed option flags to control the search behavior. The supported options are kCFCompareBackwards andkCFCompareAnchored. If other option flags are specified, the behavior is undefined. @param result The pointer to a CFRange supplied by the caller in which the search result is stored. Note that the length of this range can be more than 1, if for instance the result is a composed character. If a pointer to an invalid memory is specified, the behavior is undefined. @result true, if at least a character which is a member of the character set is found and result is filled, otherwise, false.
func CFStringFindWithOptions ¶
func CFStringFold ¶
func CFStringFold(theString unsafe.Pointer, theFlags CFStringCompareFlags, theLocale unsafe.Pointer)
func CFStringGetBytes ¶
func CFStringGetCString ¶
func CFStringGetCStringPtr ¶
func CFStringGetCharacterFromInlineBuffer ¶
func CFStringGetCharacterFromInlineBuffer(buf *CFStringInlineBuffer, idx int) uint16
func CFStringGetCharacters ¶
func CFStringGetDoubleValue ¶
func CFStringGetIntValue ¶
func CFStringGetLength ¶
func CFStringGetLineBounds ¶
func CFStringGetListOfAvailableEncodings ¶
func CFStringGetListOfAvailableEncodings() *uint
func CFStringGetPascalString ¶
func CFStringGetSystemEncoding ¶
func CFStringGetSystemEncoding() uint
func CFStringGetTypeID ¶
func CFStringGetTypeID() uint
func CFStringHasPrefix ¶
func CFStringHasSuffix ¶
func CFStringInitInlineBuffer ¶
func CFStringInitInlineBuffer(str unsafe.Pointer, buf *CFStringInlineBuffer, range_ CFRange)
func CFStringMakeConstantString ¶
C function: __CFStringMakeConstantString
func CFStringNormalize ¶
func CFStringNormalize(theString unsafe.Pointer, theForm CFStringNormalizationForm)
@function CFStringNormalize Normalizes the string into the specified form as described in Unicode Technical Report #15. @param theString The string which is to be normalized. If this parameter is not a valid mutable CFString, the behavior is undefined. @param theForm The form into which the string is to be normalized. If this parameter is not a valid CFStringNormalizationForm value, the behavior is undefined.
func CFStringPad ¶
func CFStringReplace ¶
func CFStringReplaceAll ¶
func CFStringTokenizerCreate ¶
func CFStringTokenizerGetTypeID ¶
func CFStringTokenizerGetTypeID() uint
func CFStringTransform ¶
func CFStringTrimWhitespace ¶
func CFSwapInt16 ¶
func CFSwapInt16BigToHost ¶
func CFSwapInt16HostToBig ¶
func CFSwapInt16HostToLittle ¶
func CFSwapInt16LittleToHost ¶
func CFSwapInt32 ¶
func CFSwapInt32BigToHost ¶
func CFSwapInt32HostToBig ¶
func CFSwapInt32HostToLittle ¶
func CFSwapInt32LittleToHost ¶
func CFSwapInt64 ¶
func CFSwapInt64BigToHost ¶
func CFSwapInt64HostToBig ¶
func CFSwapInt64HostToLittle ¶
func CFSwapInt64LittleToHost ¶
func CFTimeZoneCopyDefault ¶
func CFTimeZoneCopySystem ¶
func CFTimeZoneCreate ¶
func CFTimeZoneGetTypeID ¶
func CFTimeZoneGetTypeID() uint
func CFTimeZoneResetSystem ¶
func CFTimeZoneResetSystem()
func CFTimeZoneSetDefault ¶
func CFTreeCreate ¶
func CFTreeCreate(allocator unsafe.Pointer, context_ *CFTreeContext) unsafe.Pointer
func CFTreeGetChildAtIndex ¶
func CFTreeGetChildCount ¶
func CFTreeGetContext ¶
func CFTreeGetContext(tree unsafe.Pointer, context_ *CFTreeContext)
func CFTreeGetTypeID ¶
func CFTreeGetTypeID() uint
func CFTreeRemove ¶
func CFTreeRemoveAllChildren ¶
func CFTreeSetContext ¶
func CFTreeSetContext(tree unsafe.Pointer, context_ *CFTreeContext)
func CFTreeSortChildren ¶
func CFURLCanBeDecomposed ¶
func CFURLCopyFileSystemPath ¶
func CFURLCopyFileSystemPath(anURL unsafe.Pointer, pathStyle CFURLPathStyle) unsafe.Pointer
func CFURLCopyFragment ¶
func CFURLCopyParameterString
deprecated
func CFURLCopyParameterString(anURL unsafe.Pointer, charactersToLeaveEscaped unsafe.Pointer) unsafe.Pointer
Deprecated: The CFURLCopyParameterString function is deprecated. Post deprecation for applications linked with or after the macOS 10.15, and for all iOS, watchOS, and tvOS applications, CFURLCopyParameterString will always return NULL, and the CFURLCopyPath(), CFURLCopyStrictPath(), and CFURLCopyFileSystemPath() functions will return the complete path including the semicolon separator and params component if the URL string contains them.
func CFURLCopyQueryString
deprecated
func CFURLCopyQueryString(anURL unsafe.Pointer, charactersToLeaveEscaped unsafe.Pointer) unsafe.Pointer
Deprecated: The CFURLCopyParameterString function is deprecated. Post deprecation for applications linked with or after the macOS 10.15, and for all iOS, watchOS, and tvOS applications, CFURLCopyParameterString will always return NULL, and the CFURLCopyPath(), CFURLCopyStrictPath(), and CFURLCopyFileSystemPath() functions will return the complete path including the semicolon separator and params component if the URL string contains them.
func CFURLCopyStrictPath ¶
func CFURLCreateBookmarkData ¶
func CFURLCreateBookmarkDataFromAliasRecord
deprecated
func CFURLCreateData ¶
func CFURLCreateDataAndPropertiesFromResource
deprecated
func CFURLCreateDataAndPropertiesFromResource(alloc unsafe.Pointer, url unsafe.Pointer, resourceData unsafe.Pointer, properties unsafe.Pointer, desiredProperties unsafe.Pointer, errorCode *int) uint8
Deprecated: For resource data, use the CFReadStream API. For file resource properties, use CFURLCopyResourcePropertiesForKeys.
func CFURLCreateFilePathURL ¶
func CFURLCreateStringByAddingPercentEscapes
deprecated
func CFURLCreateStringByAddingPercentEscapes(allocator unsafe.Pointer, originalString unsafe.Pointer, charactersToLeaveUnescaped unsafe.Pointer, legalURLCharactersToBeEscaped unsafe.Pointer, encoding uint) unsafe.Pointer
Deprecated: Use [NSString stringByAddingPercentEncodingWithAllowedCharacters:] instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent (since each URL component or subcomponent has different rules for what characters are valid).
func CFURLCreateStringByReplacingPercentEscapesUsingEncoding
deprecated
func CFURLCreateStringByReplacingPercentEscapesUsingEncoding(allocator unsafe.Pointer, origString unsafe.Pointer, charsToLeaveEscaped unsafe.Pointer, encoding uint) unsafe.Pointer
Deprecated: Use [NSString stringByRemovingPercentEncoding] or CFURLCreateStringByReplacingPercentEscapes() instead, which always uses the recommended UTF-8 encoding.
func CFURLCreateWithBytes ¶
func CFURLCreateWithString ¶
func CFURLDestroyResource
deprecated
func CFURLEnumeratorGetSourceDidChange
deprecated
func CFURLEnumeratorGetTypeID ¶
func CFURLEnumeratorGetTypeID() uint
func CFURLGetPortNumber ¶
func CFURLGetTypeID ¶
func CFURLGetTypeID() uint
func CFURLHasDirectoryPath ¶
func CFURLIsFileReferenceURL ¶
func CFURLWriteDataAndPropertiesToResource
deprecated
func CFUUIDCreateFromString ¶
func CFUUIDCreateFromUUIDBytes ¶
func CFUUIDCreateFromUUIDBytes(alloc unsafe.Pointer, bytes_ CFUUIDBytes) unsafe.Pointer
func CFUUIDCreateString ¶
func CFUUIDCreateWithBytes ¶
func CFUUIDGetTypeID ¶
func CFUUIDGetTypeID() uint
func CFUserNotificationDisplayAlert ¶
func CFUserNotificationDisplayAlert(timeout float64, flags uint, iconURL unsafe.Pointer, soundURL unsafe.Pointer, localizationURL unsafe.Pointer, alertHeader unsafe.Pointer, alertMessage unsafe.Pointer, defaultButtonTitle unsafe.Pointer, alternateButtonTitle unsafe.Pointer, otherButtonTitle unsafe.Pointer, responseFlags *uint) int
func CFUserNotificationGetTypeID ¶
func CFUserNotificationGetTypeID() uint
func CFWriteStreamClose ¶
func CFWriteStreamGetTypeID ¶
func CFWriteStreamGetTypeID() uint
func CFWriteStreamOpen ¶
func CFWriteStreamSetClient ¶
func CFWriteStreamWrite ¶
func CFXMLNodeGetInfoPtr
deprecated
func CFXMLNodeGetString
deprecated
func CFXMLNodeGetTypeID
deprecated
func CFXMLNodeGetTypeID() uint
Deprecated: since macOS 10.8.
func CFXMLNodeGetVersion
deprecated
func CFXMLParserAbort
deprecated
func CFXMLParserAbort(parser unsafe.Pointer, errorCode CFXMLParserStatusCode, errorDescription unsafe.Pointer)
Deprecated: since macOS 10.8.
func CFXMLParserCopyErrorDescription
deprecated
func CFXMLParserCreate
deprecated
func CFXMLParserCreateWithDataFromURL
deprecated
func CFXMLParserCreateWithDataFromURL(allocator unsafe.Pointer, dataSource unsafe.Pointer, parseOptions uint, versionOfNodes int, callBacks *CFXMLParserCallBacks, context_ *CFXMLParserContext) unsafe.Pointer
Deprecated: since macOS 10.8.
func CFXMLParserGetCallBacks
deprecated
func CFXMLParserGetCallBacks(parser unsafe.Pointer, callBacks *CFXMLParserCallBacks)
Deprecated: since macOS 10.8.
func CFXMLParserGetContext
deprecated
func CFXMLParserGetContext(parser unsafe.Pointer, context_ *CFXMLParserContext)
Deprecated: since macOS 10.8.
func CFXMLParserGetDocument
deprecated
func CFXMLParserGetLineNumber
deprecated
func CFXMLParserGetLocation
deprecated
func CFXMLParserGetSourceURL
deprecated
func CFXMLParserGetTypeID
deprecated
func CFXMLParserGetTypeID() uint
Deprecated: since macOS 10.8.
func CFXMLParserParse
deprecated
func CFXMLTreeGetNode
deprecated
func KCFAbsoluteTimeIntervalSince1904 ¶
func KCFAbsoluteTimeIntervalSince1904() float64
func KCFAbsoluteTimeIntervalSince1970 ¶
func KCFAbsoluteTimeIntervalSince1970() float64
func KCFAllocatorDefault ¶
func KCFAllocatorDefault() uintptr
func KCFAllocatorMalloc ¶
func KCFAllocatorMalloc() uintptr
func KCFAllocatorMallocZone ¶
func KCFAllocatorMallocZone() uintptr
func KCFAllocatorNull ¶
func KCFAllocatorNull() uintptr
func KCFAllocatorSystemDefault ¶
func KCFAllocatorSystemDefault() uintptr
func KCFAllocatorUseContext ¶
func KCFAllocatorUseContext() uintptr
func KCFBanglaCalendar ¶
func KCFBanglaCalendar() uintptr
func KCFBooleanFalse ¶
func KCFBooleanFalse() uintptr
func KCFBooleanTrue ¶
func KCFBooleanTrue() uintptr
func KCFBuddhistCalendar ¶
func KCFBuddhistCalendar() uintptr
func KCFBundleDevelopmentRegionKey ¶
func KCFBundleDevelopmentRegionKey() uintptr
func KCFBundleExecutableKey ¶
func KCFBundleExecutableKey() uintptr
func KCFBundleIdentifierKey ¶
func KCFBundleIdentifierKey() uintptr
func KCFBundleInfoDictionaryVersionKey ¶
func KCFBundleInfoDictionaryVersionKey() uintptr
func KCFBundleLocalizationsKey ¶
func KCFBundleLocalizationsKey() uintptr
func KCFBundleNameKey ¶
func KCFBundleNameKey() uintptr
func KCFBundleVersionKey ¶
func KCFBundleVersionKey() uintptr
func KCFChineseCalendar ¶
func KCFChineseCalendar() uintptr
func KCFCoreFoundationVersionNumber ¶
func KCFCoreFoundationVersionNumber() float64
func KCFDangiCalendar ¶
func KCFDangiCalendar() uintptr
func KCFDateFormatterAMSymbol ¶
func KCFDateFormatterAMSymbol() uintptr
func KCFDateFormatterCalendar ¶
func KCFDateFormatterCalendar() uintptr
func KCFDateFormatterCalendarName ¶
func KCFDateFormatterCalendarName() uintptr
func KCFDateFormatterDefaultDate ¶
func KCFDateFormatterDefaultDate() uintptr
func KCFDateFormatterDefaultFormat ¶
func KCFDateFormatterDefaultFormat() uintptr
func KCFDateFormatterDoesRelativeDateFormattingKey ¶
func KCFDateFormatterDoesRelativeDateFormattingKey() uintptr
func KCFDateFormatterEraSymbols ¶
func KCFDateFormatterEraSymbols() uintptr
func KCFDateFormatterGregorianStartDate ¶
func KCFDateFormatterGregorianStartDate() uintptr
func KCFDateFormatterIsLenient ¶
func KCFDateFormatterIsLenient() uintptr
func KCFDateFormatterLongEraSymbols ¶
func KCFDateFormatterLongEraSymbols() uintptr
func KCFDateFormatterMonthSymbols ¶
func KCFDateFormatterMonthSymbols() uintptr
func KCFDateFormatterPMSymbol ¶
func KCFDateFormatterPMSymbol() uintptr
func KCFDateFormatterQuarterSymbols ¶
func KCFDateFormatterQuarterSymbols() uintptr
func KCFDateFormatterShortMonthSymbols ¶
func KCFDateFormatterShortMonthSymbols() uintptr
func KCFDateFormatterShortQuarterSymbols ¶
func KCFDateFormatterShortQuarterSymbols() uintptr
func KCFDateFormatterShortStandaloneMonthSymbols ¶
func KCFDateFormatterShortStandaloneMonthSymbols() uintptr
func KCFDateFormatterShortStandaloneQuarterSymbols ¶
func KCFDateFormatterShortStandaloneQuarterSymbols() uintptr
func KCFDateFormatterShortStandaloneWeekdaySymbols ¶
func KCFDateFormatterShortStandaloneWeekdaySymbols() uintptr
func KCFDateFormatterShortWeekdaySymbols ¶
func KCFDateFormatterShortWeekdaySymbols() uintptr
func KCFDateFormatterStandaloneMonthSymbols ¶
func KCFDateFormatterStandaloneMonthSymbols() uintptr
func KCFDateFormatterStandaloneQuarterSymbols ¶
func KCFDateFormatterStandaloneQuarterSymbols() uintptr
func KCFDateFormatterStandaloneWeekdaySymbols ¶
func KCFDateFormatterStandaloneWeekdaySymbols() uintptr
func KCFDateFormatterTimeZone ¶
func KCFDateFormatterTimeZone() uintptr
func KCFDateFormatterTwoDigitStartDate ¶
func KCFDateFormatterTwoDigitStartDate() uintptr
func KCFDateFormatterVeryShortMonthSymbols ¶
func KCFDateFormatterVeryShortMonthSymbols() uintptr
func KCFDateFormatterVeryShortStandaloneMonthSymbols ¶
func KCFDateFormatterVeryShortStandaloneMonthSymbols() uintptr
func KCFDateFormatterVeryShortStandaloneWeekdaySymbols ¶
func KCFDateFormatterVeryShortStandaloneWeekdaySymbols() uintptr
func KCFDateFormatterVeryShortWeekdaySymbols ¶
func KCFDateFormatterVeryShortWeekdaySymbols() uintptr
func KCFDateFormatterWeekdaySymbols ¶
func KCFDateFormatterWeekdaySymbols() uintptr
func KCFErrorDescriptionKey ¶
func KCFErrorDescriptionKey() uintptr
func KCFErrorDomainCocoa ¶
func KCFErrorDomainCocoa() uintptr
func KCFErrorDomainMach ¶
func KCFErrorDomainMach() uintptr
func KCFErrorDomainOSStatus ¶
func KCFErrorDomainOSStatus() uintptr
func KCFErrorDomainPOSIX ¶
func KCFErrorDomainPOSIX() uintptr
func KCFErrorFilePathKey ¶
func KCFErrorFilePathKey() uintptr
func KCFErrorLocalizedDescriptionKey ¶
func KCFErrorLocalizedDescriptionKey() uintptr
func KCFErrorLocalizedFailureKey ¶
func KCFErrorLocalizedFailureKey() uintptr
func KCFErrorLocalizedFailureReasonKey ¶
func KCFErrorLocalizedFailureReasonKey() uintptr
func KCFErrorLocalizedRecoverySuggestionKey ¶
func KCFErrorLocalizedRecoverySuggestionKey() uintptr
func KCFErrorURLKey ¶
func KCFErrorURLKey() uintptr
func KCFErrorUnderlyingErrorKey ¶
func KCFErrorUnderlyingErrorKey() uintptr
func KCFGregorianCalendar ¶
func KCFGregorianCalendar() uintptr
func KCFGujaratiCalendar ¶
func KCFGujaratiCalendar() uintptr
func KCFHebrewCalendar ¶
func KCFHebrewCalendar() uintptr
func KCFISO8601Calendar ¶
func KCFISO8601Calendar() uintptr
func KCFIndianCalendar ¶
func KCFIndianCalendar() uintptr
func KCFIslamicCalendar ¶
func KCFIslamicCalendar() uintptr
func KCFIslamicCivilCalendar ¶
func KCFIslamicCivilCalendar() uintptr
func KCFIslamicTabularCalendar ¶
func KCFIslamicTabularCalendar() uintptr
func KCFIslamicUmmAlQuraCalendar ¶
func KCFIslamicUmmAlQuraCalendar() uintptr
func KCFJapaneseCalendar ¶
func KCFJapaneseCalendar() uintptr
func KCFKannadaCalendar ¶
func KCFKannadaCalendar() uintptr
func KCFLocaleAlternateQuotationBeginDelimiterKey ¶
func KCFLocaleAlternateQuotationBeginDelimiterKey() uintptr
func KCFLocaleAlternateQuotationEndDelimiterKey ¶
func KCFLocaleAlternateQuotationEndDelimiterKey() uintptr
func KCFLocaleCalendar ¶
func KCFLocaleCalendar() uintptr
func KCFLocaleCalendarIdentifier ¶
func KCFLocaleCalendarIdentifier() uintptr
func KCFLocaleCollationIdentifier ¶
func KCFLocaleCollationIdentifier() uintptr
func KCFLocaleCollatorIdentifier ¶
func KCFLocaleCollatorIdentifier() uintptr
func KCFLocaleCountryCode ¶
func KCFLocaleCountryCode() uintptr
func KCFLocaleCurrencyCode ¶
func KCFLocaleCurrencyCode() uintptr
func KCFLocaleCurrencySymbol ¶
func KCFLocaleCurrencySymbol() uintptr
func KCFLocaleCurrentLocaleDidChangeNotification ¶
func KCFLocaleCurrentLocaleDidChangeNotification() uintptr
func KCFLocaleDecimalSeparator ¶
func KCFLocaleDecimalSeparator() uintptr
func KCFLocaleExemplarCharacterSet ¶
func KCFLocaleExemplarCharacterSet() uintptr
func KCFLocaleGroupingSeparator ¶
func KCFLocaleGroupingSeparator() uintptr
func KCFLocaleIdentifier ¶
func KCFLocaleIdentifier() uintptr
func KCFLocaleLanguageCode ¶
func KCFLocaleLanguageCode() uintptr
func KCFLocaleMeasurementSystem ¶
func KCFLocaleMeasurementSystem() uintptr
func KCFLocaleQuotationBeginDelimiterKey ¶
func KCFLocaleQuotationBeginDelimiterKey() uintptr
func KCFLocaleQuotationEndDelimiterKey ¶
func KCFLocaleQuotationEndDelimiterKey() uintptr
func KCFLocaleScriptCode ¶
func KCFLocaleScriptCode() uintptr
func KCFLocaleUsesMetricSystem ¶
func KCFLocaleUsesMetricSystem() uintptr
func KCFLocaleVariantCode ¶
func KCFLocaleVariantCode() uintptr
func KCFMalayalamCalendar ¶
func KCFMalayalamCalendar() uintptr
func KCFMarathiCalendar ¶
func KCFMarathiCalendar() uintptr
func KCFNumberFormatterAlwaysShowDecimalSeparator ¶
func KCFNumberFormatterAlwaysShowDecimalSeparator() uintptr
func KCFNumberFormatterCurrencyCode ¶
func KCFNumberFormatterCurrencyCode() uintptr
func KCFNumberFormatterCurrencyDecimalSeparator ¶
func KCFNumberFormatterCurrencyDecimalSeparator() uintptr
func KCFNumberFormatterCurrencyGroupingSeparator ¶
func KCFNumberFormatterCurrencyGroupingSeparator() uintptr
func KCFNumberFormatterCurrencySymbol ¶
func KCFNumberFormatterCurrencySymbol() uintptr
func KCFNumberFormatterDecimalSeparator ¶
func KCFNumberFormatterDecimalSeparator() uintptr
func KCFNumberFormatterDefaultFormat ¶
func KCFNumberFormatterDefaultFormat() uintptr
func KCFNumberFormatterExponentSymbol ¶
func KCFNumberFormatterExponentSymbol() uintptr
func KCFNumberFormatterFormatWidth ¶
func KCFNumberFormatterFormatWidth() uintptr
func KCFNumberFormatterGroupingSeparator ¶
func KCFNumberFormatterGroupingSeparator() uintptr
func KCFNumberFormatterGroupingSize ¶
func KCFNumberFormatterGroupingSize() uintptr
func KCFNumberFormatterInfinitySymbol ¶
func KCFNumberFormatterInfinitySymbol() uintptr
func KCFNumberFormatterInternationalCurrencySymbol ¶
func KCFNumberFormatterInternationalCurrencySymbol() uintptr
func KCFNumberFormatterIsLenient ¶
func KCFNumberFormatterIsLenient() uintptr
func KCFNumberFormatterMaxFractionDigits ¶
func KCFNumberFormatterMaxFractionDigits() uintptr
func KCFNumberFormatterMaxIntegerDigits ¶
func KCFNumberFormatterMaxIntegerDigits() uintptr
func KCFNumberFormatterMaxSignificantDigits ¶
func KCFNumberFormatterMaxSignificantDigits() uintptr
func KCFNumberFormatterMinFractionDigits ¶
func KCFNumberFormatterMinFractionDigits() uintptr
func KCFNumberFormatterMinGroupingDigits ¶
func KCFNumberFormatterMinGroupingDigits() uintptr
func KCFNumberFormatterMinIntegerDigits ¶
func KCFNumberFormatterMinIntegerDigits() uintptr
func KCFNumberFormatterMinSignificantDigits ¶
func KCFNumberFormatterMinSignificantDigits() uintptr
func KCFNumberFormatterMinusSign ¶
func KCFNumberFormatterMinusSign() uintptr
func KCFNumberFormatterMultiplier ¶
func KCFNumberFormatterMultiplier() uintptr
func KCFNumberFormatterNaNSymbol ¶
func KCFNumberFormatterNaNSymbol() uintptr
func KCFNumberFormatterNegativePrefix ¶
func KCFNumberFormatterNegativePrefix() uintptr
func KCFNumberFormatterNegativeSuffix ¶
func KCFNumberFormatterNegativeSuffix() uintptr
func KCFNumberFormatterPaddingCharacter ¶
func KCFNumberFormatterPaddingCharacter() uintptr
func KCFNumberFormatterPaddingPosition ¶
func KCFNumberFormatterPaddingPosition() uintptr
func KCFNumberFormatterPerMillSymbol ¶
func KCFNumberFormatterPerMillSymbol() uintptr
func KCFNumberFormatterPercentSymbol ¶
func KCFNumberFormatterPercentSymbol() uintptr
func KCFNumberFormatterPlusSign ¶
func KCFNumberFormatterPlusSign() uintptr
func KCFNumberFormatterPositivePrefix ¶
func KCFNumberFormatterPositivePrefix() uintptr
func KCFNumberFormatterPositiveSuffix ¶
func KCFNumberFormatterPositiveSuffix() uintptr
func KCFNumberFormatterRoundingIncrement ¶
func KCFNumberFormatterRoundingIncrement() uintptr
func KCFNumberFormatterRoundingMode ¶
func KCFNumberFormatterRoundingMode() uintptr
func KCFNumberFormatterSecondaryGroupingSize ¶
func KCFNumberFormatterSecondaryGroupingSize() uintptr
func KCFNumberFormatterUseGroupingSeparator ¶
func KCFNumberFormatterUseGroupingSeparator() uintptr
func KCFNumberFormatterUseSignificantDigits ¶
func KCFNumberFormatterUseSignificantDigits() uintptr
func KCFNumberFormatterZeroSymbol ¶
func KCFNumberFormatterZeroSymbol() uintptr
func KCFNumberNaN ¶
func KCFNumberNaN() uintptr
func KCFNumberNegativeInfinity ¶
func KCFNumberNegativeInfinity() uintptr
func KCFNumberPositiveInfinity ¶
func KCFNumberPositiveInfinity() uintptr
func KCFOdiaCalendar ¶
func KCFOdiaCalendar() uintptr
func KCFPersianCalendar ¶
func KCFPersianCalendar() uintptr
func KCFPlugInDynamicRegisterFunctionKey ¶
func KCFPlugInDynamicRegisterFunctionKey() uintptr
func KCFPlugInDynamicRegistrationKey ¶
func KCFPlugInDynamicRegistrationKey() uintptr
func KCFPlugInFactoriesKey ¶
func KCFPlugInFactoriesKey() uintptr
func KCFPlugInTypesKey ¶
func KCFPlugInTypesKey() uintptr
func KCFPlugInUnloadFunctionKey ¶
func KCFPlugInUnloadFunctionKey() uintptr
func KCFPreferencesAnyApplication ¶
func KCFPreferencesAnyApplication() uintptr
func KCFPreferencesAnyHost ¶
func KCFPreferencesAnyHost() uintptr
func KCFPreferencesAnyUser ¶
func KCFPreferencesAnyUser() uintptr
func KCFPreferencesCurrentApplication ¶
func KCFPreferencesCurrentApplication() uintptr
func KCFPreferencesCurrentHost ¶
func KCFPreferencesCurrentHost() uintptr
func KCFPreferencesCurrentUser ¶
func KCFPreferencesCurrentUser() uintptr
func KCFRepublicOfChinaCalendar ¶
func KCFRepublicOfChinaCalendar() uintptr
func KCFRunLoopCommonModes ¶
func KCFRunLoopCommonModes() uintptr
func KCFRunLoopDefaultMode ¶
func KCFRunLoopDefaultMode() uintptr
func KCFSocketCommandKey ¶
func KCFSocketCommandKey() uintptr
func KCFSocketErrorKey ¶
func KCFSocketErrorKey() uintptr
func KCFSocketNameKey ¶
func KCFSocketNameKey() uintptr
func KCFSocketRegisterCommand ¶
func KCFSocketRegisterCommand() uintptr
func KCFSocketResultKey ¶
func KCFSocketResultKey() uintptr
func KCFSocketRetrieveCommand ¶
func KCFSocketRetrieveCommand() uintptr
func KCFSocketValueKey ¶
func KCFSocketValueKey() uintptr
func KCFStreamErrorDomainSOCKS ¶
func KCFStreamErrorDomainSOCKS() uintptr
func KCFStreamErrorDomainSSL ¶
func KCFStreamErrorDomainSSL() uintptr
func KCFStreamPropertyAppendToFile ¶
func KCFStreamPropertyAppendToFile() uintptr
func KCFStreamPropertyDataWritten ¶
func KCFStreamPropertyDataWritten() uintptr
func KCFStreamPropertyFileCurrentOffset ¶
func KCFStreamPropertyFileCurrentOffset() uintptr
func KCFStreamPropertySOCKSPassword ¶
func KCFStreamPropertySOCKSPassword() uintptr
func KCFStreamPropertySOCKSProxy ¶
func KCFStreamPropertySOCKSProxy() uintptr
func KCFStreamPropertySOCKSProxyHost ¶
func KCFStreamPropertySOCKSProxyHost() uintptr
func KCFStreamPropertySOCKSProxyPort ¶
func KCFStreamPropertySOCKSProxyPort() uintptr
func KCFStreamPropertySOCKSUser ¶
func KCFStreamPropertySOCKSUser() uintptr
func KCFStreamPropertySOCKSVersion ¶
func KCFStreamPropertySOCKSVersion() uintptr
func KCFStreamPropertyShouldCloseNativeSocket ¶
func KCFStreamPropertyShouldCloseNativeSocket() uintptr
func KCFStreamPropertySocketNativeHandle ¶
func KCFStreamPropertySocketNativeHandle() uintptr
func KCFStreamPropertySocketRemoteHostName ¶
func KCFStreamPropertySocketRemoteHostName() uintptr
func KCFStreamPropertySocketRemotePortNumber ¶
func KCFStreamPropertySocketRemotePortNumber() uintptr
func KCFStreamPropertySocketSecurityLevel ¶
func KCFStreamPropertySocketSecurityLevel() uintptr
func KCFStreamSocketSOCKSVersion4 ¶
func KCFStreamSocketSOCKSVersion4() uintptr
func KCFStreamSocketSOCKSVersion5 ¶
func KCFStreamSocketSOCKSVersion5() uintptr
func KCFStreamSocketSecurityLevelNegotiatedSSL ¶
func KCFStreamSocketSecurityLevelNegotiatedSSL() uintptr
func KCFStreamSocketSecurityLevelNone ¶
func KCFStreamSocketSecurityLevelNone() uintptr
func KCFStreamSocketSecurityLevelSSLv2 ¶
func KCFStreamSocketSecurityLevelSSLv2() uintptr
func KCFStreamSocketSecurityLevelSSLv3 ¶
func KCFStreamSocketSecurityLevelSSLv3() uintptr
func KCFStreamSocketSecurityLevelTLSv1 ¶
func KCFStreamSocketSecurityLevelTLSv1() uintptr
func KCFStringTransformFullwidthHalfwidth ¶
func KCFStringTransformFullwidthHalfwidth() uintptr
func KCFStringTransformHiraganaKatakana ¶
func KCFStringTransformHiraganaKatakana() uintptr
func KCFStringTransformLatinArabic ¶
func KCFStringTransformLatinArabic() uintptr
func KCFStringTransformLatinCyrillic ¶
func KCFStringTransformLatinCyrillic() uintptr
func KCFStringTransformLatinGreek ¶
func KCFStringTransformLatinGreek() uintptr
func KCFStringTransformLatinHangul ¶
func KCFStringTransformLatinHangul() uintptr
func KCFStringTransformLatinHebrew ¶
func KCFStringTransformLatinHebrew() uintptr
func KCFStringTransformLatinHiragana ¶
func KCFStringTransformLatinHiragana() uintptr
func KCFStringTransformLatinKatakana ¶
func KCFStringTransformLatinKatakana() uintptr
func KCFStringTransformLatinThai ¶
func KCFStringTransformLatinThai() uintptr
func KCFStringTransformMandarinLatin ¶
func KCFStringTransformMandarinLatin() uintptr
func KCFStringTransformStripCombiningMarks ¶
func KCFStringTransformStripCombiningMarks() uintptr
func KCFStringTransformStripDiacritics ¶
func KCFStringTransformStripDiacritics() uintptr
func KCFStringTransformToLatin ¶
func KCFStringTransformToLatin() uintptr
func KCFStringTransformToUnicodeName ¶
func KCFStringTransformToUnicodeName() uintptr
func KCFStringTransformToXMLHex ¶
func KCFStringTransformToXMLHex() uintptr
func KCFTamilCalendar ¶
func KCFTamilCalendar() uintptr
func KCFTeluguCalendar ¶
func KCFTeluguCalendar() uintptr
func KCFTimeZoneSystemTimeZoneDidChangeNotification ¶
func KCFTimeZoneSystemTimeZoneDidChangeNotification() uintptr
func KCFURLAddedToDirectoryDateKey ¶
func KCFURLAddedToDirectoryDateKey() uintptr
func KCFURLApplicationIsScriptableKey ¶
func KCFURLApplicationIsScriptableKey() uintptr
func KCFURLAttributeModificationDateKey ¶
func KCFURLAttributeModificationDateKey() uintptr
func KCFURLCanonicalPathKey ¶
func KCFURLCanonicalPathKey() uintptr
func KCFURLContentAccessDateKey ¶
func KCFURLContentAccessDateKey() uintptr
func KCFURLContentModificationDateKey ¶
func KCFURLContentModificationDateKey() uintptr
func KCFURLCreationDateKey ¶
func KCFURLCreationDateKey() uintptr
func KCFURLCustomIconKey
deprecated
func KCFURLCustomIconKey() uintptr
Deprecated: Use NSURLCustomIconKey
func KCFURLDirectoryEntryCountKey ¶
func KCFURLDirectoryEntryCountKey() uintptr
func KCFURLDocumentIdentifierKey ¶
func KCFURLDocumentIdentifierKey() uintptr
func KCFURLEffectiveIconKey
deprecated
func KCFURLEffectiveIconKey() uintptr
Deprecated: Use NSURLEffectiveIconKey
func KCFURLFileAllocatedSizeKey ¶
func KCFURLFileAllocatedSizeKey() uintptr
func KCFURLFileContentIdentifierKey ¶
func KCFURLFileContentIdentifierKey() uintptr
func KCFURLFileDirectoryContents
deprecated
func KCFURLFileDirectoryContents() uintptr
Deprecated: Use the CFURLEnumerator API instead.
func KCFURLFileExists
deprecated
func KCFURLFileExists() uintptr
Deprecated: Use CFURLResourceIsReachable instead.
func KCFURLFileIdentifierKey ¶
func KCFURLFileIdentifierKey() uintptr
func KCFURLFileLastModificationTime
deprecated
func KCFURLFileLastModificationTime() uintptr
Deprecated: Use CFURLCopyResourcePropertyForKey with kCFURLContentModificationDateKey instead.
func KCFURLFileLength
deprecated
func KCFURLFileLength() uintptr
Deprecated: Use CFURLCopyResourcePropertyForKey with kCFURLFileSizeKey instead.
func KCFURLFileOwnerID
deprecated
func KCFURLFileOwnerID() uintptr
Deprecated: Use CFURLCopyResourcePropertyForKey with kCFURLFileSecurityKey and then the CFFileSecurity API instead.
func KCFURLFilePOSIXMode
deprecated
func KCFURLFilePOSIXMode() uintptr
Deprecated: Use CFURLCopyResourcePropertyForKey with kCFURLFileSecurityKey and then the CFFileSecurity API instead.
func KCFURLFileResourceIdentifierKey ¶
func KCFURLFileResourceIdentifierKey() uintptr
func KCFURLFileResourceTypeBlockSpecial ¶
func KCFURLFileResourceTypeBlockSpecial() uintptr
func KCFURLFileResourceTypeCharacterSpecial ¶
func KCFURLFileResourceTypeCharacterSpecial() uintptr
func KCFURLFileResourceTypeDirectory ¶
func KCFURLFileResourceTypeDirectory() uintptr
func KCFURLFileResourceTypeKey ¶
func KCFURLFileResourceTypeKey() uintptr
func KCFURLFileResourceTypeNamedPipe ¶
func KCFURLFileResourceTypeNamedPipe() uintptr
func KCFURLFileResourceTypeRegular ¶
func KCFURLFileResourceTypeRegular() uintptr
func KCFURLFileResourceTypeSocket ¶
func KCFURLFileResourceTypeSocket() uintptr
func KCFURLFileResourceTypeSymbolicLink ¶
func KCFURLFileResourceTypeSymbolicLink() uintptr
func KCFURLFileResourceTypeUnknown ¶
func KCFURLFileResourceTypeUnknown() uintptr
func KCFURLFileSecurityKey ¶
func KCFURLFileSecurityKey() uintptr
func KCFURLFileSizeKey ¶
func KCFURLFileSizeKey() uintptr
func KCFURLGenerationIdentifierKey ¶
func KCFURLGenerationIdentifierKey() uintptr
func KCFURLHTTPStatusCode
deprecated
func KCFURLHTTPStatusCode() uintptr
Deprecated: Use NSHTTPURLResponse methods instead.
func KCFURLHTTPStatusLine
deprecated
func KCFURLHTTPStatusLine() uintptr
Deprecated: Use NSHTTPURLResponse methods instead.
func KCFURLHasHiddenExtensionKey ¶
func KCFURLHasHiddenExtensionKey() uintptr
func KCFURLIsAliasFileKey ¶
func KCFURLIsAliasFileKey() uintptr
func KCFURLIsApplicationKey ¶
func KCFURLIsApplicationKey() uintptr
func KCFURLIsDirectoryKey ¶
func KCFURLIsDirectoryKey() uintptr
func KCFURLIsExcludedFromBackupKey ¶
func KCFURLIsExcludedFromBackupKey() uintptr
func KCFURLIsExecutableKey ¶
func KCFURLIsExecutableKey() uintptr
func KCFURLIsHiddenKey ¶
func KCFURLIsHiddenKey() uintptr
func KCFURLIsMountTriggerKey ¶
func KCFURLIsMountTriggerKey() uintptr
func KCFURLIsPackageKey ¶
func KCFURLIsPackageKey() uintptr
func KCFURLIsPurgeableKey ¶
func KCFURLIsPurgeableKey() uintptr
func KCFURLIsReadableKey ¶
func KCFURLIsReadableKey() uintptr
func KCFURLIsRegularFileKey ¶
func KCFURLIsRegularFileKey() uintptr
func KCFURLIsSparseKey ¶
func KCFURLIsSparseKey() uintptr
func KCFURLIsSymbolicLinkKey ¶
func KCFURLIsSymbolicLinkKey() uintptr
func KCFURLIsSystemImmutableKey ¶
func KCFURLIsSystemImmutableKey() uintptr
func KCFURLIsUbiquitousItemKey ¶
func KCFURLIsUbiquitousItemKey() uintptr
func KCFURLIsUserImmutableKey ¶
func KCFURLIsUserImmutableKey() uintptr
func KCFURLIsVolumeKey ¶
func KCFURLIsVolumeKey() uintptr
func KCFURLIsWritableKey ¶
func KCFURLIsWritableKey() uintptr
func KCFURLKeysOfUnsetValuesKey ¶
func KCFURLKeysOfUnsetValuesKey() uintptr
func KCFURLLabelColorKey
deprecated
func KCFURLLabelColorKey() uintptr
Deprecated: Use NSURLLabelColorKey
func KCFURLLabelNumberKey ¶
func KCFURLLabelNumberKey() uintptr
func KCFURLLinkCountKey ¶
func KCFURLLinkCountKey() uintptr
func KCFURLLocalizedLabelKey ¶
func KCFURLLocalizedLabelKey() uintptr
func KCFURLLocalizedNameKey ¶
func KCFURLLocalizedNameKey() uintptr
func KCFURLLocalizedTypeDescriptionKey ¶
func KCFURLLocalizedTypeDescriptionKey() uintptr
func KCFURLMayHaveExtendedAttributesKey ¶
func KCFURLMayHaveExtendedAttributesKey() uintptr
func KCFURLMayShareFileContentKey ¶
func KCFURLMayShareFileContentKey() uintptr
func KCFURLNameKey ¶
func KCFURLNameKey() uintptr
func KCFURLParentDirectoryURLKey ¶
func KCFURLParentDirectoryURLKey() uintptr
func KCFURLPathKey ¶
func KCFURLPathKey() uintptr
func KCFURLPreferredIOBlockSizeKey ¶
func KCFURLPreferredIOBlockSizeKey() uintptr
func KCFURLQuarantinePropertiesKey ¶
func KCFURLQuarantinePropertiesKey() uintptr
func KCFURLTagNamesKey ¶
func KCFURLTagNamesKey() uintptr
func KCFURLTotalFileAllocatedSizeKey ¶
func KCFURLTotalFileAllocatedSizeKey() uintptr
func KCFURLTotalFileSizeKey ¶
func KCFURLTotalFileSizeKey() uintptr
func KCFURLTypeIdentifierKey
deprecated
func KCFURLTypeIdentifierKey() uintptr
Deprecated: Use NSURLContentTypeKey instead
func KCFURLUbiquitousItemDownloadingErrorKey ¶
func KCFURLUbiquitousItemDownloadingErrorKey() uintptr
func KCFURLUbiquitousItemDownloadingStatusCurrent ¶
func KCFURLUbiquitousItemDownloadingStatusCurrent() uintptr
func KCFURLUbiquitousItemDownloadingStatusDownloaded ¶
func KCFURLUbiquitousItemDownloadingStatusDownloaded() uintptr
func KCFURLUbiquitousItemDownloadingStatusKey ¶
func KCFURLUbiquitousItemDownloadingStatusKey() uintptr
func KCFURLUbiquitousItemDownloadingStatusNotDownloaded ¶
func KCFURLUbiquitousItemDownloadingStatusNotDownloaded() uintptr
func KCFURLUbiquitousItemHasUnresolvedConflictsKey ¶
func KCFURLUbiquitousItemHasUnresolvedConflictsKey() uintptr
func KCFURLUbiquitousItemIsDownloadedKey
deprecated
func KCFURLUbiquitousItemIsDownloadedKey() uintptr
Deprecated: Use kCFURLUbiquitousItemDownloadingStatusKey instead
func KCFURLUbiquitousItemIsDownloadingKey ¶
func KCFURLUbiquitousItemIsDownloadingKey() uintptr
func KCFURLUbiquitousItemIsExcludedFromSyncKey ¶
func KCFURLUbiquitousItemIsExcludedFromSyncKey() uintptr
func KCFURLUbiquitousItemIsSyncPausedKey ¶
func KCFURLUbiquitousItemIsSyncPausedKey() uintptr
func KCFURLUbiquitousItemIsUploadedKey ¶
func KCFURLUbiquitousItemIsUploadedKey() uintptr
func KCFURLUbiquitousItemIsUploadingKey ¶
func KCFURLUbiquitousItemIsUploadingKey() uintptr
func KCFURLUbiquitousItemPercentDownloadedKey
deprecated
func KCFURLUbiquitousItemPercentDownloadedKey() uintptr
Deprecated: Use NSMetadataQuery and NSMetadataUbiquitousItemPercentDownloadedKey on NSMetadataItem instead
func KCFURLUbiquitousItemPercentUploadedKey
deprecated
func KCFURLUbiquitousItemPercentUploadedKey() uintptr
Deprecated: Use NSMetadataQuery and NSMetadataUbiquitousItemPercentUploadedKey on NSMetadataItem instead
func KCFURLUbiquitousItemSupportedSyncControlsKey ¶
func KCFURLUbiquitousItemSupportedSyncControlsKey() uintptr
func KCFURLUbiquitousItemUploadingErrorKey ¶
func KCFURLUbiquitousItemUploadingErrorKey() uintptr
func KCFURLVolumeAvailableCapacityForImportantUsageKey ¶
func KCFURLVolumeAvailableCapacityForImportantUsageKey() uintptr
func KCFURLVolumeAvailableCapacityForOpportunisticUsageKey ¶
func KCFURLVolumeAvailableCapacityForOpportunisticUsageKey() uintptr
func KCFURLVolumeAvailableCapacityKey ¶
func KCFURLVolumeAvailableCapacityKey() uintptr
func KCFURLVolumeCreationDateKey ¶
func KCFURLVolumeCreationDateKey() uintptr
func KCFURLVolumeIdentifierKey ¶
func KCFURLVolumeIdentifierKey() uintptr
func KCFURLVolumeIsAutomountedKey ¶
func KCFURLVolumeIsAutomountedKey() uintptr
func KCFURLVolumeIsBrowsableKey ¶
func KCFURLVolumeIsBrowsableKey() uintptr
func KCFURLVolumeIsEjectableKey ¶
func KCFURLVolumeIsEjectableKey() uintptr
func KCFURLVolumeIsEncryptedKey ¶
func KCFURLVolumeIsEncryptedKey() uintptr
func KCFURLVolumeIsInternalKey ¶
func KCFURLVolumeIsInternalKey() uintptr
func KCFURLVolumeIsJournalingKey ¶
func KCFURLVolumeIsJournalingKey() uintptr
func KCFURLVolumeIsLocalKey ¶
func KCFURLVolumeIsLocalKey() uintptr
func KCFURLVolumeIsReadOnlyKey ¶
func KCFURLVolumeIsReadOnlyKey() uintptr
func KCFURLVolumeIsRemovableKey ¶
func KCFURLVolumeIsRemovableKey() uintptr
func KCFURLVolumeIsRootFileSystemKey ¶
func KCFURLVolumeIsRootFileSystemKey() uintptr
func KCFURLVolumeLocalizedFormatDescriptionKey ¶
func KCFURLVolumeLocalizedFormatDescriptionKey() uintptr
func KCFURLVolumeLocalizedNameKey ¶
func KCFURLVolumeLocalizedNameKey() uintptr
func KCFURLVolumeMaximumFileSizeKey ¶
func KCFURLVolumeMaximumFileSizeKey() uintptr
func KCFURLVolumeMountFromLocationKey ¶
func KCFURLVolumeMountFromLocationKey() uintptr
func KCFURLVolumeNameKey ¶
func KCFURLVolumeNameKey() uintptr
func KCFURLVolumeResourceCountKey ¶
func KCFURLVolumeResourceCountKey() uintptr
func KCFURLVolumeSubtypeKey ¶
func KCFURLVolumeSubtypeKey() uintptr
func KCFURLVolumeSupportsAccessPermissionsKey ¶
func KCFURLVolumeSupportsAccessPermissionsKey() uintptr
func KCFURLVolumeSupportsAdvisoryFileLockingKey ¶
func KCFURLVolumeSupportsAdvisoryFileLockingKey() uintptr
func KCFURLVolumeSupportsCasePreservedNamesKey ¶
func KCFURLVolumeSupportsCasePreservedNamesKey() uintptr
func KCFURLVolumeSupportsCaseSensitiveNamesKey ¶
func KCFURLVolumeSupportsCaseSensitiveNamesKey() uintptr
func KCFURLVolumeSupportsCompressionKey ¶
func KCFURLVolumeSupportsCompressionKey() uintptr
func KCFURLVolumeSupportsExclusiveRenamingKey ¶
func KCFURLVolumeSupportsExclusiveRenamingKey() uintptr
func KCFURLVolumeSupportsExtendedSecurityKey ¶
func KCFURLVolumeSupportsExtendedSecurityKey() uintptr
func KCFURLVolumeSupportsFileCloningKey ¶
func KCFURLVolumeSupportsFileCloningKey() uintptr
func KCFURLVolumeSupportsFileProtectionKey ¶
func KCFURLVolumeSupportsFileProtectionKey() uintptr
func KCFURLVolumeSupportsHardLinksKey ¶
func KCFURLVolumeSupportsHardLinksKey() uintptr
func KCFURLVolumeSupportsImmutableFilesKey ¶
func KCFURLVolumeSupportsImmutableFilesKey() uintptr
func KCFURLVolumeSupportsJournalingKey ¶
func KCFURLVolumeSupportsJournalingKey() uintptr
func KCFURLVolumeSupportsPersistentIDsKey ¶
func KCFURLVolumeSupportsPersistentIDsKey() uintptr
func KCFURLVolumeSupportsRenamingKey ¶
func KCFURLVolumeSupportsRenamingKey() uintptr
func KCFURLVolumeSupportsRootDirectoryDatesKey ¶
func KCFURLVolumeSupportsRootDirectoryDatesKey() uintptr
func KCFURLVolumeSupportsSparseFilesKey ¶
func KCFURLVolumeSupportsSparseFilesKey() uintptr
func KCFURLVolumeSupportsSwapRenamingKey ¶
func KCFURLVolumeSupportsSwapRenamingKey() uintptr
func KCFURLVolumeSupportsSymbolicLinksKey ¶
func KCFURLVolumeSupportsSymbolicLinksKey() uintptr
func KCFURLVolumeSupportsVolumeSizesKey ¶
func KCFURLVolumeSupportsVolumeSizesKey() uintptr
func KCFURLVolumeSupportsZeroRunsKey ¶
func KCFURLVolumeSupportsZeroRunsKey() uintptr
func KCFURLVolumeTotalCapacityKey ¶
func KCFURLVolumeTotalCapacityKey() uintptr
func KCFURLVolumeTypeNameKey ¶
func KCFURLVolumeTypeNameKey() uintptr
func KCFURLVolumeURLForRemountingKey ¶
func KCFURLVolumeURLForRemountingKey() uintptr
func KCFURLVolumeURLKey ¶
func KCFURLVolumeURLKey() uintptr
func KCFURLVolumeUUIDStringKey ¶
func KCFURLVolumeUUIDStringKey() uintptr
func KCFUserNotificationAlertHeaderKey ¶
func KCFUserNotificationAlertHeaderKey() uintptr
func KCFUserNotificationAlertMessageKey ¶
func KCFUserNotificationAlertMessageKey() uintptr
func KCFUserNotificationAlertTopMostKey ¶
func KCFUserNotificationAlertTopMostKey() uintptr
func KCFUserNotificationAlternateButtonTitleKey ¶
func KCFUserNotificationAlternateButtonTitleKey() uintptr
func KCFUserNotificationCheckBoxTitlesKey ¶
func KCFUserNotificationCheckBoxTitlesKey() uintptr
func KCFUserNotificationDefaultButtonTitleKey ¶
func KCFUserNotificationDefaultButtonTitleKey() uintptr
func KCFUserNotificationIconURLKey ¶
func KCFUserNotificationIconURLKey() uintptr
func KCFUserNotificationKeyboardTypesKey ¶
func KCFUserNotificationKeyboardTypesKey() uintptr
func KCFUserNotificationLocalizationURLKey ¶
func KCFUserNotificationLocalizationURLKey() uintptr
func KCFUserNotificationOtherButtonTitleKey ¶
func KCFUserNotificationOtherButtonTitleKey() uintptr
func KCFUserNotificationPopUpSelectionKey ¶
func KCFUserNotificationPopUpSelectionKey() uintptr
func KCFUserNotificationPopUpTitlesKey ¶
func KCFUserNotificationPopUpTitlesKey() uintptr
func KCFUserNotificationProgressIndicatorValueKey ¶
func KCFUserNotificationProgressIndicatorValueKey() uintptr
func KCFUserNotificationSoundURLKey ¶
func KCFUserNotificationSoundURLKey() uintptr
func KCFUserNotificationTextFieldTitlesKey ¶
func KCFUserNotificationTextFieldTitlesKey() uintptr
func KCFUserNotificationTextFieldValuesKey ¶
func KCFUserNotificationTextFieldValuesKey() uintptr
func KCFVietnameseCalendar ¶
func KCFVietnameseCalendar() uintptr
func KCFVikramCalendar ¶
func KCFVikramCalendar() uintptr
func KCFXMLTreeErrorDescription ¶
func KCFXMLTreeErrorDescription() uintptr
func KCFXMLTreeErrorLineNumber ¶
func KCFXMLTreeErrorLineNumber() uintptr
func KCFXMLTreeErrorLocation ¶
func KCFXMLTreeErrorLocation() uintptr
func KCFXMLTreeErrorStatusCode ¶
func KCFXMLTreeErrorStatusCode() uintptr
func SymbolAvailable ¶
SymbolAvailable reports whether the named C symbol was bound when the library loaded. Calling a generated wrapper whose symbol is unavailable dereferences a nil function variable and panics.
Types ¶
type Acl_entry_id_t ¶
type Acl_entry_id_t int64
const ( ACL_FIRST_ENTRY Acl_entry_id_t = 0 ACL_NEXT_ENTRY Acl_entry_id_t = -1 ACL_LAST_ENTRY Acl_entry_id_t = -2 )
func (Acl_entry_id_t) String ¶
func (e Acl_entry_id_t) String() string
type Acl_flag_t ¶
type Acl_flag_t int64
const ( ACL_FLAG_DEFER_INHERIT Acl_flag_t = 1 ACL_FLAG_NO_INHERIT Acl_flag_t = 131072 ACL_ENTRY_INHERITED Acl_flag_t = 16 ACL_ENTRY_FILE_INHERIT Acl_flag_t = 32 ACL_ENTRY_DIRECTORY_INHERIT Acl_flag_t = 64 ACL_ENTRY_LIMIT_INHERIT Acl_flag_t = 128 ACL_ENTRY_ONLY_INHERIT Acl_flag_t = 256 )
func (Acl_flag_t) String ¶
func (e Acl_flag_t) String() string
type Acl_perm_t ¶
type Acl_perm_t int64
const ( ACL_READ_DATA Acl_perm_t = 2 ACL_LIST_DIRECTORY Acl_perm_t = 2 ACL_WRITE_DATA Acl_perm_t = 4 ACL_ADD_FILE Acl_perm_t = 4 ACL_EXECUTE Acl_perm_t = 8 ACL_SEARCH Acl_perm_t = 8 ACL_DELETE Acl_perm_t = 16 ACL_APPEND_DATA Acl_perm_t = 32 ACL_ADD_SUBDIRECTORY Acl_perm_t = 32 ACL_DELETE_CHILD Acl_perm_t = 64 ACL_READ_ATTRIBUTES Acl_perm_t = 128 ACL_WRITE_ATTRIBUTES Acl_perm_t = 256 ACL_READ_EXTATTRIBUTES Acl_perm_t = 512 ACL_WRITE_EXTATTRIBUTES Acl_perm_t = 1024 ACL_READ_SECURITY Acl_perm_t = 2048 ACL_WRITE_SECURITY Acl_perm_t = 4096 ACL_CHANGE_OWNER Acl_perm_t = 8192 ACL_SYNCHRONIZE Acl_perm_t = 1048576 )
func (Acl_perm_t) String ¶
func (e Acl_perm_t) String() string
type Acl_type_t ¶
type Acl_type_t int64
const ( ACL_TYPE_EXTENDED Acl_type_t = 256 ACL_TYPE_ACCESS Acl_type_t = 0 ACL_TYPE_DEFAULT Acl_type_t = 1 ACL_TYPE_AFS Acl_type_t = 2 ACL_TYPE_CODA Acl_type_t = 3 ACL_TYPE_NTFS Acl_type_t = 4 ACL_TYPE_NWFS Acl_type_t = 5 )
func (Acl_type_t) String ¶
func (e Acl_type_t) String() string
type CFAllocatorContext ¶
type CFAllocatorContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Allocate unsafe.Pointer
Reallocate unsafe.Pointer
Deallocate unsafe.Pointer
PreferredSize unsafe.Pointer
}
A structure that defines the context or operating environment for an allocator (CFAllocator) object. Every Core Foundation allocator object must have a context defined for it.
type CFArray ¶
type CFArray struct{}
@typedef CFArrayRef This is the type of a reference to immutable CFArrays. C struct: __CFArray CFArray is an opaque type.
type CFArrayCallBacks ¶
type CFArrayCallBacks struct {
Version int
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Equal unsafe.Pointer
}
Structure containing the callbacks of a CFArray.
func KCFTypeArrayCallBacks ¶
func KCFTypeArrayCallBacks() CFArrayCallBacks
type CFAttributedString ¶
type CFAttributedString struct{}
C struct: __CFAttributedString CFAttributedString is an opaque type.
type CFBagCallBacks ¶
type CFBagCallBacks struct {
Version int
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Equal unsafe.Pointer
Hash unsafe.Pointer
}
This structure contains the callbacks used to retain, release, describe, and compare the values of a CFBag object.
func KCFCopyStringBagCallBacks ¶
func KCFCopyStringBagCallBacks() CFBagCallBacks
func KCFTypeBagCallBacks ¶
func KCFTypeBagCallBacks() CFBagCallBacks
type CFBinaryHeap ¶
type CFBinaryHeap struct{}
@typedef CFBinaryHeapRef This is the type of a reference to CFBinaryHeaps. C struct: __CFBinaryHeap CFBinaryHeap is an opaque type.
type CFBinaryHeapCallBacks ¶
type CFBinaryHeapCallBacks struct {
Version int
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Compare unsafe.Pointer
}
Structure containing the callbacks for values for a CFBinaryHeap object.
func KCFStringBinaryHeapCallBacks ¶
func KCFStringBinaryHeapCallBacks() CFBinaryHeapCallBacks
@constant kCFStringBinaryHeapCallBacks Predefined CFBinaryHeapCallBacks structure containing a set of callbacks appropriate for use when the values in a CFBinaryHeap are all CFString types.
type CFBinaryHeapCompareContext ¶
type CFBinaryHeapCompareContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
Not used.
type CFCalendarUnit ¶
type CFCalendarUnit int64
CFCalendarUnit constants are used to specify calendrical units, such as day or month, in various calendar calculations.
const ( // Specifies the era unit. KCFCalendarUnitEra CFCalendarUnit = 2 // Specifies the year unit. KCFCalendarUnitYear CFCalendarUnit = 4 // Specifies the month unit. KCFCalendarUnitMonth CFCalendarUnit = 8 // Specifies the day unit. KCFCalendarUnitDay CFCalendarUnit = 16 // Specifies the hour unit. KCFCalendarUnitHour CFCalendarUnit = 32 // Specifies the minute unit. KCFCalendarUnitMinute CFCalendarUnit = 64 // Specifies the second unit. KCFCalendarUnitSecond CFCalendarUnit = 128 // Specifies the week unit. KCFCalendarUnitWeek CFCalendarUnit = 256 // Specifies the weekday unit. KCFCalendarUnitWeekday CFCalendarUnit = 512 // Specifies the ordinal weekday unit. KCFCalendarUnitWeekdayOrdinal CFCalendarUnit = 1024 // Specifies the quarter-year unit. KCFCalendarUnitQuarter CFCalendarUnit = 2048 // Specifies the original week of a month calendar unit. KCFCalendarUnitWeekOfMonth CFCalendarUnit = 4096 // Specifies the original week of the year calendar unit. KCFCalendarUnitWeekOfYear CFCalendarUnit = 8192 // Specifies the relative year for a week within a year calendar unit. KCFCalendarUnitYearForWeekOfYear CFCalendarUnit = 16384 KCFCalendarUnitDayOfYear CFCalendarUnit = 65536 )
func (CFCalendarUnit) String ¶
func (e CFCalendarUnit) String() string
type CFCharacterSet ¶
type CFCharacterSet struct{}
@typedef CFCharacterSetRef This is the type of a reference to immutable CFCharacterSets. C struct: __CFCharacterSet CFCharacterSet is an opaque type.
type CFCharacterSetPredefinedSet ¶
type CFCharacterSetPredefinedSet int64
Defines a predefined character set.
const ( // Control character set (Unicode General Category Cc and Cf). KCFCharacterSetControl CFCharacterSetPredefinedSet = 1 // Whitespace character set (Unicode General Category Zs and U0009 CHARACTER TABULATION). KCFCharacterSetWhitespace CFCharacterSetPredefinedSet = 2 // Whitespace and Newline character set (Unicode General Category Z*, U000A ~ U000D, and U0085). KCFCharacterSetWhitespaceAndNewline CFCharacterSetPredefinedSet = 3 // Decimal digit character set. KCFCharacterSetDecimalDigit CFCharacterSetPredefinedSet = 4 // Letter character set (Unicode General Category L* & M*). KCFCharacterSetLetter CFCharacterSetPredefinedSet = 5 // Lowercase character set (Unicode General Category Ll). KCFCharacterSetLowercaseLetter CFCharacterSetPredefinedSet = 6 // Uppercase character set (Unicode General Category Lu and Lt). KCFCharacterSetUppercaseLetter CFCharacterSetPredefinedSet = 7 // Non-base character set (Unicode General Category M*). KCFCharacterSetNonBase CFCharacterSetPredefinedSet = 8 // Canonically decomposable character set. KCFCharacterSetDecomposable CFCharacterSetPredefinedSet = 9 // Alpha Numeric character set (Unicode General Category L*, M*, & N*). KCFCharacterSetAlphaNumeric CFCharacterSetPredefinedSet = 10 // Punctuation character set (Unicode General Category P*). KCFCharacterSetPunctuation CFCharacterSetPredefinedSet = 11 // Titlecase character set (Unicode General Category Lt). KCFCharacterSetCapitalizedLetter CFCharacterSetPredefinedSet = 13 // Symbol character set (Unicode General Category S*). KCFCharacterSetSymbol CFCharacterSetPredefinedSet = 14 // Newline character set (U000A ~ U000D, U0085, U2028, and U2029). KCFCharacterSetNewline CFCharacterSetPredefinedSet = 15 // Illegal character set. KCFCharacterSetIllegal CFCharacterSetPredefinedSet = 12 )
func (CFCharacterSetPredefinedSet) String ¶
func (e CFCharacterSetPredefinedSet) String() string
type CFComparisonResult ¶
type CFComparisonResult int64
Constants returned by comparison functions, indicating whether a value is equal to, less than, or greater than another value.
const ( // Returned by a comparison function if the first value is less than the second value. KCFCompareLessThan CFComparisonResult = -1 // Returned by a comparison function if the first value is equal to the second value. KCFCompareEqualTo CFComparisonResult = 0 // Returned by a comparison function if the first value is greater than the second value. KCFCompareGreaterThan CFComparisonResult = 1 )
func CFDateCompare ¶
func CFNumberCompare ¶
func CFStringCompare ¶
func CFStringCompare(theString1 unsafe.Pointer, theString2 unsafe.Pointer, compareOptions CFStringCompareFlags) CFComparisonResult
func CFStringCompareWithOptions ¶
func CFStringCompareWithOptions(theString1 unsafe.Pointer, theString2 unsafe.Pointer, rangeToCompare CFRange, compareOptions CFStringCompareFlags) CFComparisonResult
func CFStringCompareWithOptionsAndLocale ¶
func CFStringCompareWithOptionsAndLocale(theString1 unsafe.Pointer, theString2 unsafe.Pointer, rangeToCompare CFRange, compareOptions CFStringCompareFlags, locale unsafe.Pointer) CFComparisonResult
func (CFComparisonResult) String ¶
func (e CFComparisonResult) String() string
type CFDataSearchFlags ¶
type CFDataSearchFlags int64
A CFOptionFlags type for specifying options for searching.
const ( KCFDataSearchBackwards CFDataSearchFlags = 1 KCFDataSearchAnchored CFDataSearchFlags = 2 )
func (CFDataSearchFlags) String ¶
func (e CFDataSearchFlags) String() string
type CFDateFormatter ¶
type CFDateFormatter struct{}
C struct: __CFDateFormatter CFDateFormatter is an opaque type.
type CFDateFormatterStyle ¶
type CFDateFormatterStyle int64
Data type for predefined date and time format styles.
const ( // Specifies no output. KCFDateFormatterNoStyle CFDateFormatterStyle = 0 // Specifies a short style, typically numeric only, such as “11/23/37” or “3:30pm”. KCFDateFormatterShortStyle CFDateFormatterStyle = 1 // Specifies a medium style, typically with abbreviated text, such as “Nov 23, 1937”. KCFDateFormatterMediumStyle CFDateFormatterStyle = 2 // Specifies a long style, typically with full text, such as “November 23, 1937” or “3:30:32pm”. KCFDateFormatterLongStyle CFDateFormatterStyle = 3 // Specifies a full style with complete details, such as “Tuesday, April 12, 1952 AD” or “3:30:42pm PST”. KCFDateFormatterFullStyle CFDateFormatterStyle = 4 )
func CFDateFormatterGetDateStyle ¶
func CFDateFormatterGetDateStyle(formatter unsafe.Pointer) CFDateFormatterStyle
func CFDateFormatterGetTimeStyle ¶
func CFDateFormatterGetTimeStyle(formatter unsafe.Pointer) CFDateFormatterStyle
func (CFDateFormatterStyle) String ¶
func (e CFDateFormatterStyle) String() string
type CFDictionary ¶
type CFDictionary struct{}
@typedef CFDictionaryRef This is the type of a reference to immutable CFDictionarys. C struct: __CFDictionary CFDictionary is an opaque type.
type CFDictionaryKeyCallBacks ¶
type CFDictionaryKeyCallBacks struct {
Version int
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Equal unsafe.Pointer
Hash unsafe.Pointer
}
This structure contains the callbacks used to retain, release, describe, and compare the keys in a dictionary.
func KCFCopyStringDictionaryKeyCallBacks ¶
func KCFCopyStringDictionaryKeyCallBacks() CFDictionaryKeyCallBacks
func KCFTypeDictionaryKeyCallBacks ¶
func KCFTypeDictionaryKeyCallBacks() CFDictionaryKeyCallBacks
type CFDictionaryValueCallBacks ¶
type CFDictionaryValueCallBacks struct {
Version int
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Equal unsafe.Pointer
}
This structure contains the callbacks used to retain, release, describe, and compare the values in a dictionary.
func KCFTypeDictionaryValueCallBacks ¶
func KCFTypeDictionaryValueCallBacks() CFDictionaryValueCallBacks
type CFError ¶
type CFError struct{}
@typedef CFErrorRef This is the type of a reference to CFErrors. CFErrorRef is toll-free bridged with NSError. C struct: __CFError CFError is an opaque type.
type CFFileDescriptor ¶
type CFFileDescriptor struct{}
C struct: __CFFileDescriptor CFFileDescriptor is an opaque type.
type CFFileDescriptorContext ¶
type CFFileDescriptorContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
Defines a structure for the context of a CFFileDescriptor.
type CFFileSecurity ¶
type CFFileSecurity struct{}
C struct: __CFFileSecurity CFFileSecurity is an opaque type.
type CFFileSecurityClearOptions ¶
type CFFileSecurityClearOptions int64
const ( // Clear the (POSIX) owner ID. KCFFileSecurityClearOwner CFFileSecurityClearOptions = 1 // Clear the (POSIX) group ID. KCFFileSecurityClearGroup CFFileSecurityClearOptions = 2 // Clear the file’s mode (POSIX permissions). KCFFileSecurityClearMode CFFileSecurityClearOptions = 4 // Clear the owner UUID (for the access control list). KCFFileSecurityClearOwnerUUID CFFileSecurityClearOptions = 8 // Clear the group UUID (for the access control list). KCFFileSecurityClearGroupUUID CFFileSecurityClearOptions = 16 // Clear the access control list. KCFFileSecurityClearAccessControlList CFFileSecurityClearOptions = 32 )
func (CFFileSecurityClearOptions) String ¶
func (e CFFileSecurityClearOptions) String() string
type CFGregorianDate ¶
Structure used to represent a point in time using the Gregorian calendar.
func CFAbsoluteTimeGetGregorianDate
deprecated
func CFAbsoluteTimeGetGregorianDate(at float64, tz unsafe.Pointer) CFGregorianDate
Deprecated: Use CFCalendar or NSCalendar API instead
type CFGregorianUnitFlags ¶
type CFGregorianUnitFlags int64
These option flags are used as a mask to indicate a specific set of fields in the CFGregorianDate or CFGregorianUnits structures.
const ( // Specifies the year field. KCFGregorianUnitsYears CFGregorianUnitFlags = 1 // Specifies the month field. KCFGregorianUnitsMonths CFGregorianUnitFlags = 2 // Specifies the day field. KCFGregorianUnitsDays CFGregorianUnitFlags = 4 // Specifies the hours field. KCFGregorianUnitsHours CFGregorianUnitFlags = 8 // Specifies the minutes field. KCFGregorianUnitsMinutes CFGregorianUnitFlags = 16 // Specifies the seconds field. KCFGregorianUnitsSeconds CFGregorianUnitFlags = 32 // Specifies all fields. KCFGregorianAllUnits CFGregorianUnitFlags = 16777215 )
func (CFGregorianUnitFlags) String ¶
func (e CFGregorianUnitFlags) String() string
type CFGregorianUnits ¶
type CFGregorianUnits struct {
Years int
Months int
Days int
Hours int
Minutes int
Seconds float64
}
Structure used to represent a time interval in Gregorian units. Deprecated: Use CFCalendar or NSCalendar API instead
func CFAbsoluteTimeGetDifferenceAsGregorianUnits
deprecated
type CFISO8601DateFormatOptions ¶
type CFISO8601DateFormatOptions int64
const ( KCFISO8601DateFormatWithYear CFISO8601DateFormatOptions = 1 KCFISO8601DateFormatWithMonth CFISO8601DateFormatOptions = 2 KCFISO8601DateFormatWithWeekOfYear CFISO8601DateFormatOptions = 4 KCFISO8601DateFormatWithDay CFISO8601DateFormatOptions = 16 KCFISO8601DateFormatWithTime CFISO8601DateFormatOptions = 32 KCFISO8601DateFormatWithTimeZone CFISO8601DateFormatOptions = 64 KCFISO8601DateFormatWithSpaceBetweenDateAndTime CFISO8601DateFormatOptions = 128 KCFISO8601DateFormatWithDashSeparatorInDate CFISO8601DateFormatOptions = 256 KCFISO8601DateFormatWithColonSeparatorInTime CFISO8601DateFormatOptions = 512 KCFISO8601DateFormatWithColonSeparatorInTimeZone CFISO8601DateFormatOptions = 1024 KCFISO8601DateFormatWithFractionalSeconds CFISO8601DateFormatOptions = 2048 KCFISO8601DateFormatWithFullDate CFISO8601DateFormatOptions = 275 KCFISO8601DateFormatWithFullTime CFISO8601DateFormatOptions = 1632 KCFISO8601DateFormatWithInternetDateTime CFISO8601DateFormatOptions = 1907 )
func (CFISO8601DateFormatOptions) String ¶
func (e CFISO8601DateFormatOptions) String() string
type CFLocaleLanguageDirection ¶
type CFLocaleLanguageDirection int64
These constants describe the text direction for a language. They are returned by the functions CFLocaleGetLanguageCharacterDirection and CFLocaleGetLanguageLineDirection.
const ( KCFLocaleLanguageDirectionUnknown CFLocaleLanguageDirection = 0 KCFLocaleLanguageDirectionLeftToRight CFLocaleLanguageDirection = 1 KCFLocaleLanguageDirectionRightToLeft CFLocaleLanguageDirection = 2 KCFLocaleLanguageDirectionTopToBottom CFLocaleLanguageDirection = 3 KCFLocaleLanguageDirectionBottomToTop CFLocaleLanguageDirection = 4 )
func CFLocaleGetLanguageCharacterDirection ¶
func CFLocaleGetLanguageCharacterDirection(isoLangCode unsafe.Pointer) CFLocaleLanguageDirection
func CFLocaleGetLanguageLineDirection ¶
func CFLocaleGetLanguageLineDirection(isoLangCode unsafe.Pointer) CFLocaleLanguageDirection
func (CFLocaleLanguageDirection) String ¶
func (e CFLocaleLanguageDirection) String() string
type CFMachPortContext ¶
type CFMachPortContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
A structure that contains program-defined data and callbacks with which you can configure a CFMachPort object’s behavior.
type CFMessagePort ¶
type CFMessagePort struct{}
C struct: __CFMessagePort CFMessagePort is an opaque type.
type CFMessagePortContext ¶
type CFMessagePortContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
A structure that contains program-defined data and callbacks with which you can configure a CFMessagePort object’s behavior.
type CFNotificationCenter ¶
type CFNotificationCenter struct{}
C struct: __CFNotificationCenter CFNotificationCenter is an opaque type.
type CFNotificationSuspensionBehavior ¶
type CFNotificationSuspensionBehavior int64
Suspension flags that indicate how distributed notifications should be handled when the receiving application is in the background.
const ( // The server will not queue any notifications of the specified name and object while the receiving application is in the background. CFNotificationSuspensionBehaviorDrop CFNotificationSuspensionBehavior = 1 // The server will only queue the last notification of the specified name and object; earlier notifications are dropped. CFNotificationSuspensionBehaviorCoalesce CFNotificationSuspensionBehavior = 2 // The server will hold all matching notifications until the queue has been filled (queue size determined by the server) at which point the server may flush queued notifications. CFNotificationSuspensionBehaviorHold CFNotificationSuspensionBehavior = 3 // The server will deliver notifications of the specified name and object whether or not the application is in the background. When a notification with this suspension behavior is matched, it has the effect of first flushing any queued notifications. CFNotificationSuspensionBehaviorDeliverImmediately CFNotificationSuspensionBehavior = 4 )
func (CFNotificationSuspensionBehavior) String ¶
func (e CFNotificationSuspensionBehavior) String() string
type CFNumberFormatter ¶
type CFNumberFormatter struct{}
C struct: __CFNumberFormatter CFNumberFormatter is an opaque type.
type CFNumberFormatterOptionFlags ¶
type CFNumberFormatterOptionFlags int64
Type for constants specifying how numbers should be parsed.
const ( // Specifies that only integers should be parsed. KCFNumberFormatterParseIntegersOnly CFNumberFormatterOptionFlags = 1 )
func (CFNumberFormatterOptionFlags) String ¶
func (e CFNumberFormatterOptionFlags) String() string
type CFNumberFormatterPadPosition ¶
type CFNumberFormatterPadPosition int64
Type for constants specifying how numbers should be padded.
const ( // Specifies the number of padding characters before the prefix. KCFNumberFormatterPadBeforePrefix CFNumberFormatterPadPosition = 0 // Specifies the number of padding characters after the prefix. KCFNumberFormatterPadAfterPrefix CFNumberFormatterPadPosition = 1 // Specifies the number of padding characters before the suffix. KCFNumberFormatterPadBeforeSuffix CFNumberFormatterPadPosition = 2 // Specifies the number of padding characters after the suffix. KCFNumberFormatterPadAfterSuffix CFNumberFormatterPadPosition = 3 )
func (CFNumberFormatterPadPosition) String ¶
func (e CFNumberFormatterPadPosition) String() string
type CFNumberFormatterRoundingMode ¶
type CFNumberFormatterRoundingMode int64
These constants are used to specify how numbers should be rounded.
const ( // Round towards positive infinity. KCFNumberFormatterRoundCeiling CFNumberFormatterRoundingMode = 0 // Round towards negative infinity. KCFNumberFormatterRoundFloor CFNumberFormatterRoundingMode = 1 // Round towards zero. KCFNumberFormatterRoundDown CFNumberFormatterRoundingMode = 2 // Round away from zero. KCFNumberFormatterRoundUp CFNumberFormatterRoundingMode = 3 // Round towards the nearest integer, or towards an even number if equidistant. KCFNumberFormatterRoundHalfEven CFNumberFormatterRoundingMode = 4 // Round towards the nearest integer, or towards zero if equidistant. KCFNumberFormatterRoundHalfDown CFNumberFormatterRoundingMode = 5 // Round towards the nearest integer, or away from zero if equidistant. KCFNumberFormatterRoundHalfUp CFNumberFormatterRoundingMode = 6 )
func (CFNumberFormatterRoundingMode) String ¶
func (e CFNumberFormatterRoundingMode) String() string
type CFNumberFormatterStyle ¶
type CFNumberFormatterStyle int64
Type for constants specifying a formatter style.
const ( // Specifies no style. KCFNumberFormatterNoStyle CFNumberFormatterStyle = 0 // Specifies a decimal style format. KCFNumberFormatterDecimalStyle CFNumberFormatterStyle = 1 // Specifies a currency style format. KCFNumberFormatterCurrencyStyle CFNumberFormatterStyle = 2 // Specifies a percent style format. KCFNumberFormatterPercentStyle CFNumberFormatterStyle = 3 // Specifies a scientific style format. KCFNumberFormatterScientificStyle CFNumberFormatterStyle = 4 // Specifies a spelled out format. KCFNumberFormatterSpellOutStyle CFNumberFormatterStyle = 5 KCFNumberFormatterOrdinalStyle CFNumberFormatterStyle = 6 KCFNumberFormatterCurrencyISOCodeStyle CFNumberFormatterStyle = 8 KCFNumberFormatterCurrencyPluralStyle CFNumberFormatterStyle = 9 KCFNumberFormatterCurrencyAccountingStyle CFNumberFormatterStyle = 10 )
func CFNumberFormatterGetStyle ¶
func CFNumberFormatterGetStyle(formatter unsafe.Pointer) CFNumberFormatterStyle
func (CFNumberFormatterStyle) String ¶
func (e CFNumberFormatterStyle) String() string
type CFNumberType ¶
type CFNumberType int64
Flags used by CFNumber to indicate the data type of a value.
const ( // Eight-bit, signed integer. The SInt8 data type is defined in MacTypes.h. KCFNumberSInt8Type CFNumberType = 1 // Sixteen-bit, signed integer. The SInt16 data type is defined in MacTypes.h. KCFNumberSInt16Type CFNumberType = 2 // Thirty-two-bit, signed integer. The SInt32 data type is defined in MacTypes.h. KCFNumberSInt32Type CFNumberType = 3 // Sixty-four-bit, signed integer. The SInt64 data type is defined in MacTypes.h. KCFNumberSInt64Type CFNumberType = 4 // Thirty-two-bit real. The Float32 data type is defined in MacTypes.h. KCFNumberFloat32Type CFNumberType = 5 // Sixty-four-bit real. The Float64 data type is defined in MacTypes.h and conforms to the 64-bit IEEE 754 standard. KCFNumberFloat64Type CFNumberType = 6 // Basic C char type. KCFNumberCharType CFNumberType = 7 // Basic C short type. KCFNumberShortType CFNumberType = 8 // Basic C int type. KCFNumberIntType CFNumberType = 9 // Basic C long type. KCFNumberLongType CFNumberType = 10 // Basic C long long type. KCFNumberLongLongType CFNumberType = 11 // Basic C float type. KCFNumberFloatType CFNumberType = 12 // Basic C double type. KCFNumberDoubleType CFNumberType = 13 // CFIndex value. KCFNumberCFIndexType CFNumberType = 14 // NSInteger value. KCFNumberNSIntegerType CFNumberType = 15 // CGFloat value. KCFNumberCGFloatType CFNumberType = 16 // Same as kCFNumberCGFloatType. KCFNumberMaxType CFNumberType = 16 )
func CFNumberGetType ¶
func CFNumberGetType(number unsafe.Pointer) CFNumberType
func (CFNumberType) String ¶
func (e CFNumberType) String() string
type CFPlugInInstance ¶
type CFPlugInInstance struct{}
C struct: __CFPlugInInstance CFPlugInInstance is an opaque type.
type CFPropertyListFormat ¶
type CFPropertyListFormat int64
Specifies the format of a property list.
const ( // OpenStep format (use of this format is discouraged). KCFPropertyListOpenStepFormat CFPropertyListFormat = 1 // XML format version 1.0. KCFPropertyListXMLFormat_v1_0 CFPropertyListFormat = 100 // Binary format version 1.0. KCFPropertyListBinaryFormat_v1_0 CFPropertyListFormat = 200 )
func (CFPropertyListFormat) String ¶
func (e CFPropertyListFormat) String() string
type CFPropertyListMutabilityOptions ¶
type CFPropertyListMutabilityOptions int64
Type for flags that determine the degree of mutability of newly created property lists.
const ( // Specifies that the property list should be immutable. KCFPropertyListImmutable CFPropertyListMutabilityOptions = 0 // Specifies that the property list should have mutable containers but immutable leaves. KCFPropertyListMutableContainers CFPropertyListMutabilityOptions = 1 // Specifies that the property list should have mutable containers and mutable leaves. KCFPropertyListMutableContainersAndLeaves CFPropertyListMutabilityOptions = 2 )
func (CFPropertyListMutabilityOptions) String ¶
func (e CFPropertyListMutabilityOptions) String() string
type CFRange ¶
A structure representing a range of sequential items in a container, such as characters in a buffer or elements in a collection.
func CFCalendarGetMaximumRangeOfUnit ¶
func CFCalendarGetMaximumRangeOfUnit(calendar unsafe.Pointer, unit CFCalendarUnit) CFRange
func CFCalendarGetMinimumRangeOfUnit ¶
func CFCalendarGetMinimumRangeOfUnit(calendar unsafe.Pointer, unit CFCalendarUnit) CFRange
func CFCalendarGetRangeOfUnit ¶
func CFCalendarGetRangeOfUnit(calendar unsafe.Pointer, smallerUnit CFCalendarUnit, biggerUnit CFCalendarUnit, at float64) CFRange
func CFDataFind ¶
func CFRangeMake ¶
func CFStringFind ¶
func CFStringGetRangeOfComposedCharactersAtIndex ¶
@function CFStringGetRangeOfComposedCharactersAtIndex Returns the range of the composed character sequence at the specified index. @param theString The CFString which is to be searched. If this parameter is not a valid CFString, the behavior is undefined. @param theIndex The index of the character contained in the composed character sequence. If the index is outside the index space of the string (0 to N-1 inclusive, where N is the length of the string), the behavior is undefined. @result The range of the composed character sequence.
func CFURLGetByteRangeForComponent ¶
func CFURLGetByteRangeForComponent(url unsafe.Pointer, component CFURLComponentType, rangeIncludingSeparators *CFRange) CFRange
type CFReadStream ¶
type CFReadStream struct{}
C struct: __CFReadStream CFReadStream is an opaque type.
type CFRunLoopActivity ¶
type CFRunLoopActivity int64
Run loop activity stages in which run loop observers can be scheduled.
const ( // The entrance of the run loop, before entering the event processing loop. This activity occurs once for each call to CFRunLoopRun and CFRunLoopRunInMode. KCFRunLoopEntry CFRunLoopActivity = 1 // Inside the event processing loop before any timers are processed. KCFRunLoopBeforeTimers CFRunLoopActivity = 2 // Inside the event processing loop before any sources are processed. KCFRunLoopBeforeSources CFRunLoopActivity = 4 KCFRunLoopBeforeWaiting CFRunLoopActivity = 32 // Inside the event processing loop after the run loop wakes up, but before processing the event that woke it up. This activity occurs only if the run loop did in fact go to sleep during the current loop. KCFRunLoopAfterWaiting CFRunLoopActivity = 64 // The exit of the run loop, after exiting the event processing loop. This activity occurs once for each call to CFRunLoopRun and CFRunLoopRunInMode. KCFRunLoopExit CFRunLoopActivity = 128 // A combination of all the preceding stages. KCFRunLoopAllActivities CFRunLoopActivity = 268435455 )
func (CFRunLoopActivity) String ¶
func (e CFRunLoopActivity) String() string
type CFRunLoopObserver ¶
type CFRunLoopObserver struct{}
C struct: __CFRunLoopObserver CFRunLoopObserver is an opaque type.
type CFRunLoopObserverContext ¶
type CFRunLoopObserverContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
A structure that contains program-defined data and callbacks with which you can configure a CFRunLoopObserver object’s behavior.
type CFRunLoopRunResult ¶
type CFRunLoopRunResult int64
const ( // The running run loop mode has no sources or timers to process. KCFRunLoopRunFinished CFRunLoopRunResult = 1 // CFRunLoopStop was called on the run loop. KCFRunLoopRunStopped CFRunLoopRunResult = 2 // The specified time interval for running the run loop has passed. KCFRunLoopRunTimedOut CFRunLoopRunResult = 3 // A source has been processed. This value is returned only if the run loop was told to run only until a source was processed. KCFRunLoopRunHandledSource CFRunLoopRunResult = 4 )
func CFRunLoopRunInMode ¶
func CFRunLoopRunInMode(mode unsafe.Pointer, seconds float64, returnAfterSourceHandled uint8) CFRunLoopRunResult
func (CFRunLoopRunResult) String ¶
func (e CFRunLoopRunResult) String() string
type CFRunLoopSource ¶
type CFRunLoopSource struct{}
C struct: __CFRunLoopSource CFRunLoopSource is an opaque type.
type CFRunLoopSourceContext ¶
type CFRunLoopSourceContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Equal unsafe.Pointer
Hash unsafe.Pointer
Schedule unsafe.Pointer
Cancel unsafe.Pointer
Perform unsafe.Pointer
}
A structure that contains program-defined data and callbacks with which you can configure a version 0 CFRunLoopSource’s behavior.
type CFRunLoopSourceContext1 ¶
type CFRunLoopSourceContext1 struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Equal unsafe.Pointer
Hash unsafe.Pointer
GetPort unsafe.Pointer
Perform unsafe.Pointer
}
A structure that contains program-defined data and callbacks with which you can configure a version 1 CFRunLoopSource’s behavior.
type CFRunLoopTimer ¶
type CFRunLoopTimer struct{}
C struct: __CFRunLoopTimer CFRunLoopTimer is an opaque type.
type CFRunLoopTimerContext ¶
type CFRunLoopTimerContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
A structure that contains program-defined data and callbacks with which you can configure a CFRunLoopTimer’s behavior.
type CFSet ¶
type CFSet struct{}
@typedef CFSetRef This is the type of a reference to immutable CFSets. C struct: __CFSet CFSet is an opaque type.
type CFSetCallBacks ¶
type CFSetCallBacks struct {
Version int
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
Equal unsafe.Pointer
Hash unsafe.Pointer
}
This structure contains the callbacks used to retain, release, describe, and compare the values of a CFSet object.
func KCFCopyStringSetCallBacks ¶
func KCFCopyStringSetCallBacks() CFSetCallBacks
func KCFTypeSetCallBacks ¶
func KCFTypeSetCallBacks() CFSetCallBacks
type CFSocketCallBackType ¶
type CFSocketCallBackType int64
Types of socket activity that can cause the callback function of a CFSocket object to be called.
const ( // No callback should be made for any activity. KCFSocketNoCallBack CFSocketCallBackType = 0 // The callback is called when data is available to be read or a new connection is waiting to be accepted. The data is not automatically read; the callback must read the data itself. KCFSocketReadCallBack CFSocketCallBackType = 1 // New connections will be automatically accepted and the callback is called with the data argument being a pointer to a CFSocketNativeHandle of the child socket. This callback is usable only with listening sockets. KCFSocketAcceptCallBack CFSocketCallBackType = 2 // Incoming data will be read in chunks in the background and the callback is called with the data argument being a CFData object containing the read data. KCFSocketDataCallBack CFSocketCallBackType = 3 KCFSocketConnectCallBack CFSocketCallBackType = 4 // The callback is called when the socket is writable. This callback type may be useful when large amounts of data are being sent rapidly over the socket and you want a notification when there is space in the kernel buffers for more data. KCFSocketWriteCallBack CFSocketCallBackType = 8 )
func (CFSocketCallBackType) String ¶
func (e CFSocketCallBackType) String() string
type CFSocketContext ¶
type CFSocketContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
A structure that contains program-defined data and callbacks with which you can configure a CFSocket object’s behavior.
type CFSocketError ¶
type CFSocketError int64
Error codes for many CFSocket functions.
const ( // The socket operation succeeded. KCFSocketSuccess CFSocketError = 0 // The socket operation failed. KCFSocketError CFSocketError = -1 // The socket operation timed out. KCFSocketTimeout CFSocketError = -2 )
func CFSocketCopyRegisteredSocketSignature ¶
func CFSocketCopyRegisteredSocketSignature(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer, signature *CFSocketSignature, nameServerAddress unsafe.Pointer) CFSocketError
func CFSocketCopyRegisteredValue ¶
func CFSocketCopyRegisteredValue(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer, value unsafe.Pointer, nameServerAddress unsafe.Pointer) CFSocketError
func CFSocketRegisterSocketSignature ¶
func CFSocketRegisterSocketSignature(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer, signature *CFSocketSignature) CFSocketError
func CFSocketRegisterValue ¶
func CFSocketRegisterValue(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer, value unsafe.Pointer) CFSocketError
func CFSocketSendData ¶
func CFSocketSetAddress ¶
func CFSocketSetAddress(s unsafe.Pointer, address unsafe.Pointer) CFSocketError
func CFSocketUnregister ¶
func CFSocketUnregister(nameServerSignature *CFSocketSignature, timeout float64, name unsafe.Pointer) CFSocketError
func (CFSocketError) String ¶
func (e CFSocketError) String() string
type CFSocketSignature ¶
type CFSocketSignature struct {
ProtocolFamily int
SocketType int
Protocol int
Address unsafe.Pointer
}
A structure that fully specifies the communication protocol and connection address of a CFSocket object.
type CFStreamClientContext ¶
type CFStreamClientContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
A structure that contains program-defined data and callbacks with which you can configure a stream’s client behavior.
type CFStreamError ¶
The structure returned by CFReadStreamGetError and CFWriteStreamGetError.
func CFReadStreamGetError ¶
func CFReadStreamGetError(stream unsafe.Pointer) CFStreamError
func CFWriteStreamGetError ¶
func CFWriteStreamGetError(stream unsafe.Pointer) CFStreamError
type CFStreamErrorDomain ¶
type CFStreamErrorDomain int64
Defines constants for values returned in the domain field of the CFStreamError structure.
const ( // The error code is a custom error code. KCFStreamErrorDomainCustom CFStreamErrorDomain = -1 // The error code is an error code defined in errno.h. KCFStreamErrorDomainPOSIX CFStreamErrorDomain = 1 // The error is an OSStatus value defined in MacErrors.h. KCFStreamErrorDomainMacOSStatus CFStreamErrorDomain = 2 )
func (CFStreamErrorDomain) String ¶
func (e CFStreamErrorDomain) String() string
type CFStreamEventType ¶
type CFStreamEventType int64
Defines constants for stream-related events.
const ( // No event has occurred. KCFStreamEventNone CFStreamEventType = 0 // The open has completed successfully. KCFStreamEventOpenCompleted CFStreamEventType = 1 // The stream has bytes to be read. KCFStreamEventHasBytesAvailable CFStreamEventType = 2 // The stream can accept bytes for writing. KCFStreamEventCanAcceptBytes CFStreamEventType = 4 // An error has occurred on the stream. KCFStreamEventErrorOccurred CFStreamEventType = 8 // The end of the stream has been reached. KCFStreamEventEndEncountered CFStreamEventType = 16 )
func (CFStreamEventType) String ¶
func (e CFStreamEventType) String() string
type CFStreamStatus ¶
type CFStreamStatus int64
Constants that describe the status of a stream.
const ( // The stream is not open for reading or writing. KCFStreamStatusNotOpen CFStreamStatus = 0 // The stream is being opened for reading or for writing. KCFStreamStatusOpening CFStreamStatus = 1 // The stream is open. KCFStreamStatusOpen CFStreamStatus = 2 // The stream is being read from. KCFStreamStatusReading CFStreamStatus = 3 // The stream is being written to. KCFStreamStatusWriting CFStreamStatus = 4 // There is no more data to read, or no more data can be written. KCFStreamStatusAtEnd CFStreamStatus = 5 // The stream is closed. KCFStreamStatusClosed CFStreamStatus = 6 // An error occurred on the stream. KCFStreamStatusError CFStreamStatus = 7 )
func CFReadStreamGetStatus ¶
func CFReadStreamGetStatus(stream unsafe.Pointer) CFStreamStatus
func CFWriteStreamGetStatus ¶
func CFWriteStreamGetStatus(stream unsafe.Pointer) CFStreamStatus
func (CFStreamStatus) String ¶
func (e CFStreamStatus) String() string
type CFStringBuiltInEncodings ¶
type CFStringBuiltInEncodings int64
Encodings that are built-in on all platforms on which macOS runs.
const ( // An encoding constant that identifies the Mac Roman encoding. KCFStringEncodingMacRoman CFStringBuiltInEncodings = 0 // An encoding constant that identifies the Windows Latin 1 encoding (ANSI codepage 1252). KCFStringEncodingWindowsLatin1 CFStringBuiltInEncodings = 1280 // An encoding constant that identifies the ISO Latin 1 encoding (ISO 8859-1) KCFStringEncodingISOLatin1 CFStringBuiltInEncodings = 513 // An encoding constant that identifies the NextStep/OpenStep encoding. KCFStringEncodingNextStepLatin CFStringBuiltInEncodings = 2817 // An encoding constant that identifies the ASCII encoding (decimal values 0 through 127). KCFStringEncodingASCII CFStringBuiltInEncodings = 1536 // An encoding constant that identifies the Unicode encoding. KCFStringEncodingUnicode CFStringBuiltInEncodings = 256 // An encoding constant that identifies the UTF 8 encoding. KCFStringEncodingUTF8 CFStringBuiltInEncodings = 134217984 // An encoding constant that identifies non-lossy ASCII encoding. KCFStringEncodingNonLossyASCII CFStringBuiltInEncodings = 3071 // An encoding constant that identifies kTextEncodingUnicodeDefault + kUnicodeUTF16Format encoding (alias of kCFStringEncodingUnicode). KCFStringEncodingUTF16 CFStringBuiltInEncodings = 256 // An encoding constant that identifies kTextEncodingUnicodeDefault + kUnicodeUTF16BEFormat encoding. This constant specifies big-endian byte order. KCFStringEncodingUTF16BE CFStringBuiltInEncodings = 268435712 // An encoding constant that identifies kTextEncodingUnicodeDefault + kUnicodeUTF16LEFormat encoding. This constant specifies little-endian byte order. KCFStringEncodingUTF16LE CFStringBuiltInEncodings = 335544576 // An encoding constant that identifies kTextEncodingUnicodeDefault + kUnicodeUTF32Format encoding. KCFStringEncodingUTF32 CFStringBuiltInEncodings = 201326848 // An encoding constant that identifies kTextEncodingUnicodeDefault + kUnicodeUTF32BEFormat encoding. This constant specifies big-endian byte order. KCFStringEncodingUTF32BE CFStringBuiltInEncodings = 402653440 // An encoding constant that identifies kTextEncodingUnicodeDefault + kUnicodeUTF32LEFormat encoding. This constant specifies little-endian byte order. KCFStringEncodingUTF32LE CFStringBuiltInEncodings = 469762304 )
func (CFStringBuiltInEncodings) String ¶
func (e CFStringBuiltInEncodings) String() string
type CFStringCompareFlags ¶
type CFStringCompareFlags int64
A CFOptionFlags type for specifying options for string comparison .
const ( // Specifies that the comparison should ignore differences in case between alphabetical characters. KCFCompareCaseInsensitive CFStringCompareFlags = 1 // Specifies that the comparison should start at the last elements of the entities being compared (for example, strings or arrays). KCFCompareBackwards CFStringCompareFlags = 4 // Performs searching only on characters at the beginning or end of the range. KCFCompareAnchored CFStringCompareFlags = 8 // Specifies that loose equivalence is acceptable, especially as pertains to diacritical marks. KCFCompareNonliteral CFStringCompareFlags = 16 // Specifies that the comparison should take into account differences related to locale, such as the thousands separator character. KCFCompareLocalized CFStringCompareFlags = 32 // Specifies that represented numeric values should be used as the basis for comparison and not the actual character values. KCFCompareNumerically CFStringCompareFlags = 64 // Specifies that the comparison should ignore diacritic markers. KCFCompareDiacriticInsensitive CFStringCompareFlags = 128 // Specifies that the comparison should ignore width differences. KCFCompareWidthInsensitive CFStringCompareFlags = 256 // Specifies that the comparison is forced to return either kCFCompareLessThan or kCFCompareGreaterThan if the strings are equivalent but not strictly equal. KCFCompareForcedOrdering CFStringCompareFlags = 512 )
func (CFStringCompareFlags) String ¶
func (e CFStringCompareFlags) String() string
type CFStringEncodings ¶
type CFStringEncodings int64
Index type for constants used to specify external string encodings.
const ( KCFStringEncodingMacJapanese CFStringEncodings = 1 KCFStringEncodingMacChineseTrad CFStringEncodings = 2 KCFStringEncodingMacKorean CFStringEncodings = 3 KCFStringEncodingMacArabic CFStringEncodings = 4 KCFStringEncodingMacHebrew CFStringEncodings = 5 KCFStringEncodingMacGreek CFStringEncodings = 6 KCFStringEncodingMacCyrillic CFStringEncodings = 7 KCFStringEncodingMacDevanagari CFStringEncodings = 9 KCFStringEncodingMacGurmukhi CFStringEncodings = 10 KCFStringEncodingMacGujarati CFStringEncodings = 11 KCFStringEncodingMacOriya CFStringEncodings = 12 KCFStringEncodingMacBengali CFStringEncodings = 13 KCFStringEncodingMacTamil CFStringEncodings = 14 KCFStringEncodingMacTelugu CFStringEncodings = 15 KCFStringEncodingMacKannada CFStringEncodings = 16 KCFStringEncodingMacMalayalam CFStringEncodings = 17 KCFStringEncodingMacSinhalese CFStringEncodings = 18 KCFStringEncodingMacBurmese CFStringEncodings = 19 KCFStringEncodingMacKhmer CFStringEncodings = 20 KCFStringEncodingMacThai CFStringEncodings = 21 KCFStringEncodingMacLaotian CFStringEncodings = 22 KCFStringEncodingMacGeorgian CFStringEncodings = 23 KCFStringEncodingMacArmenian CFStringEncodings = 24 KCFStringEncodingMacChineseSimp CFStringEncodings = 25 KCFStringEncodingMacTibetan CFStringEncodings = 26 KCFStringEncodingMacMongolian CFStringEncodings = 27 KCFStringEncodingMacEthiopic CFStringEncodings = 28 KCFStringEncodingMacCentralEurRoman CFStringEncodings = 29 KCFStringEncodingMacVietnamese CFStringEncodings = 30 KCFStringEncodingMacExtArabic CFStringEncodings = 31 KCFStringEncodingMacSymbol CFStringEncodings = 33 KCFStringEncodingMacDingbats CFStringEncodings = 34 KCFStringEncodingMacTurkish CFStringEncodings = 35 KCFStringEncodingMacCroatian CFStringEncodings = 36 KCFStringEncodingMacIcelandic CFStringEncodings = 37 KCFStringEncodingMacRomanian CFStringEncodings = 38 KCFStringEncodingMacCeltic CFStringEncodings = 39 KCFStringEncodingMacGaelic CFStringEncodings = 40 // Like MacArabic but uses Farsi digits. KCFStringEncodingMacFarsi CFStringEncodings = 140 KCFStringEncodingMacUkrainian CFStringEncodings = 152 KCFStringEncodingMacInuit CFStringEncodings = 236 // VT100102 font from Comm Toolbox: Latin-1 repertoire + box drawing etc. KCFStringEncodingMacVT100 CFStringEncodings = 252 // Meta-value, should never appear in a table. KCFStringEncodingMacHFS CFStringEncodings = 255 // ISO 8859-2. KCFStringEncodingISOLatin2 CFStringEncodings = 514 // ISO 8859-3. KCFStringEncodingISOLatin3 CFStringEncodings = 515 // ISO 8859-4. KCFStringEncodingISOLatin4 CFStringEncodings = 516 // ISO 8859-5. KCFStringEncodingISOLatinCyrillic CFStringEncodings = 517 // ISO 8859-6, =ASMO 708, =DOS CP 708. KCFStringEncodingISOLatinArabic CFStringEncodings = 518 // ISO 8859-7. KCFStringEncodingISOLatinGreek CFStringEncodings = 519 // ISO 8859-8. KCFStringEncodingISOLatinHebrew CFStringEncodings = 520 // ISO 8859-9. KCFStringEncodingISOLatin5 CFStringEncodings = 521 // ISO 8859-10. KCFStringEncodingISOLatin6 CFStringEncodings = 522 // ISO 8859-11. KCFStringEncodingISOLatinThai CFStringEncodings = 523 // ISO 8859-13. KCFStringEncodingISOLatin7 CFStringEncodings = 525 // ISO 8859-14. KCFStringEncodingISOLatin8 CFStringEncodings = 526 // ISO 8859-15. KCFStringEncodingISOLatin9 CFStringEncodings = 527 // ISO 8859-16. KCFStringEncodingISOLatin10 CFStringEncodings = 528 // Code page 437. KCFStringEncodingDOSLatinUS CFStringEncodings = 1024 // Code page 737 (formerly code page 437G). KCFStringEncodingDOSGreek CFStringEncodings = 1029 // Code page 775. KCFStringEncodingDOSBalticRim CFStringEncodings = 1030 // Code page 850, “Multilingual”. KCFStringEncodingDOSLatin1 CFStringEncodings = 1040 // Code page 851. KCFStringEncodingDOSGreek1 CFStringEncodings = 1041 // Code page 852, Slavic. KCFStringEncodingDOSLatin2 CFStringEncodings = 1042 // Code page 855, IBM Cyrillic. KCFStringEncodingDOSCyrillic CFStringEncodings = 1043 // Code page 857, IBM Turkish. KCFStringEncodingDOSTurkish CFStringEncodings = 1044 // Code page 860. KCFStringEncodingDOSPortuguese CFStringEncodings = 1045 // Code page 861. KCFStringEncodingDOSIcelandic CFStringEncodings = 1046 // Code page 862. KCFStringEncodingDOSHebrew CFStringEncodings = 1047 // Code page 863. KCFStringEncodingDOSCanadianFrench CFStringEncodings = 1048 // Code page 864. KCFStringEncodingDOSArabic CFStringEncodings = 1049 // Code page 865. KCFStringEncodingDOSNordic CFStringEncodings = 1050 // Code page 866. KCFStringEncodingDOSRussian CFStringEncodings = 1051 // Code page 869, IBM Modern Greek. KCFStringEncodingDOSGreek2 CFStringEncodings = 1052 // Code page 874, also for Windows. KCFStringEncodingDOSThai CFStringEncodings = 1053 // Code page 932, also for Windows. KCFStringEncodingDOSJapanese CFStringEncodings = 1056 // Code page 936, also for Windows. KCFStringEncodingDOSChineseSimplif CFStringEncodings = 1057 // Code page 949, also for Windows; Unified Hangul Code. KCFStringEncodingDOSKorean CFStringEncodings = 1058 // Code page 950, also for Windows. KCFStringEncodingDOSChineseTrad CFStringEncodings = 1059 // Code page 1250, Central Europe. KCFStringEncodingWindowsLatin2 CFStringEncodings = 1281 // Code page 1251, Slavic Cyrillic. KCFStringEncodingWindowsCyrillic CFStringEncodings = 1282 // Code page 1253. KCFStringEncodingWindowsGreek CFStringEncodings = 1283 // Code page 1254, Turkish. KCFStringEncodingWindowsLatin5 CFStringEncodings = 1284 // Code page 1255. KCFStringEncodingWindowsHebrew CFStringEncodings = 1285 // Code page 1256. KCFStringEncodingWindowsArabic CFStringEncodings = 1286 // Code page 1257. KCFStringEncodingWindowsBalticRim CFStringEncodings = 1287 // Code page 1258. KCFStringEncodingWindowsVietnamese CFStringEncodings = 1288 // Code page 1361, for Windows NT. KCFStringEncodingWindowsKoreanJohab CFStringEncodings = 1296 // ANSEL (ANSI Z39.47). KCFStringEncodingANSEL CFStringEncodings = 1537 KCFStringEncodingJIS_X0201_76 CFStringEncodings = 1568 KCFStringEncodingJIS_X0208_83 CFStringEncodings = 1569 KCFStringEncodingJIS_X0208_90 CFStringEncodings = 1570 KCFStringEncodingJIS_X0212_90 CFStringEncodings = 1571 KCFStringEncodingJIS_C6226_78 CFStringEncodings = 1572 // Shift-JIS format encoding of JIS X0213 planes 1 and 2. KCFStringEncodingShiftJIS_X0213 CFStringEncodings = 1576 // JIS X0213 in plane-row-column notation. KCFStringEncodingShiftJIS_X0213_MenKuTen CFStringEncodings = 1577 KCFStringEncodingGB_2312_80 CFStringEncodings = 1584 // Annex to GB 13000-93; for Windows 95. KCFStringEncodingGBK_95 CFStringEncodings = 1585 KCFStringEncodingGB_18030_2000 CFStringEncodings = 1586 // Same as KSC 5601-92 without Johab annex. KCFStringEncodingKSC_5601_87 CFStringEncodings = 1600 // KSC 5601-92 Johab annex. KCFStringEncodingKSC_5601_92_Johab CFStringEncodings = 1601 // CNS 11643-1992 plane 1. KCFStringEncodingCNS_11643_92_P1 CFStringEncodings = 1617 // CNS 11643-1992 plane 2. KCFStringEncodingCNS_11643_92_P2 CFStringEncodings = 1618 // CNS 11643-1992 plane 3 (was plane 14 in 1986 version). KCFStringEncodingCNS_11643_92_P3 CFStringEncodings = 1619 KCFStringEncodingISO_2022_JP CFStringEncodings = 2080 KCFStringEncodingISO_2022_JP_2 CFStringEncodings = 2081 // RFC 2237. KCFStringEncodingISO_2022_JP_1 CFStringEncodings = 2082 // JIS X0213. KCFStringEncodingISO_2022_JP_3 CFStringEncodings = 2083 KCFStringEncodingISO_2022_CN CFStringEncodings = 2096 KCFStringEncodingISO_2022_CN_EXT CFStringEncodings = 2097 KCFStringEncodingISO_2022_KR CFStringEncodings = 2112 // ISO 646, 1-byte katakana, JIS 208, JIS 212. KCFStringEncodingEUC_JP CFStringEncodings = 2336 // ISO 646, GB 2312-80. KCFStringEncodingEUC_CN CFStringEncodings = 2352 // ISO 646, CNS 11643-1992 Planes 1-16. KCFStringEncodingEUC_TW CFStringEncodings = 2353 // ISO 646, KS C 5601-1987. KCFStringEncodingEUC_KR CFStringEncodings = 2368 // Plain Shift-JIS. KCFStringEncodingShiftJIS CFStringEncodings = 2561 // Russian internet standard. KCFStringEncodingKOI8_R CFStringEncodings = 2562 // Big-5 (has variants) KCFStringEncodingBig5 CFStringEncodings = 2563 // Mac OS Roman permuted to align with ISO Latin-1. KCFStringEncodingMacRomanLatin1 CFStringEncodings = 2564 // HZ (RFC 1842, for Chinese mail & news). KCFStringEncodingHZ_GB_2312 CFStringEncodings = 2565 // Big-5 with Hong Kong special char set supplement. KCFStringEncodingBig5_HKSCS_1999 CFStringEncodings = 2566 // RFC 1456, Vietnamese. KCFStringEncodingVISCII CFStringEncodings = 2567 // RFC 2319, Ukrainian. KCFStringEncodingKOI8_U CFStringEncodings = 2568 // Taiwan Big-5E standard. KCFStringEncodingBig5_E CFStringEncodings = 2569 // NextStep Japanese encoding. KCFStringEncodingNextStepJapanese CFStringEncodings = 2818 // basic EBCDIC-US KCFStringEncodingEBCDIC_US CFStringEncodings = 3073 // code page 037, extended EBCDIC (Latin-1 set) for US, Canada. KCFStringEncodingEBCDIC_CP037 CFStringEncodings = 3074 // kTextEncodingUnicodeDefault + kUnicodeUTF7Format RFC2152. KCFStringEncodingUTF7 CFStringEncodings = 67109120 // UTF-7 (IMAP folder variant) RFC3501. KCFStringEncodingUTF7_IMAP CFStringEncodings = 2576 // Shift-JIS format encoding of JIS X0213 planes 1 and 2. KCFStringEncodingShiftJIS_X0213_00 CFStringEncodings = 1576 )
func (CFStringEncodings) String ¶
func (e CFStringEncodings) String() string
type CFStringInlineBuffer ¶
type CFStringInlineBuffer struct {
Buffer [64]uint16
TheString unsafe.Pointer
DirectUniCharBuffer *uint16
DirectCStringBuffer string
RangeToBuffer CFRange
BufferedRangeStart int
BufferedRangeEnd int
}
Defines the buffer and related fields used for in-line buffer access of characters in CFString objects.
type CFStringNormalizationForm ¶
type CFStringNormalizationForm int64
Unicode normalization forms as described in Unicode Technical Report #15.
const ( // Canonical decomposition. KCFStringNormalizationFormD CFStringNormalizationForm = 0 // Compatibility decomposition. KCFStringNormalizationFormKD CFStringNormalizationForm = 1 // Canonical decomposition followed by canonical composition. KCFStringNormalizationFormC CFStringNormalizationForm = 2 // Compatibility decomposition followed by canonical composition. KCFStringNormalizationFormKC CFStringNormalizationForm = 3 )
func (CFStringNormalizationForm) String ¶
func (e CFStringNormalizationForm) String() string
type CFStringTokenizer ¶
type CFStringTokenizer struct{}
C struct: __CFStringTokenizer CFStringTokenizer is an opaque type.
type CFStringTokenizerTokenType ¶
type CFStringTokenizerTokenType int64
Token types returned by CFStringTokenizerGoToTokenAtIndex and CFStringTokenizerAdvanceToNextToken.
const ( // Has no token. KCFStringTokenizerTokenNone CFStringTokenizerTokenType = 0 // Has a normal token. KCFStringTokenizerTokenNormal CFStringTokenizerTokenType = 1 // Compound token which may contain subtokens but with no derived subtokens. KCFStringTokenizerTokenHasSubTokensMask CFStringTokenizerTokenType = 2 // Compound token which may contain derived subtokens. KCFStringTokenizerTokenHasDerivedSubTokensMask CFStringTokenizerTokenType = 4 // Appears to contain a number. KCFStringTokenizerTokenHasHasNumbersMask CFStringTokenizerTokenType = 8 // Contains punctuation, symbols, and so on. KCFStringTokenizerTokenHasNonLettersMask CFStringTokenizerTokenType = 16 // Contains kana and/or ideographs. KCFStringTokenizerTokenIsCJWordMask CFStringTokenizerTokenType = 32 )
func CFStringTokenizerAdvanceToNextToken ¶
func CFStringTokenizerAdvanceToNextToken(tokenizer unsafe.Pointer) CFStringTokenizerTokenType
func CFStringTokenizerGoToTokenAtIndex ¶
func CFStringTokenizerGoToTokenAtIndex(tokenizer unsafe.Pointer, index int) CFStringTokenizerTokenType
func (CFStringTokenizerTokenType) String ¶
func (e CFStringTokenizerTokenType) String() string
type CFSwappedFloat32 ¶
type CFSwappedFloat32 struct {
V uint32
}
Structure holding a 32-bit float value in a platform-independentbyte order.
func CFConvertFloat32HostToSwapped ¶
func CFConvertFloat32HostToSwapped(arg float32) CFSwappedFloat32
func CFConvertFloatHostToSwapped ¶
func CFConvertFloatHostToSwapped(arg float32) CFSwappedFloat32
type CFSwappedFloat64 ¶
type CFSwappedFloat64 struct {
V uint64
}
Structure holding a 64-bit float value in a platform-independentbyte order.
func CFConvertDoubleHostToSwapped ¶
func CFConvertDoubleHostToSwapped(arg float64) CFSwappedFloat64
func CFConvertFloat64HostToSwapped ¶
func CFConvertFloat64HostToSwapped(arg float64) CFSwappedFloat64
type CFTimeZoneNameStyle ¶
type CFTimeZoneNameStyle int64
Index type for constants used to specify styles of time zone names.
const ( // Specifies the standard name style; for example, “Central Standard Time” for the Central time zone. KCFTimeZoneNameStyleStandard CFTimeZoneNameStyle = 0 // Specifies the short standard name style; for example, “CST” for the Central time zone. KCFTimeZoneNameStyleShortStandard CFTimeZoneNameStyle = 1 // Specifies the daylight saving name style; for example, “Central Daylight Time” for the Central time zone. KCFTimeZoneNameStyleDaylightSaving CFTimeZoneNameStyle = 2 // Specifies the short daylight saving name style; for example, “CDT” for the Central time zone. KCFTimeZoneNameStyleShortDaylightSaving CFTimeZoneNameStyle = 3 // Specifies the generic name style, which does not distinguish between daylight saving and standard time; for example, “Central Time” for the Central time zone. KCFTimeZoneNameStyleGeneric CFTimeZoneNameStyle = 4 // Specifies the short generic name style, which does not distinguish between daylight saving and standard time; for example, “CT” for the Central time zone. KCFTimeZoneNameStyleShortGeneric CFTimeZoneNameStyle = 5 )
func (CFTimeZoneNameStyle) String ¶
func (e CFTimeZoneNameStyle) String() string
type CFTree ¶
type CFTree struct{}
@typedef CFTreeRef This is the type of a reference to CFTrees. C struct: __CFTree CFTree is an opaque type.
type CFTreeContext ¶
type CFTreeContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
Structure containing program-defined data and callbacks for a CFTree object.
type CFURL
deprecated
type CFURL struct{}
Deprecated: Carbon File Manager is deprecated, use kCFURLPOSIXPathStyle where possible C struct: __CFURL CFURL is an opaque type.
type CFURLBookmarkCreationOptions ¶
type CFURLBookmarkCreationOptions int64
Type for bookmark data creation options.
const ( // Specifies that an alias created with the bookmark data be created with minimal information, which may make it smaller but still able to resolve in certain ways. KCFURLBookmarkCreationMinimalBookmarkMask CFURLBookmarkCreationOptions = 512 // Specifies that the bookmark data include properties required to create Finder alias files. KCFURLBookmarkCreationSuitableForBookmarkFile CFURLBookmarkCreationOptions = 1024 // Specifies that you want to create a security-scoped bookmark that, when resolved, provides a security-scoped URL allowing read/write access to a file-system resource; for use in an app that adopts App Sandbox. KCFURLBookmarkCreationWithSecurityScope CFURLBookmarkCreationOptions = 2048 // When combined with the kCFURLBookmarkCreationWithSecurityScope option, specifies that you want to create a security-scoped bookmark that, when resolved, provides a security-scoped URL allowing read-only access to a file-system resource; for use in an app that adopts App Sandbox. KCFURLBookmarkCreationSecurityScopeAllowOnlyReadAccess CFURLBookmarkCreationOptions = 4096 KCFURLBookmarkCreationWithoutImplicitSecurityScope CFURLBookmarkCreationOptions = 536870912 // Specifies that an alias created with the bookmark data prefers resolving with its embedded file ID. KCFURLBookmarkCreationPreferFileIDResolutionMask CFURLBookmarkCreationOptions = 256 )
func (CFURLBookmarkCreationOptions) String ¶
func (e CFURLBookmarkCreationOptions) String() string
type CFURLBookmarkResolutionOptions ¶
type CFURLBookmarkResolutionOptions int64
Type for bookmark data resolution options.
const ( KCFURLBookmarkResolutionWithoutUIMask CFURLBookmarkResolutionOptions = 256 KCFURLBookmarkResolutionWithoutMountingMask CFURLBookmarkResolutionOptions = 512 // Specifies that the security scope, applied to the bookmark when it was created, should be used during resolution of the bookmark data. KCFURLBookmarkResolutionWithSecurityScope CFURLBookmarkResolutionOptions = 1024 KCFURLBookmarkResolutionWithoutImplicitStartAccessing CFURLBookmarkResolutionOptions = 32768 // Specifies that no UI feedback accompany resolution of the bookmark data. KCFBookmarkResolutionWithoutUIMask CFURLBookmarkResolutionOptions = 256 // Specifies that no volume should be mounted during resolution of the bookmark data. KCFBookmarkResolutionWithoutMountingMask CFURLBookmarkResolutionOptions = 512 )
func (CFURLBookmarkResolutionOptions) String ¶
func (e CFURLBookmarkResolutionOptions) String() string
type CFURLComponentType ¶
type CFURLComponentType int64
The types of components in a URL.
const ( // The URL’s scheme. KCFURLComponentScheme CFURLComponentType = 1 // The URL’s network location. KCFURLComponentNetLocation CFURLComponentType = 2 // The URL’s path component. KCFURLComponentPath CFURLComponentType = 3 // The URL’s resource specifier. KCFURLComponentResourceSpecifier CFURLComponentType = 4 // The URL’s user. KCFURLComponentUser CFURLComponentType = 5 // The user’s password. KCFURLComponentPassword CFURLComponentType = 6 // The user’s information. KCFURLComponentUserInfo CFURLComponentType = 7 // The URL’s host. KCFURLComponentHost CFURLComponentType = 8 // The URL’s port. KCFURLComponentPort CFURLComponentType = 9 // The URL’s parameter string. KCFURLComponentParameterString CFURLComponentType = 10 // The URL’s query. KCFURLComponentQuery CFURLComponentType = 11 // The URL’s fragment. KCFURLComponentFragment CFURLComponentType = 12 )
func (CFURLComponentType) String ¶
func (e CFURLComponentType) String() string
type CFURLEnumerator ¶
type CFURLEnumerator struct{}
C struct: __CFURLEnumerator CFURLEnumerator is an opaque type.
type CFURLEnumeratorOptions ¶
type CFURLEnumeratorOptions int64
Options for controlling enumerator behavior.
const ( // The enumerator performs its default behavior. KCFURLEnumeratorDefaultBehavior CFURLEnumeratorOptions = 0 // The enumerator recurses into each subdirectory enumerated. KCFURLEnumeratorDescendRecursively CFURLEnumeratorOptions = 1 // The enumerator skips “hidden” or “invisible” objects. KCFURLEnumeratorSkipInvisibles CFURLEnumeratorOptions = 2 // The enumerator generates file reference URLs instead of file path URLs. KCFURLEnumeratorGenerateFileReferenceURLs CFURLEnumeratorOptions = 4 // The enumerator skips package directory contents. KCFURLEnumeratorSkipPackageContents CFURLEnumeratorOptions = 8 // If provided along with the kCFURLEnumeratorDescendRecursively option, the recursive enumerator returns a directory’s URL before returning the URLs of the directory’s descendents. KCFURLEnumeratorIncludeDirectoriesPreOrder CFURLEnumeratorOptions = 16 // If provided along with the kCFURLEnumeratorDescendRecursively option, the recursive enumerator returns a directory’s URL after returning the URLs of the directory’s descendents. KCFURLEnumeratorIncludeDirectoriesPostOrder CFURLEnumeratorOptions = 32 KCFURLEnumeratorGenerateRelativePathURLs CFURLEnumeratorOptions = 64 )
func (CFURLEnumeratorOptions) String ¶
func (e CFURLEnumeratorOptions) String() string
type CFURLEnumeratorResult ¶
type CFURLEnumeratorResult int64
Result codes from the CFURLEnumeratorGetNextURL function.
const ( // The enumerator was advanced successfully and returned a valid URL. KCFURLEnumeratorSuccess CFURLEnumeratorResult = 1 // The enumeration is complete. KCFURLEnumeratorEnd CFURLEnumeratorResult = 2 // An error occurred during enumeration. The error parameter of the function is populated with error information. KCFURLEnumeratorError CFURLEnumeratorResult = 3 // The recursive post-order enumerator returned the URL for a directory after having returned the URLs for all of the directory’s descendents. KCFURLEnumeratorDirectoryPostOrderSuccess CFURLEnumeratorResult = 4 )
func (CFURLEnumeratorResult) String ¶
func (e CFURLEnumeratorResult) String() string
type CFURLError ¶
type CFURLError int64
CFURL error codes. Deprecated: Use CFError codes instead
const ( // Indicates an unknown error. KCFURLUnknownError CFURLError = -10 // Indicates that the scheme is not recognized. KCFURLUnknownSchemeError CFURLError = -11 // Indicates a resource was not found. KCFURLResourceNotFoundError CFURLError = -12 // Indicates an error in accessing a resource. KCFURLResourceAccessViolationError CFURLError = -13 KCFURLRemoteHostUnavailableError CFURLError = -14 // Indicates one or more arguments are improper. KCFURLImproperArgumentsError CFURLError = -15 // Indicates a property key is unknown. KCFURLUnknownPropertyKeyError CFURLError = -16 KCFURLPropertyKeyUnavailableError CFURLError = -17 // Indicates a timeout. KCFURLTimeoutError CFURLError = -18 )
func (CFURLError) String ¶
func (e CFURLError) String() string
type CFURLPathStyle ¶
type CFURLPathStyle int64
Options you can use to determine how CFURL functions parse a file system path name.
const ( // Indicates a POSIX style path name. Components are slash delimited. A leading slash indicates an absolute path; a trailing slash is not significant. KCFURLPOSIXPathStyle CFURLPathStyle = 0 // Indicates a HFS style path name. Components are colon delimited. A leading colon indicates a relative path, otherwise the first path component denotes the volume. KCFURLHFSPathStyle CFURLPathStyle = 1 // Indicates a Windows style path name. KCFURLWindowsPathStyle CFURLPathStyle = 2 )
func (CFURLPathStyle) String ¶
func (e CFURLPathStyle) String() string
type CFUUIDBytes ¶
type CFUUIDBytes struct {
Byte0 uint8
Byte1 uint8
Byte2 uint8
Byte3 uint8
Byte4 uint8
Byte5 uint8
Byte6 uint8
Byte7 uint8
Byte8 uint8
Byte9 uint8
Byte10 uint8
Byte11 uint8
Byte12 uint8
Byte13 uint8
Byte14 uint8
Byte15 uint8
}
A 128-bit struct that represents a UUID as raw bytes.
func CFUUIDGetUUIDBytes ¶
func CFUUIDGetUUIDBytes(uuid unsafe.Pointer) CFUUIDBytes
type CFUserNotification ¶
type CFUserNotification struct{}
C struct: __CFUserNotification CFUserNotification is an opaque type.
type CFWriteStream ¶
type CFWriteStream struct{}
C struct: __CFWriteStream CFWriteStream is an opaque type.
type CFXMLAttributeDeclarationInfo ¶
type CFXMLAttributeDeclarationInfo struct {
AttributeName unsafe.Pointer
TypeString unsafe.Pointer
DefaultString unsafe.Pointer
}
Contains information about an element attribute definition.
type CFXMLAttributeListDeclarationInfo ¶
type CFXMLAttributeListDeclarationInfo struct {
NumberOfAttributes int
Attributes *CFXMLAttributeDeclarationInfo
}
Contains a list of the attributes associated with an element.
type CFXMLDocumentInfo ¶
Contains the source URL and text encoding information for the XML document.
type CFXMLDocumentTypeInfo ¶
type CFXMLDocumentTypeInfo struct {
ExternalID CFXMLExternalID
}
Contains the external ID of the DTD.
type CFXMLElementInfo ¶
type CFXMLElementInfo struct {
Attributes unsafe.Pointer
AttributeOrder unsafe.Pointer
IsEmpty uint8
}
Contains a list of element attributes packaged as CFDictionary key/value pairs.
type CFXMLElementTypeDeclarationInfo ¶
Contains a description of the element type.
type CFXMLEntityInfo ¶
type CFXMLEntityInfo struct {
EntityType CFXMLEntityTypeCode
ReplacementText unsafe.Pointer
EntityID CFXMLExternalID
NotationName unsafe.Pointer
}
Contains information describing an XML entity.
type CFXMLEntityReferenceInfo ¶
type CFXMLEntityReferenceInfo struct {
EntityType CFXMLEntityTypeCode
}
Contains information describing an XML entity reference.
type CFXMLEntityTypeCode ¶
type CFXMLEntityTypeCode int64
The entity type identification codes that the parser uses to describe XML entities.
const ( // Implies a parsed, internal entity. KCFXMLEntityTypeParameter CFXMLEntityTypeCode = 0 // Indicates a parsed, internal entity. KCFXMLEntityTypeParsedInternal CFXMLEntityTypeCode = 1 // Indicates a parsed, external entity. KCFXMLEntityTypeParsedExternal CFXMLEntityTypeCode = 2 // Indicates an unparsed entity. KCFXMLEntityTypeUnparsed CFXMLEntityTypeCode = 3 // Indicates a character entity type. KCFXMLEntityTypeCharacter CFXMLEntityTypeCode = 4 )
func (CFXMLEntityTypeCode) String ¶
func (e CFXMLEntityTypeCode) String() string
type CFXMLExternalID ¶
Contains the system and public IDs for an external entity reference.
type CFXMLNodeTypeCode ¶
type CFXMLNodeTypeCode int64
The various XML data type identification codes that the parser uses to describe XML structures.
const ( // Indicates a document where the data string is NULL and the additional information is a pointer to a CFXMLDocumentInfo structure. KCFXMLNodeTypeDocument CFXMLNodeTypeCode = 1 // Indicates an element where the data string is the name of the tag and the additional information is a pointer to a CFXMLElementInfo structure. KCFXMLNodeTypeElement CFXMLNodeTypeCode = 2 // Currently not used. KCFXMLNodeTypeAttribute CFXMLNodeTypeCode = 3 // Indicates a processing instruction where the data string is the name of the target and the additional information is a pointer to a CFXMLProcessingInstructionInfo structure. KCFXMLNodeTypeProcessingInstruction CFXMLNodeTypeCode = 4 // Indicates a comment section where the data string is the text of the comment and the additional information is NULL. KCFXMLNodeTypeComment CFXMLNodeTypeCode = 5 // Indicates a text section where the data string is the text’s contents and the additional information is NULL. KCFXMLNodeTypeText CFXMLNodeTypeCode = 6 // Indicates a CDATA section where the data string is the text of the CDATA and the additional information is NULL. KCFXMLNodeTypeCDATASection CFXMLNodeTypeCode = 7 // Currently not used. KCFXMLNodeTypeDocumentFragment CFXMLNodeTypeCode = 8 // Indicates an entity where the data string is the name of the entity and the additional information is a pointer to a CFXMLEntityInfo structure. KCFXMLNodeTypeEntity CFXMLNodeTypeCode = 9 // Indicates an entity reference where the data string is the name of the referenced entity and the additional information is a pointer to a CFXMLEntityReferenceInfo structure. KCFXMLNodeTypeEntityReference CFXMLNodeTypeCode = 10 // Indicates a document type where the data string is the name given to the top-level element and the additional information is a pointer to a CFXMLDocumentTypeInfo structure. KCFXMLNodeTypeDocumentType CFXMLNodeTypeCode = 11 // Indicates white space where the data string is the text of the white space and the additional information is NULL. KCFXMLNodeTypeWhitespace CFXMLNodeTypeCode = 12 // Indicates a notation where the data string is the notation name and the additional information is a pointer to a CFXMLNotationInfo structure. KCFXMLNodeTypeNotation CFXMLNodeTypeCode = 13 // Indicates an element type declaration where the data string is the tag name and the additional information is a pointer to a CFXMLElementTypeDeclarationInfo structure. KCFXMLNodeTypeElementTypeDeclaration CFXMLNodeTypeCode = 14 // Indicates an attribute list declaration where the data string is the tag name and the additional information is a pointer to a CFXMLAttributeListDeclarationInfo structure. KCFXMLNodeTypeAttributeListDeclaration CFXMLNodeTypeCode = 15 )
func CFXMLNodeGetTypeCode
deprecated
func CFXMLNodeGetTypeCode(node unsafe.Pointer) CFXMLNodeTypeCode
Deprecated: since macOS 10.8.
func (CFXMLNodeTypeCode) String ¶
func (e CFXMLNodeTypeCode) String() string
type CFXMLNotationInfo ¶
type CFXMLNotationInfo struct {
ExternalID CFXMLExternalID
}
Contains the external ID of the notation.
type CFXMLParserCallBacks ¶
type CFXMLParserCallBacks struct {
Version int
CreateXMLStructure unsafe.Pointer
AddChild unsafe.Pointer
EndXMLStructure unsafe.Pointer
ResolveExternalEntity unsafe.Pointer
HandleError unsafe.Pointer
}
Contains version information and function pointers to callbacks needed when parsing XML.
type CFXMLParserContext ¶
type CFXMLParserContext struct {
Version int
Info unsafe.Pointer
Retain unsafe.Pointer
Release unsafe.Pointer
CopyDescription unsafe.Pointer
}
Contains version information and function pointers to callbacks used when handling a program-defined context.
type CFXMLParserOptions ¶
type CFXMLParserOptions int64
Options you can use to control the parser’s treatment of an XML document.
const ( // Validates the document against its grammar from the DTD, reporting any errors. Currently not supported. KCFXMLParserValidateDocument CFXMLParserOptions = 1 // Silently skip over metadata constructs (the DTD and comments). KCFXMLParserSkipMetaData CFXMLParserOptions = 2 // Replaces declared entities like <. Note that other than the 5 predefined entities (lt, gt, quot, amp, apos), these must be defined in the DTD. Currently not supported. KCFXMLParserReplacePhysicalEntities CFXMLParserOptions = 4 KCFXMLParserSkipWhitespace CFXMLParserOptions = 8 // Resolves all external entities. KCFXMLParserResolveExternalEntities CFXMLParserOptions = 16 // Where the DTD specifies implied attribute-value pairs for a particular element, add those pairs to any occurrences of the element in the element tree. Currently not supported. KCFXMLParserAddImpliedAttributes CFXMLParserOptions = 32 // Makes the parser do the most work, returning only the pure elementtree. KCFXMLParserAllOptions CFXMLParserOptions = 16777215 // Leaves the XML as “intact” as possible (reports all structures; performs no replacements). KCFXMLParserNoOptions CFXMLParserOptions = 0 )
func (CFXMLParserOptions) String ¶
func (e CFXMLParserOptions) String() string
type CFXMLParserStatusCode ¶
type CFXMLParserStatusCode int64
The various status and error flags that can be returned by the parser.
const ( // Indicates the parser has not begun. KCFXMLStatusParseNotBegun CFXMLParserStatusCode = -2 // Indicates the parser is in progress. KCFXMLStatusParseInProgress CFXMLParserStatusCode = -1 // Indicates the parser was successful. KCFXMLStatusParseSuccessful CFXMLParserStatusCode = 0 // Indicates an unexpected EOF occurred. KCFXMLErrorUnexpectedEOF CFXMLParserStatusCode = 1 // Indicates an unknown encoding error. KCFXMLErrorUnknownEncoding CFXMLParserStatusCode = 2 // Indicates an encoding conversion error. KCFXMLErrorEncodingConversionFailure CFXMLParserStatusCode = 3 // Indicates a malformed processing instruction. KCFXMLErrorMalformedProcessingInstruction CFXMLParserStatusCode = 4 // Indicates a malformed DTD. KCFXMLErrorMalformedDTD CFXMLParserStatusCode = 5 // Indicates a malformed name. KCFXMLErrorMalformedName CFXMLParserStatusCode = 6 // Indicates a malformed CDATA section. KCFXMLErrorMalformedCDSect CFXMLParserStatusCode = 7 // Indicates a malformed close tag. KCFXMLErrorMalformedCloseTag CFXMLParserStatusCode = 8 // Indicates a malformed start tag. KCFXMLErrorMalformedStartTag CFXMLParserStatusCode = 9 // Indicates a malformed document. KCFXMLErrorMalformedDocument CFXMLParserStatusCode = 10 // Indicates a document containing no elements. KCFXMLErrorElementlessDocument CFXMLParserStatusCode = 11 // Indicates a malformed comment. KCFXMLErrorMalformedComment CFXMLParserStatusCode = 12 // Indicates a malformed character reference. KCFXMLErrorMalformedCharacterReference CFXMLParserStatusCode = 13 // Indicates malformed character data. KCFXMLErrorMalformedParsedCharacterData CFXMLParserStatusCode = 14 // Indicates a no data error. KCFXMLErrorNoData CFXMLParserStatusCode = 15 )
func CFXMLParserGetStatusCode
deprecated
func CFXMLParserGetStatusCode(parser unsafe.Pointer) CFXMLParserStatusCode
Deprecated: since macOS 10.8.
func (CFXMLParserStatusCode) String ¶
func (e CFXMLParserStatusCode) String() string
type CFXMLProcessingInstructionInfo ¶
Contains the text of the processing instruction.
type CGAffineTransform ¶
type CGRectEdge ¶
type CGRectEdge int64
const ( CGRectMinXEdge CGRectEdge = 0 CGRectMinYEdge CGRectEdge = 1 CGRectMaxXEdge CGRectEdge = 2 CGRectMaxYEdge CGRectEdge = 3 )
func (CGRectEdge) String ¶
func (e CGRectEdge) String() string
type Dispatch_autorelease_frequency_t ¶
type Dispatch_autorelease_frequency_t uint64
const ( DISPATCH_AUTORELEASE_FREQUENCY_INHERIT Dispatch_autorelease_frequency_t = 0 DISPATCH_AUTORELEASE_FREQUENCY_WORK_ITEM Dispatch_autorelease_frequency_t = 1 DISPATCH_AUTORELEASE_FREQUENCY_NEVER Dispatch_autorelease_frequency_t = 2 )
func (Dispatch_autorelease_frequency_t) String ¶
func (e Dispatch_autorelease_frequency_t) String() string
type Dispatch_block_flags_t ¶
type Dispatch_block_flags_t uint64
const ( DISPATCH_BLOCK_BARRIER Dispatch_block_flags_t = 1 DISPATCH_BLOCK_DETACHED Dispatch_block_flags_t = 2 DISPATCH_BLOCK_ASSIGN_CURRENT Dispatch_block_flags_t = 4 DISPATCH_BLOCK_NO_QOS_CLASS Dispatch_block_flags_t = 8 DISPATCH_BLOCK_INHERIT_QOS_CLASS Dispatch_block_flags_t = 16 DISPATCH_BLOCK_ENFORCE_QOS_CLASS Dispatch_block_flags_t = 32 )
func (Dispatch_block_flags_t) String ¶
func (e Dispatch_block_flags_t) String() string
type Filesec_property_t ¶
type Filesec_property_t int64
const ( FILESEC_OWNER Filesec_property_t = 1 FILESEC_GROUP Filesec_property_t = 2 FILESEC_UUID Filesec_property_t = 3 FILESEC_MODE Filesec_property_t = 4 FILESEC_ACL Filesec_property_t = 5 FILESEC_GRPUUID Filesec_property_t = 6 FILESEC_ACL_RAW Filesec_property_t = 100 FILESEC_ACL_ALLOCSIZE Filesec_property_t = 101 )
func (Filesec_property_t) String ¶
func (e Filesec_property_t) String() string
type MallocZoneT ¶
type MallocZoneT struct{}
C struct: _malloc_zone_t MallocZoneT is an opaque type.
type Mpo_flags_t ¶
type Mpo_flags_t int64
const ( MPO_PORT Mpo_flags_t = 0 MPO_SERVICE_PORT Mpo_flags_t = 1024 MPO_CONNECTION_PORT Mpo_flags_t = 2048 MPO_REPLY_PORT Mpo_flags_t = 4096 MPO_WEAK_REPLY_PORT Mpo_flags_t = 16384 MPO_NOTIFICATION_PORT Mpo_flags_t = 17408 MPO_EXCEPTION_PORT Mpo_flags_t = 32768 MPO_CONNECTION_PORT_WITH_PORT_ARRAY Mpo_flags_t = 65536 )
func (Mpo_flags_t) String ¶
func (e Mpo_flags_t) String() string
type Os_clockid_t ¶
type Os_clockid_t int64
const (
OS_CLOCK_MACH_ABSOLUTE_TIME Os_clockid_t = 32
)
func (Os_clockid_t) String ¶
func (e Os_clockid_t) String() string
type Ptrauth_key ¶
type Ptrauth_key int64
const ( Ptrauth_key_none Ptrauth_key = -1 Ptrauth_key_asia Ptrauth_key = 0 Ptrauth_key_asib Ptrauth_key = 1 Ptrauth_key_asda Ptrauth_key = 2 Ptrauth_key_asdb Ptrauth_key = 3 Ptrauth_key_process_independent_code Ptrauth_key = 0 Ptrauth_key_process_dependent_code Ptrauth_key = 1 Ptrauth_key_process_independent_data Ptrauth_key = 2 Ptrauth_key_process_dependent_data Ptrauth_key = 3 Ptrauth_key_return_address Ptrauth_key = 1 Ptrauth_key_frame_pointer Ptrauth_key = 3 Ptrauth_key_function_pointer Ptrauth_key = 0 Ptrauth_key_block_function Ptrauth_key = 0 Ptrauth_key_cxx_vtable_pointer Ptrauth_key = 2 Ptrauth_key_method_list_pointer Ptrauth_key = 2 Ptrauth_key_objc_isa_pointer Ptrauth_key = 2 Ptrauth_key_objc_super_pointer Ptrauth_key = 2 Ptrauth_key_objc_sel_pointer Ptrauth_key = 3 Ptrauth_key_objc_class_ro_pointer Ptrauth_key = 2 Ptrauth_key_block_descriptor_pointer Ptrauth_key = 2 Ptrauth_key_init_fini_pointer Ptrauth_key = 0 )
func (Ptrauth_key) String ¶
func (e Ptrauth_key) String() string
type Qos_class_t ¶
type Qos_class_t uint32
const ( QOS_CLASS_USER_INTERACTIVE Qos_class_t = 33 QOS_CLASS_USER_INITIATED Qos_class_t = 25 QOS_CLASS_DEFAULT Qos_class_t = 21 QOS_CLASS_UTILITY Qos_class_t = 17 QOS_CLASS_BACKGROUND Qos_class_t = 9 QOS_CLASS_UNSPECIFIED Qos_class_t = 0 )
func (Qos_class_t) String ¶
func (e Qos_class_t) String() string