Class

IdeLocalDevice

Description

class Ide.LocalDevice : Ide.Device {
  parent_instance: IdeDevice
}
No description available.

Ancestors

Properties

Ide.LocalDevice:triplet
No description available.
Properties inherited from IdeDevice (3)
Ide.Device:display-name
No description available.
Ide.Device:icon-name

The “icon-name” property is the icon to display with the device in various UI elements of Builder.

Available since: 3.32

Ide.Device:id
No description available.
Properties inherited from IdeObject (2)
Ide.Object:cancellable

The “cancellable” property is a GCancellable that can be used by operations that will be cancelled when the IdeObject::destroy signal is emitted on self.

Available since: 3.32

Ide.Object:parent

The parent IdeObject, if any.

Available since: 3.32

Class structure

struct IdeLocalDeviceClass {
  IdeDeviceClass parent;
  
}
Class members
parent
IdeDeviceClass
  No description available.