diskimages2

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package diskimages2 provides Go bindings for the diskimages2 framework.

Key Types

Code generated from Apple documentation. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewErrorBlock

func NewErrorBlock(handler ErrorHandler) (objc.ID, func())

NewErrorBlock wraps a Go ErrorHandler as an Objective-C block. The caller must defer the returned cleanup function.

Used by:

Types

type BaseDiskImageCreator

type BaseDiskImageCreator struct {
	objectivec.Object
}

A parent class referenced by other diskimages2 classes. [Full Topic]

func BaseDiskImageCreatorFromID

func BaseDiskImageCreatorFromID(id objc.ID) BaseDiskImageCreator

BaseDiskImageCreatorFromID constructs a BaseDiskImageCreator from an objc.ID.

A parent class referenced by other diskimages2 classes.

func NewBaseDiskImageCreator

func NewBaseDiskImageCreator() BaseDiskImageCreator

NewBaseDiskImageCreator creates a new BaseDiskImageCreator instance.

func (BaseDiskImageCreator) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (BaseDiskImageCreator) Init

Init initializes the instance.

type BaseDiskImageCreatorClass

type BaseDiskImageCreatorClass struct {
	// contains filtered or unexported fields
}

func GetBaseDiskImageCreatorClass

func GetBaseDiskImageCreatorClass() BaseDiskImageCreatorClass

GetBaseDiskImageCreatorClass returns the class object for BaseDiskImageCreator.

func (BaseDiskImageCreatorClass) Alloc

Alloc allocates memory for a new instance of the class.

type BlankDiskImageCreator

type BlankDiskImageCreator struct {
	BaseDiskImageCreator
}

Methods

See: https://developer.apple.com/documentation/DiskImages2/BlankDiskImageCreator

func BlankDiskImageCreatorFromID

func BlankDiskImageCreatorFromID(id objc.ID) BlankDiskImageCreator

BlankDiskImageCreatorFromID constructs a BlankDiskImageCreator from an objc.ID.

func NewBlankDiskImageCreator

func NewBlankDiskImageCreator() BlankDiskImageCreator

NewBlankDiskImageCreator creates a new BlankDiskImageCreator instance.

func (BlankDiskImageCreator) Autorelease

Autorelease adds the receiver to the current autorelease pool.

func (BlankDiskImageCreator) Init

Init initializes the instance.

func (BlankDiskImageCreator) SetFileSystem

func (b BlankDiskImageCreator) SetFileSystem(value uint64)

type BlankDiskImageCreatorClass

type BlankDiskImageCreatorClass struct {
	// contains filtered or unexported fields
}

func GetBlankDiskImageCreatorClass

func GetBlankDiskImageCreatorClass() BlankDiskImageCreatorClass

GetBlankDiskImageCreatorClass returns the class object for BlankDiskImageCreator.

func (BlankDiskImageCreatorClass) Alloc

Alloc allocates memory for a new instance of the class.

type DIAttachParams

type DIAttachParams struct {
	DIBaseParams
}

Methods

See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams

func DIAttachParamsFromID

func DIAttachParamsFromID(id objc.ID) DIAttachParams

DIAttachParamsFromID constructs a DIAttachParams from an objc.ID.

func NewDIAttachParams

func NewDIAttachParams() DIAttachParams

NewDIAttachParams creates a new DIAttachParams instance.

func (DIAttachParams) Autorelease

func (d DIAttachParams) Autorelease() DIAttachParams

Autorelease adds the receiver to the current autorelease pool.

func (DIAttachParams) Init

func (d DIAttachParams) Init() DIAttachParams

Init initializes the instance.

func (DIAttachParams) SetAutoMount

func (d DIAttachParams) SetAutoMount(value bool)

func (DIAttachParams) SetCommandSize

func (d DIAttachParams) SetCommandSize(value uint64)

func (DIAttachParams) SetCustomCacheURL

func (d DIAttachParams) SetCustomCacheURL(value foundation.INSURL)

func (DIAttachParams) SetEmulateExternalDisk

func (d DIAttachParams) SetEmulateExternalDisk(value bool)

func (DIAttachParams) SetFileMode

func (d DIAttachParams) SetFileMode(value int64)

func (DIAttachParams) SetHandleRefCount

func (d DIAttachParams) SetHandleRefCount(value bool)

func (DIAttachParams) SetInputMountedFrom

func (d DIAttachParams) SetInputMountedFrom(value string)

func (DIAttachParams) SetOnDiskCache

func (d DIAttachParams) SetOnDiskCache(value bool)

func (DIAttachParams) SetRegEntryID

func (d DIAttachParams) SetRegEntryID(value uint64)

func (DIAttachParams) SetShouldValidateShadows

func (d DIAttachParams) SetShouldValidateShadows(value bool)

func (DIAttachParams) SetSingleInstanceDaemon

func (d DIAttachParams) SetSingleInstanceDaemon(value bool)

func (DIAttachParams) SetSuppressSsdFlags

func (d DIAttachParams) SetSuppressSsdFlags(value bool)

func (DIAttachParams) SetUniqueDevice

func (d DIAttachParams) SetUniqueDevice(value bool)

type DIAttachParamsClass

type DIAttachParamsClass struct {
	// contains filtered or unexported fields
}

func GetDIAttachParamsClass

func GetDIAttachParamsClass() DIAttachParamsClass

GetDIAttachParamsClass returns the class object for DIAttachParams.

func (DIAttachParamsClass) Alloc

Alloc allocates memory for a new instance of the class.

type DIBaseParams

type DIBaseParams struct {
	objectivec.Object
}

A parent class referenced by other diskimages2 classes. [Full Topic]

func DIBaseParamsFromID

func DIBaseParamsFromID(id objc.ID) DIBaseParams

DIBaseParamsFromID constructs a DIBaseParams from an objc.ID.

A parent class referenced by other diskimages2 classes.

func NewDIBaseParams

func NewDIBaseParams() DIBaseParams

NewDIBaseParams creates a new DIBaseParams instance.

func (DIBaseParams) Autorelease

func (d DIBaseParams) Autorelease() DIBaseParams

Autorelease adds the receiver to the current autorelease pool.

func (DIBaseParams) Init

func (d DIBaseParams) Init() DIBaseParams

Init initializes the instance.

type DIBaseParamsClass

type DIBaseParamsClass struct {
	// contains filtered or unexported fields
}

func GetDIBaseParamsClass

func GetDIBaseParamsClass() DIBaseParamsClass

GetDIBaseParamsClass returns the class object for DIBaseParams.

func (DIBaseParamsClass) Alloc

func (dc DIBaseParamsClass) Alloc() DIBaseParams

Alloc allocates memory for a new instance of the class.

type DICommonAttach

type DICommonAttach struct {
	objectivec.Object
}

See: https://developer.apple.com/documentation/DiskImages2/DICommonAttach

func DICommonAttachFromID

func DICommonAttachFromID(id objc.ID) DICommonAttach

DICommonAttachFromID constructs a DICommonAttach from an objc.ID.

func NewDICommonAttach

func NewDICommonAttach() DICommonAttach

NewDICommonAttach creates a new DICommonAttach instance.

func (DICommonAttach) Autorelease

func (d DICommonAttach) Autorelease() DICommonAttach

Autorelease adds the receiver to the current autorelease pool.

func (DICommonAttach) Init

func (d DICommonAttach) Init() DICommonAttach

Init initializes the instance.

type DICommonAttachClass

type DICommonAttachClass struct {
	// contains filtered or unexported fields
}

func GetDICommonAttachClass

func GetDICommonAttachClass() DICommonAttachClass

GetDICommonAttachClass returns the class object for DICommonAttach.

func (DICommonAttachClass) Alloc

Alloc allocates memory for a new instance of the class.

func (DICommonAttachClass) DiskImageAttachReadOnlyAutoMountBSDNameError

func (_DICommonAttachClass DICommonAttachClass) DiskImageAttachReadOnlyAutoMountBSDNameError(url foundation.INSURL, readOnly bool, autoMount bool, bsdName string) (bool, error)

See: https://developer.apple.com/documentation/DiskImages2/DICommonAttach/diskImageAttach:readOnly:autoMount:BSDName:error:

type DICreateASIFParams

type DICreateASIFParams struct {
	DICreateParams
}

Methods

See: https://developer.apple.com/documentation/DiskImages2/DICreateASIFParams

func DICreateASIFParamsFromID

func DICreateASIFParamsFromID(id objc.ID) DICreateASIFParams

DICreateASIFParamsFromID constructs a DICreateASIFParams from an objc.ID.

func NewDICreateASIFParams

func NewDICreateASIFParams() DICreateASIFParams

NewDICreateASIFParams creates a new DICreateASIFParams instance.

func (DICreateASIFParams) Autorelease

func (d DICreateASIFParams) Autorelease() DICreateASIFParams

Autorelease adds the receiver to the current autorelease pool.

func (DICreateASIFParams) Init

Init initializes the instance.

func (DICreateASIFParams) SetBlockSize

func (d DICreateASIFParams) SetBlockSize(value uint32)

type DICreateASIFParamsClass

type DICreateASIFParamsClass struct {
	// contains filtered or unexported fields
}

func GetDICreateASIFParamsClass

func GetDICreateASIFParamsClass() DICreateASIFParamsClass

GetDICreateASIFParamsClass returns the class object for DICreateASIFParams.

func (DICreateASIFParamsClass) Alloc

Alloc allocates memory for a new instance of the class.

type DICreateParams

type DICreateParams struct {
	objectivec.Object
}

A parent class referenced by other diskimages2 classes. [Full Topic]

func DICreateParamsFromID

func DICreateParamsFromID(id objc.ID) DICreateParams

DICreateParamsFromID constructs a DICreateParams from an objc.ID.

A parent class referenced by other diskimages2 classes.

func NewDICreateParams

func NewDICreateParams() DICreateParams

NewDICreateParams creates a new DICreateParams instance.

func (DICreateParams) Autorelease

func (d DICreateParams) Autorelease() DICreateParams

Autorelease adds the receiver to the current autorelease pool.

func (DICreateParams) Init

func (d DICreateParams) Init() DICreateParams

Init initializes the instance.

type DICreateParamsClass

type DICreateParamsClass struct {
	// contains filtered or unexported fields
}

func GetDICreateParamsClass

func GetDICreateParamsClass() DICreateParamsClass

GetDICreateParamsClass returns the class object for DICreateParams.

func (DICreateParamsClass) Alloc

Alloc allocates memory for a new instance of the class.

type DIDeviceHandle

type DIDeviceHandle struct {
	objectivec.Object
}

Methods

See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle

func DIDeviceHandleFromID

func DIDeviceHandleFromID(id objc.ID) DIDeviceHandle

DIDeviceHandleFromID constructs a DIDeviceHandle from an objc.ID.

func NewDIDeviceHandle

func NewDIDeviceHandle() DIDeviceHandle

NewDIDeviceHandle creates a new DIDeviceHandle instance.

func (DIDeviceHandle) Autorelease

func (d DIDeviceHandle) Autorelease() DIDeviceHandle

Autorelease adds the receiver to the current autorelease pool.

func (DIDeviceHandle) Init

func (d DIDeviceHandle) Init() DIDeviceHandle

Init initializes the instance.

func (DIDeviceHandle) SetBSDName

func (d DIDeviceHandle) SetBSDName(value string)

func (DIDeviceHandle) SetHandleRefCount

func (d DIDeviceHandle) SetHandleRefCount(value bool)

func (DIDeviceHandle) SetXpcEndpoint

func (d DIDeviceHandle) SetXpcEndpoint(value foundation.NSXPCListenerEndpoint)

type DIDeviceHandleClass

type DIDeviceHandleClass struct {
	// contains filtered or unexported fields
}

func GetDIDeviceHandleClass

func GetDIDeviceHandleClass() DIDeviceHandleClass

GetDIDeviceHandleClass returns the class object for DIDeviceHandle.

func (DIDeviceHandleClass) Alloc

Alloc allocates memory for a new instance of the class.

type DIImageInfoParams

type DIImageInfoParams struct {
	DIBaseParams
}

Methods

See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams

func DIImageInfoParamsFromID

func DIImageInfoParamsFromID(id objc.ID) DIImageInfoParams

DIImageInfoParamsFromID constructs a DIImageInfoParams from an objc.ID.

func NewDIImageInfoParams

func NewDIImageInfoParams() DIImageInfoParams

NewDIImageInfoParams creates a new DIImageInfoParams instance.

func (DIImageInfoParams) Autorelease

func (d DIImageInfoParams) Autorelease() DIImageInfoParams

Autorelease adds the receiver to the current autorelease pool.

func (DIImageInfoParams) Init

Init initializes the instance.

func (DIImageInfoParams) SetEncryptionInfoOnly

func (d DIImageInfoParams) SetEncryptionInfoOnly(value bool)

func (DIImageInfoParams) SetExtraInfo

func (d DIImageInfoParams) SetExtraInfo(value bool)

func (DIImageInfoParams) SetImageInfo

func (d DIImageInfoParams) SetImageInfo(value foundation.INSDictionary)

func (DIImageInfoParams) SetOpenEncryption

func (d DIImageInfoParams) SetOpenEncryption(value bool)

type DIImageInfoParamsClass

type DIImageInfoParamsClass struct {
	// contains filtered or unexported fields
}

func GetDIImageInfoParamsClass

func GetDIImageInfoParamsClass() DIImageInfoParamsClass

GetDIImageInfoParamsClass returns the class object for DIImageInfoParams.

func (DIImageInfoParamsClass) Alloc

Alloc allocates memory for a new instance of the class.

func (DIImageInfoParamsClass) SupportsSecureCoding

func (_DIImageInfoParamsClass DIImageInfoParamsClass) SupportsSecureCoding() bool

See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/supportsSecureCoding

type DIResizeParams

type DIResizeParams struct {
	DIBaseParams
}

Methods

See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams

func DIResizeParamsFromID

func DIResizeParamsFromID(id objc.ID) DIResizeParams

DIResizeParamsFromID constructs a DIResizeParams from an objc.ID.

func NewDIResizeParams

func NewDIResizeParams() DIResizeParams

NewDIResizeParams creates a new DIResizeParams instance.

func (DIResizeParams) Autorelease

func (d DIResizeParams) Autorelease() DIResizeParams

Autorelease adds the receiver to the current autorelease pool.

func (DIResizeParams) Init

func (d DIResizeParams) Init() DIResizeParams

Init initializes the instance.

func (DIResizeParams) SetSize

func (d DIResizeParams) SetSize(value uint64)

type DIResizeParamsClass

type DIResizeParamsClass struct {
	// contains filtered or unexported fields
}

func GetDIResizeParamsClass

func GetDIResizeParamsClass() DIResizeParamsClass

GetDIResizeParamsClass returns the class object for DIResizeParams.

func (DIResizeParamsClass) Alloc

Alloc allocates memory for a new instance of the class.

type ErrorHandler

type ErrorHandler = func()

ErrorHandler is the signature for a completion handler block.

Used by:

type IBaseDiskImageCreator

type IBaseDiskImageCreator interface {
	objectivec.IObject
}

An interface definition for the BaseDiskImageCreator class.

type IBlankDiskImageCreator

type IBlankDiskImageCreator interface {
	IBaseDiskImageCreator

	CreateImageWithNumBlocksError(numBlocks uint64) (bool, error)
	InitWithURLError(url foundation.INSURL) (BlankDiskImageCreator, error)
	FileSystem() uint64
	SetFileSystem(value uint64)
}

An interface definition for the BlankDiskImageCreator class.

Methods

  • [IBlankDiskImageCreator.CreateImageWithNumBlocksError]
  • [IBlankDiskImageCreator.InitWithURLError]
  • [IBlankDiskImageCreator.FileSystem]
  • [IBlankDiskImageCreator.SetFileSystem]

See: https://developer.apple.com/documentation/DiskImages2/BlankDiskImageCreator

type IDIAttachParams

type IDIAttachParams interface {
	IDIBaseParams

	AutoMount() bool
	SetAutoMount(value bool)
	FileMode() int64
	SetFileMode(value int64)
	EmulateExternalDisk() bool
	SetEmulateExternalDisk(value bool)
	OnDiskCache() bool
	SetOnDiskCache(value bool)
	UniqueDevice() bool
	SetUniqueDevice(value bool)
	HandleRefCount() bool
	SetHandleRefCount(value bool)
	SingleInstanceDaemon() bool
	SetSingleInstanceDaemon(value bool)
	SuppressSsdFlags() bool
	SetSuppressSsdFlags(value bool)
	ShouldValidateShadows() bool
	SetShouldValidateShadows(value bool)
	CommandSize() uint64
	SetCommandSize(value uint64)
	RegEntryID() uint64
	SetRegEntryID(value uint64)
	CustomCacheURL() foundation.INSURL
	SetCustomCacheURL(value foundation.INSURL)
	InputMountedFrom() string
	SetInputMountedFrom(value string)
	SetPassphraseError(passphrase []byte) (bool, error)
	NewAttachWithError() (IDIDeviceHandle, error)
	SetupDefaults()
	InitWithURLError(url foundation.INSURL) (DIAttachParams, error)
	InitWithURLShadowURLsError(url foundation.INSURL, shadowURLs foundation.INSArray) (DIAttachParams, error)
	InitWithExistingParamsError(params IDIAttachParams) (DIAttachParams, error)
	BlockSize() uint32
}

An interface definition for the DIAttachParams class.

Methods

  • [IDIAttachParams.AutoMount]
  • [IDIAttachParams.SetAutoMount]
  • [IDIAttachParams.FileMode]
  • [IDIAttachParams.SetFileMode]
  • [IDIAttachParams.EmulateExternalDisk]
  • [IDIAttachParams.SetEmulateExternalDisk]
  • [IDIAttachParams.OnDiskCache]
  • [IDIAttachParams.SetOnDiskCache]
  • [IDIAttachParams.UniqueDevice]
  • [IDIAttachParams.SetUniqueDevice]
  • [IDIAttachParams.HandleRefCount]
  • [IDIAttachParams.SetHandleRefCount]
  • [IDIAttachParams.SingleInstanceDaemon]
  • [IDIAttachParams.SetSingleInstanceDaemon]
  • [IDIAttachParams.SuppressSsdFlags]
  • [IDIAttachParams.SetSuppressSsdFlags]
  • [IDIAttachParams.ShouldValidateShadows]
  • [IDIAttachParams.SetShouldValidateShadows]
  • [IDIAttachParams.CommandSize]
  • [IDIAttachParams.SetCommandSize]
  • [IDIAttachParams.RegEntryID]
  • [IDIAttachParams.SetRegEntryID]
  • [IDIAttachParams.CustomCacheURL]
  • [IDIAttachParams.SetCustomCacheURL]
  • [IDIAttachParams.InputMountedFrom]
  • [IDIAttachParams.SetInputMountedFrom]
  • [IDIAttachParams.SetPassphraseError]
  • [IDIAttachParams.NewAttachWithError]
  • [IDIAttachParams.SetupDefaults]
  • [IDIAttachParams.InitWithURLError]
  • [IDIAttachParams.InitWithURLShadowURLsError]
  • [IDIAttachParams.InitWithExistingParamsError]
  • [IDIAttachParams.BlockSize]

See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams

type IDIBaseParams

type IDIBaseParams interface {
	objectivec.IObject
}

An interface definition for the DIBaseParams class.

type IDICommonAttach

type IDICommonAttach interface {
	objectivec.IObject
}

An interface definition for the DICommonAttach class.

See: https://developer.apple.com/documentation/DiskImages2/DICommonAttach

type IDICreateASIFParams

type IDICreateASIFParams interface {
	IDICreateParams

	ValidateBlockSizeSupport() bool
	InitWithURLNumBlocksError(url foundation.INSURL, numBlocks uint64) (DICreateASIFParams, error)
	BlockSize() uint32
	SetBlockSize(value uint32)
}

An interface definition for the DICreateASIFParams class.

Methods

  • [IDICreateASIFParams.ValidateBlockSizeSupport]
  • [IDICreateASIFParams.InitWithURLNumBlocksError]
  • [IDICreateASIFParams.BlockSize]
  • [IDICreateASIFParams.SetBlockSize]

See: https://developer.apple.com/documentation/DiskImages2/DICreateASIFParams

type IDICreateParams

type IDICreateParams interface {
	objectivec.IObject
}

An interface definition for the DICreateParams class.

type IDIDeviceHandle

type IDIDeviceHandle interface {
	objectivec.IObject

	BSDName() string
	SetBSDName(value string)
	RegEntryID() uint64
	HandleRefCount() bool
	SetHandleRefCount(value bool)
	WaitForDeviceWithError() (bool, error)
	WaitForQuietWithServiceError(service uint32) (bool, error)
	AddToRefCountWithError() (bool, error)
	UpdateBSDNameWithBlockDeviceError(blockDevice string) (bool, error)
	XpcEndpoint() foundation.NSXPCListenerEndpoint
	SetXpcEndpoint(value foundation.NSXPCListenerEndpoint)
	InitWithRegEntryID(regEntryID uint64) DIDeviceHandle
	InitWithRegEntryIDXpcEndpoint(regEntryID uint64, xpcEndpoint foundation.NSXPCListenerEndpoint) DIDeviceHandle
}

An interface definition for the DIDeviceHandle class.

Methods

  • [IDIDeviceHandle.BSDName]
  • [IDIDeviceHandle.SetBSDName]
  • [IDIDeviceHandle.RegEntryID]
  • [IDIDeviceHandle.HandleRefCount]
  • [IDIDeviceHandle.SetHandleRefCount]
  • [IDIDeviceHandle.WaitForDeviceWithError]
  • [IDIDeviceHandle.WaitForQuietWithServiceError]
  • [IDIDeviceHandle.AddToRefCountWithError]
  • [IDIDeviceHandle.UpdateBSDNameWithBlockDeviceError]
  • [IDIDeviceHandle.XpcEndpoint]
  • [IDIDeviceHandle.SetXpcEndpoint]
  • [IDIDeviceHandle.InitWithRegEntryID]
  • [IDIDeviceHandle.InitWithRegEntryIDXpcEndpoint]

See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle

type IDIImageInfoParams

type IDIImageInfoParams interface {
	IDIBaseParams

	ImageInfo() foundation.INSDictionary
	SetImageInfo(value foundation.INSDictionary)
	ExtraInfo() bool
	SetExtraInfo(value bool)
	EncryptionInfoOnly() bool
	SetEncryptionInfoOnly(value bool)
	OpenEncryption() bool
	SetOpenEncryption(value bool)
	RetrieveWithError() (bool, error)
	InitWithURLError(url foundation.INSURL) (DIImageInfoParams, error)
	InitWithExistingParamsError(params IDIImageInfoParams) (DIImageInfoParams, error)
}

An interface definition for the DIImageInfoParams class.

Methods

  • [IDIImageInfoParams.ImageInfo]
  • [IDIImageInfoParams.SetImageInfo]
  • [IDIImageInfoParams.ExtraInfo]
  • [IDIImageInfoParams.SetExtraInfo]
  • [IDIImageInfoParams.EncryptionInfoOnly]
  • [IDIImageInfoParams.SetEncryptionInfoOnly]
  • [IDIImageInfoParams.OpenEncryption]
  • [IDIImageInfoParams.SetOpenEncryption]
  • [IDIImageInfoParams.RetrieveWithError]
  • [IDIImageInfoParams.InitWithURLError]
  • [IDIImageInfoParams.InitWithExistingParamsError]

See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams

type IDIResizeParams

type IDIResizeParams interface {
	IDIBaseParams

	Size() uint64
	SetSize(value uint64)
	ResizeWithError() (bool, error)
	OpenExistingImageWithError() (bool, error)
	InitWithURLSizeError(url foundation.INSURL, size uint64) (DIResizeParams, error)
	InitWithExistingParamsSizeError(params IDIResizeParams, size uint64) (DIResizeParams, error)
}

An interface definition for the DIResizeParams class.

Methods

  • [IDIResizeParams.Size]
  • [IDIResizeParams.SetSize]
  • [IDIResizeParams.ResizeWithError]
  • [IDIResizeParams.OpenExistingImageWithError]
  • [IDIResizeParams.InitWithURLSizeError]
  • [IDIResizeParams.InitWithExistingParamsSizeError]

See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams

Jump to

Keyboard shortcuts

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