colorsync

package
v0.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Rendered for darwin/amd64

Overview

Package colorsync provides purego-based Go bindings for the macOS ColorSync framework.

Apple documentation: https://developer.apple.com/documentation/colorsync

Index

Constants

View Source
const (
	KColorSyncAlphaInfoMask     = 31
	KColorSyncByteOrder16Big    = 12288
	KColorSyncByteOrder16Little = 4096
	KColorSyncByteOrder32Big    = 16384
	KColorSyncByteOrder32Little = 8192
	KColorSyncByteOrderDefault  = 0
	KColorSyncByteOrderMask     = 28672
)

Variables

This section is empty.

Functions

func CGDisplayCreateUUIDFromDisplayID

func CGDisplayCreateUUIDFromDisplayID(displayID uint32) unsafe.Pointer

func CGDisplayGetDisplayIDFromUUID

func CGDisplayGetDisplayIDFromUUID(uuid unsafe.Pointer) uint32

func ColorSyncAPIVersion

func ColorSyncAPIVersion() uint32

func ColorSyncCMMCopyCMMIdentifier

func ColorSyncCMMCopyCMMIdentifier(arg unsafe.Pointer) unsafe.Pointer

func ColorSyncCMMCopyLocalizedName

func ColorSyncCMMCopyLocalizedName(arg unsafe.Pointer) unsafe.Pointer

func ColorSyncCMMCreate

func ColorSyncCMMCreate(cmmBundle unsafe.Pointer) unsafe.Pointer

func ColorSyncCMMGetBundle

func ColorSyncCMMGetBundle(arg unsafe.Pointer) unsafe.Pointer

func ColorSyncCMMGetTypeID

func ColorSyncCMMGetTypeID() uint

func ColorSyncCreateCodeFragment

func ColorSyncCreateCodeFragment(profileSequence unsafe.Pointer, options unsafe.Pointer) unsafe.Pointer

func ColorSyncDeviceCopyDeviceInfo

func ColorSyncDeviceCopyDeviceInfo(deviceClass unsafe.Pointer, devID unsafe.Pointer) unsafe.Pointer

func ColorSyncDeviceSetCustomProfiles

func ColorSyncDeviceSetCustomProfiles(deviceClass unsafe.Pointer, deviceID unsafe.Pointer, profileInfo unsafe.Pointer) bool

func ColorSyncIterateDeviceProfiles

func ColorSyncIterateDeviceProfiles(callBack unsafe.Pointer, userInfo unsafe.Pointer)

func ColorSyncIterateInstalledCMMs

func ColorSyncIterateInstalledCMMs(callBack unsafe.Pointer, userInfo unsafe.Pointer)

func ColorSyncIterateInstalledProfiles

func ColorSyncIterateInstalledProfiles(callBack unsafe.Pointer, seed *uint32, userInfo unsafe.Pointer, error_ unsafe.Pointer)

func ColorSyncIterateInstalledProfilesWithOptions

func ColorSyncIterateInstalledProfilesWithOptions(callBack unsafe.Pointer, seed *uint32, userInfo unsafe.Pointer, options unsafe.Pointer, error_ unsafe.Pointer)

func ColorSyncProfileContainsTag

func ColorSyncProfileContainsTag(prof unsafe.Pointer, signature unsafe.Pointer) bool

func ColorSyncProfileCopyData

func ColorSyncProfileCopyData(prof unsafe.Pointer, error_ unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCopyDescriptionString

func ColorSyncProfileCopyDescriptionString(prof unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCopyHeader

func ColorSyncProfileCopyHeader(prof unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCopyTag

func ColorSyncProfileCopyTag(prof unsafe.Pointer, signature unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCopyTagSignatures

func ColorSyncProfileCopyTagSignatures(prof unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCreate

func ColorSyncProfileCreate(data unsafe.Pointer, error_ unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCreateDeviceProfile

func ColorSyncProfileCreateDeviceProfile(deviceClass unsafe.Pointer, deviceID unsafe.Pointer, profileID unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCreateDisplayTransferTablesFromVCGT

func ColorSyncProfileCreateDisplayTransferTablesFromVCGT(profile unsafe.Pointer, nSamplesPerChannel *uint) unsafe.Pointer
func ColorSyncProfileCreateLink(profileInfo unsafe.Pointer, options unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCreateMutable

func ColorSyncProfileCreateMutable() unsafe.Pointer

func ColorSyncProfileCreateMutableCopy

func ColorSyncProfileCreateMutableCopy(prof unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCreateWithDisplayID

func ColorSyncProfileCreateWithDisplayID(displayID uint32) unsafe.Pointer

func ColorSyncProfileCreateWithName

func ColorSyncProfileCreateWithName(name unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCreateWithURL

func ColorSyncProfileCreateWithURL(url unsafe.Pointer, error_ unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileCreateWithURLAndOptions

func ColorSyncProfileCreateWithURLAndOptions(url unsafe.Pointer, options unsafe.Pointer, error_ unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileEstimateGamma

func ColorSyncProfileEstimateGamma(prof unsafe.Pointer, error_ unsafe.Pointer) float32

func ColorSyncProfileEstimateGammaWithDisplayID

func ColorSyncProfileEstimateGammaWithDisplayID(displayID int, error_ unsafe.Pointer) float32

func ColorSyncProfileGetDisplayTransferFormulaFromVCGT

func ColorSyncProfileGetDisplayTransferFormulaFromVCGT(profile unsafe.Pointer, redMin *float32, redMax *float32, redGamma *float32, greenMin *float32, greenMax *float32, greenGamma *float32, blueMin *float32, blueMax *float32, blueGamma *float32) bool

func ColorSyncProfileGetTypeID

func ColorSyncProfileGetTypeID() uint

func ColorSyncProfileGetURL

func ColorSyncProfileGetURL(prof unsafe.Pointer, error_ unsafe.Pointer) unsafe.Pointer

func ColorSyncProfileInstall

func ColorSyncProfileInstall(profile unsafe.Pointer, domain unsafe.Pointer, subpath unsafe.Pointer, error_ unsafe.Pointer) bool

func ColorSyncProfileIsHLGBased

func ColorSyncProfileIsHLGBased(arg unsafe.Pointer) bool

func ColorSyncProfileIsMatrixBased

func ColorSyncProfileIsMatrixBased(arg unsafe.Pointer) bool

func ColorSyncProfileIsPQBased

func ColorSyncProfileIsPQBased(arg unsafe.Pointer) bool

func ColorSyncProfileIsWideGamut

func ColorSyncProfileIsWideGamut(arg unsafe.Pointer) bool

func ColorSyncProfileRemoveTag

func ColorSyncProfileRemoveTag(prof unsafe.Pointer, signature unsafe.Pointer)

func ColorSyncProfileSetHeader

func ColorSyncProfileSetHeader(prof unsafe.Pointer, header unsafe.Pointer)

func ColorSyncProfileSetTag

func ColorSyncProfileSetTag(prof unsafe.Pointer, signature unsafe.Pointer, data unsafe.Pointer)

func ColorSyncProfileUninstall

func ColorSyncProfileUninstall(profile unsafe.Pointer, error_ unsafe.Pointer) bool

func ColorSyncProfileVerify

func ColorSyncProfileVerify(prof unsafe.Pointer, errors_ unsafe.Pointer, warnings unsafe.Pointer) bool

func ColorSyncRegisterDevice

func ColorSyncRegisterDevice(deviceClass unsafe.Pointer, deviceID unsafe.Pointer, deviceInfo unsafe.Pointer) bool

func ColorSyncTransformConvert

func ColorSyncTransformConvert(transform unsafe.Pointer, width uint, height uint, dst unsafe.Pointer, dstDepth ColorSyncDataDepth, dstLayout uint32, dstBytesPerRow uint, src unsafe.Pointer, srcDepth ColorSyncDataDepth, srcLayout uint32, srcBytesPerRow uint, options unsafe.Pointer) bool

func ColorSyncTransformCopyProperty

func ColorSyncTransformCopyProperty(transform unsafe.Pointer, key unsafe.Pointer, options unsafe.Pointer) unsafe.Pointer

func ColorSyncTransformCreate

func ColorSyncTransformCreate(profileSequence unsafe.Pointer, options unsafe.Pointer) unsafe.Pointer

func ColorSyncTransformGetProfileSequence

func ColorSyncTransformGetProfileSequence(transform unsafe.Pointer) unsafe.Pointer

func ColorSyncTransformGetTypeID

func ColorSyncTransformGetTypeID() uint

func ColorSyncTransformSetProperty

func ColorSyncTransformSetProperty(transform unsafe.Pointer, key unsafe.Pointer, property unsafe.Pointer)

func ColorSyncUnregisterDevice

func ColorSyncUnregisterDevice(deviceClass unsafe.Pointer, deviceID unsafe.Pointer) bool

func KCMMApplyTransformProcName

func KCMMApplyTransformProcName() uintptr

func KCMMCreateTransformPropertyProcName

func KCMMCreateTransformPropertyProcName() uintptr

func KCMMInitializeLinkProfileProcName

func KCMMInitializeLinkProfileProcName() uintptr

func KCMMInitializeTransformProcName

func KCMMInitializeTransformProcName() uintptr

func KColorSyncACESCGLinearProfile

func KColorSyncACESCGLinearProfile() uintptr

func KColorSyncAdobeRGB1998Profile

func KColorSyncAdobeRGB1998Profile() uintptr

func KColorSyncBestQuality

func KColorSyncBestQuality() uintptr

func KColorSyncBlackPointCompensation

func KColorSyncBlackPointCompensation() uintptr

func KColorSyncCameraDeviceClass

func KColorSyncCameraDeviceClass() uintptr

func KColorSyncConversion1DLut

func KColorSyncConversion1DLut() uintptr

func KColorSyncConversion3DLut

func KColorSyncConversion3DLut() uintptr

func KColorSyncConversionBPC

func KColorSyncConversionBPC() uintptr

func KColorSyncConversionChannelID

func KColorSyncConversionChannelID() uintptr

func KColorSyncConversionGridPoints

func KColorSyncConversionGridPoints() uintptr

func KColorSyncConversionInpChan

func KColorSyncConversionInpChan() uintptr

func KColorSyncConversionMatrix

func KColorSyncConversionMatrix() uintptr

func KColorSyncConversionNDLut

func KColorSyncConversionNDLut() uintptr

func KColorSyncConversionOutChan

func KColorSyncConversionOutChan() uintptr

func KColorSyncConversionParamCurve0

func KColorSyncConversionParamCurve0() uintptr

func KColorSyncConversionParamCurve1

func KColorSyncConversionParamCurve1() uintptr

func KColorSyncConversionParamCurve2

func KColorSyncConversionParamCurve2() uintptr

func KColorSyncConversionParamCurve3

func KColorSyncConversionParamCurve3() uintptr

func KColorSyncConversionParamCurve4

func KColorSyncConversionParamCurve4() uintptr

func KColorSyncConvertQuality

func KColorSyncConvertQuality() uintptr

func KColorSyncConvertUseExtendedRange

func KColorSyncConvertUseExtendedRange() uintptr

func KColorSyncCustomProfiles

func KColorSyncCustomProfiles() uintptr

func KColorSyncDCIP3Profile

func KColorSyncDCIP3Profile() uintptr

func KColorSyncDeviceClass

func KColorSyncDeviceClass() uintptr

func KColorSyncDeviceDefaultProfileID

func KColorSyncDeviceDefaultProfileID() uintptr

func KColorSyncDeviceDescription

func KColorSyncDeviceDescription() uintptr

func KColorSyncDeviceDescriptions

func KColorSyncDeviceDescriptions() uintptr

func KColorSyncDeviceHostScope

func KColorSyncDeviceHostScope() uintptr

func KColorSyncDeviceID

func KColorSyncDeviceID() uintptr

func KColorSyncDeviceModeDescription

func KColorSyncDeviceModeDescription() uintptr

func KColorSyncDeviceModeDescriptions

func KColorSyncDeviceModeDescriptions() uintptr

func KColorSyncDeviceProfileID

func KColorSyncDeviceProfileID() uintptr

func KColorSyncDeviceProfileIsCurrent

func KColorSyncDeviceProfileIsCurrent() uintptr

func KColorSyncDeviceProfileIsDefault

func KColorSyncDeviceProfileIsDefault() uintptr

func KColorSyncDeviceProfileIsFactory

func KColorSyncDeviceProfileIsFactory() uintptr

func KColorSyncDeviceProfileURL

func KColorSyncDeviceProfileURL() uintptr

func KColorSyncDeviceProfilesNotification

func KColorSyncDeviceProfilesNotification() uintptr

func KColorSyncDeviceRegisteredNotification

func KColorSyncDeviceRegisteredNotification() uintptr

func KColorSyncDeviceUnregisteredNotification

func KColorSyncDeviceUnregisteredNotification() uintptr

func KColorSyncDeviceUserScope

func KColorSyncDeviceUserScope() uintptr

func KColorSyncDisplayDeviceClass

func KColorSyncDisplayDeviceClass() uintptr

func KColorSyncDisplayDeviceProfilesNotification

func KColorSyncDisplayDeviceProfilesNotification() uintptr

func KColorSyncDisplayP3Profile

func KColorSyncDisplayP3Profile() uintptr

func KColorSyncDoNotSubstituteProfiles

func KColorSyncDoNotSubstituteProfiles() uintptr

func KColorSyncDraftQuality

func KColorSyncDraftQuality() uintptr

func KColorSyncExtendedRange

func KColorSyncExtendedRange() uintptr

func KColorSyncFactoryProfiles

func KColorSyncFactoryProfiles() uintptr

func KColorSyncFixedPointRange

func KColorSyncFixedPointRange() uintptr

func KColorSyncGenericCMYKProfile

func KColorSyncGenericCMYKProfile() uintptr

func KColorSyncGenericGrayGamma22Profile

func KColorSyncGenericGrayGamma22Profile() uintptr

func KColorSyncGenericGrayProfile

func KColorSyncGenericGrayProfile() uintptr

func KColorSyncGenericLabProfile

func KColorSyncGenericLabProfile() uintptr

func KColorSyncGenericRGBProfile

func KColorSyncGenericRGBProfile() uintptr

func KColorSyncGenericXYZProfile

func KColorSyncGenericXYZProfile() uintptr

func KColorSyncHDRDerivative

func KColorSyncHDRDerivative() uintptr

func KColorSyncHLGDerivative

func KColorSyncHLGDerivative() uintptr

func KColorSyncITUR709Profile

func KColorSyncITUR709Profile() uintptr

func KColorSyncITUR2020Profile

func KColorSyncITUR2020Profile() uintptr

func KColorSyncNormalQuality

func KColorSyncNormalQuality() uintptr

func KColorSyncPQDerivative

func KColorSyncPQDerivative() uintptr

func KColorSyncPreferredCMM

func KColorSyncPreferredCMM() uintptr

func KColorSyncPrinterDeviceClass

func KColorSyncPrinterDeviceClass() uintptr

func KColorSyncProfile

func KColorSyncProfile() uintptr

func KColorSyncProfileCacheSeed

func KColorSyncProfileCacheSeed() uintptr

func KColorSyncProfileClass

func KColorSyncProfileClass() uintptr

func KColorSyncProfileColorSpace

func KColorSyncProfileColorSpace() uintptr

func KColorSyncProfileComputerDomain

func KColorSyncProfileComputerDomain() uintptr

func KColorSyncProfileDescription

func KColorSyncProfileDescription() uintptr

func KColorSyncProfileHeader

func KColorSyncProfileHeader() uintptr

func KColorSyncProfileHostScope

func KColorSyncProfileHostScope() uintptr

func KColorSyncProfileIsValid

func KColorSyncProfileIsValid() uintptr

func KColorSyncProfileMD5Digest

func KColorSyncProfileMD5Digest() uintptr

func KColorSyncProfilePCS

func KColorSyncProfilePCS() uintptr

func KColorSyncProfileRepositoryChangeNotification

func KColorSyncProfileRepositoryChangeNotification() uintptr

func KColorSyncProfileURL

func KColorSyncProfileURL() uintptr

func KColorSyncProfileUserDomain

func KColorSyncProfileUserDomain() uintptr

func KColorSyncProfileUserScope

func KColorSyncProfileUserScope() uintptr

func KColorSyncROMMRGBProfile

func KColorSyncROMMRGBProfile() uintptr

func KColorSyncRegistrationUpdateWindowServer

func KColorSyncRegistrationUpdateWindowServer() uintptr

func KColorSyncRenderingIntent

func KColorSyncRenderingIntent() uintptr

func KColorSyncRenderingIntentAbsolute

func KColorSyncRenderingIntentAbsolute() uintptr

func KColorSyncRenderingIntentPerceptual

func KColorSyncRenderingIntentPerceptual() uintptr

func KColorSyncRenderingIntentRelative

func KColorSyncRenderingIntentRelative() uintptr

func KColorSyncRenderingIntentSaturation

func KColorSyncRenderingIntentSaturation() uintptr

func KColorSyncRenderingIntentUseProfileHeader

func KColorSyncRenderingIntentUseProfileHeader() uintptr

func KColorSyncSRGBProfile

func KColorSyncSRGBProfile() uintptr

func KColorSyncScannerDeviceClass

func KColorSyncScannerDeviceClass() uintptr

func KColorSyncSigAToB0Tag

func KColorSyncSigAToB0Tag() uintptr

func KColorSyncSigAToB1Tag

func KColorSyncSigAToB1Tag() uintptr

func KColorSyncSigAToB2Tag

func KColorSyncSigAToB2Tag() uintptr

func KColorSyncSigAbstractClass

func KColorSyncSigAbstractClass() uintptr

func KColorSyncSigBToA0Tag

func KColorSyncSigBToA0Tag() uintptr

func KColorSyncSigBToA1Tag

func KColorSyncSigBToA1Tag() uintptr

func KColorSyncSigBToA2Tag

func KColorSyncSigBToA2Tag() uintptr

func KColorSyncSigBlueColorantTag

func KColorSyncSigBlueColorantTag() uintptr

func KColorSyncSigBlueTRCTag

func KColorSyncSigBlueTRCTag() uintptr

func KColorSyncSigCmykData

func KColorSyncSigCmykData() uintptr

func KColorSyncSigColorSpaceClass

func KColorSyncSigColorSpaceClass() uintptr

func KColorSyncSigCopyrightTag

func KColorSyncSigCopyrightTag() uintptr

func KColorSyncSigDeviceMfgDescTag

func KColorSyncSigDeviceMfgDescTag() uintptr

func KColorSyncSigDeviceModelDescTag

func KColorSyncSigDeviceModelDescTag() uintptr

func KColorSyncSigDisplayClass

func KColorSyncSigDisplayClass() uintptr

func KColorSyncSigGamutTag

func KColorSyncSigGamutTag() uintptr

func KColorSyncSigGrayData

func KColorSyncSigGrayData() uintptr

func KColorSyncSigGrayTRCTag

func KColorSyncSigGrayTRCTag() uintptr

func KColorSyncSigGreenColorantTag

func KColorSyncSigGreenColorantTag() uintptr

func KColorSyncSigGreenTRCTag

func KColorSyncSigGreenTRCTag() uintptr

func KColorSyncSigInputClass

func KColorSyncSigInputClass() uintptr

func KColorSyncSigLabData

func KColorSyncSigLabData() uintptr

func KColorSyncSigLinkClass

func KColorSyncSigLinkClass() uintptr

func KColorSyncSigMediaBlackPointTag

func KColorSyncSigMediaBlackPointTag() uintptr

func KColorSyncSigMediaWhitePointTag

func KColorSyncSigMediaWhitePointTag() uintptr

func KColorSyncSigNamedColor2Tag

func KColorSyncSigNamedColor2Tag() uintptr

func KColorSyncSigNamedColorClass

func KColorSyncSigNamedColorClass() uintptr

func KColorSyncSigOutputClass

func KColorSyncSigOutputClass() uintptr

func KColorSyncSigPreview0Tag

func KColorSyncSigPreview0Tag() uintptr

func KColorSyncSigPreview1Tag

func KColorSyncSigPreview1Tag() uintptr

func KColorSyncSigPreview2Tag

func KColorSyncSigPreview2Tag() uintptr

func KColorSyncSigProfileDescriptionTag

func KColorSyncSigProfileDescriptionTag() uintptr

func KColorSyncSigProfileSequenceDescTag

func KColorSyncSigProfileSequenceDescTag() uintptr

func KColorSyncSigRedColorantTag

func KColorSyncSigRedColorantTag() uintptr

func KColorSyncSigRedTRCTag

func KColorSyncSigRedTRCTag() uintptr

func KColorSyncSigRgbData

func KColorSyncSigRgbData() uintptr

func KColorSyncSigTechnologyTag

func KColorSyncSigTechnologyTag() uintptr

func KColorSyncSigViewingCondDescTag

func KColorSyncSigViewingCondDescTag() uintptr

func KColorSyncSigViewingConditionsTag

func KColorSyncSigViewingConditionsTag() uintptr

func KColorSyncSigXYZData

func KColorSyncSigXYZData() uintptr

func KColorSyncTransformCodeFragmentMD5

func KColorSyncTransformCodeFragmentMD5() uintptr

func KColorSyncTransformCodeFragmentType

func KColorSyncTransformCodeFragmentType() uintptr

func KColorSyncTransformCreator

func KColorSyncTransformCreator() uintptr

func KColorSyncTransformDeviceToDevice

func KColorSyncTransformDeviceToDevice() uintptr

func KColorSyncTransformDeviceToPCS

func KColorSyncTransformDeviceToPCS() uintptr

func KColorSyncTransformDstSpace

func KColorSyncTransformDstSpace() uintptr

func KColorSyncTransformFullConversionData

func KColorSyncTransformFullConversionData() uintptr

func KColorSyncTransformGamutCheck

func KColorSyncTransformGamutCheck() uintptr

func KColorSyncTransformInfo

func KColorSyncTransformInfo() uintptr

func KColorSyncTransformPCSToDevice

func KColorSyncTransformPCSToDevice() uintptr

func KColorSyncTransformPCSToPCS

func KColorSyncTransformPCSToPCS() uintptr

func KColorSyncTransformParametricConversionData

func KColorSyncTransformParametricConversionData() uintptr

func KColorSyncTransformProfileSequnce

func KColorSyncTransformProfileSequnce() uintptr

func KColorSyncTransformSimplifiedConversionData

func KColorSyncTransformSimplifiedConversionData() uintptr

func KColorSyncTransformSrcSpace

func KColorSyncTransformSrcSpace() uintptr

func KColorSyncTransformTag

func KColorSyncTransformTag() uintptr

func KColorSyncTransformUseITU709OETF

func KColorSyncTransformUseITU709OETF() uintptr

func KColorSyncWaitForCacheReply

func KColorSyncWaitForCacheReply() uintptr

func KColorSyncWebSafeColorsProfile

func KColorSyncWebSafeColorsProfile() uintptr

func SymbolAvailable

func SymbolAvailable(symbol string) bool

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_tag_t

type Acl_tag_t int64
const (
	ACL_UNDEFINED_TAG  Acl_tag_t = 0
	ACL_EXTENDED_ALLOW Acl_tag_t = 1
	ACL_EXTENDED_DENY  Acl_tag_t = 2
)

func (Acl_tag_t) String

func (e Acl_tag_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 Clockid_t

type Clockid_t int64

func (Clockid_t) String

func (e Clockid_t) String() string

type ColorSyncAlphaInfo

type ColorSyncAlphaInfo int64
const (
	KColorSyncAlphaNone               ColorSyncAlphaInfo = 0
	KColorSyncAlphaPremultipliedLast  ColorSyncAlphaInfo = 1
	KColorSyncAlphaPremultipliedFirst ColorSyncAlphaInfo = 2
	KColorSyncAlphaLast               ColorSyncAlphaInfo = 3
	KColorSyncAlphaFirst              ColorSyncAlphaInfo = 4
	KColorSyncAlphaNoneSkipLast       ColorSyncAlphaInfo = 5
	KColorSyncAlphaNoneSkipFirst      ColorSyncAlphaInfo = 6
)

func (ColorSyncAlphaInfo) String

func (e ColorSyncAlphaInfo) String() string

type ColorSyncCMM

type ColorSyncCMM struct{}

ColorSyncCMM is an opaque type.

type ColorSyncDataDepth

type ColorSyncDataDepth int64
const (
	KColorSync1BitGamut            ColorSyncDataDepth = 1
	KColorSync8BitInteger          ColorSyncDataDepth = 2
	KColorSync16BitInteger         ColorSyncDataDepth = 3
	KColorSync16BitFloat           ColorSyncDataDepth = 4
	KColorSync32BitInteger         ColorSyncDataDepth = 5
	KColorSync32BitNamedColorIndex ColorSyncDataDepth = 6
	KColorSync32BitFloat           ColorSyncDataDepth = 7
	KColorSync10BitInteger         ColorSyncDataDepth = 8
)

func (ColorSyncDataDepth) String

func (e ColorSyncDataDepth) String() string

type ColorSyncMD5

type ColorSyncMD5 struct {
	Digest [16]uint8
}

func ColorSyncProfileGetMD5

func ColorSyncProfileGetMD5(prof unsafe.Pointer) ColorSyncMD5

type ColorSyncProfile

type ColorSyncProfile struct{}

ColorSyncProfile is an opaque type.

type ColorSyncTransform

type ColorSyncTransform struct{}

ColorSyncTransform is an opaque type.

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

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 Idtype_t

type Idtype_t int64
const (
	P_ALL  Idtype_t = 0
	P_PID  Idtype_t = 1
	P_PGID Idtype_t = 2
)

func (Idtype_t) String

func (e Idtype_t) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL