| Top |
IdeDeviceKind
ide_device_info_get_kind (IdeDeviceInfo *self);
Get the IdeDeviceKind of the device describing the type of device self
refers to
Since: 3.32
void ide_device_info_set_kind (IdeDeviceInfo *self,IdeDeviceKind kind);
Set the IdeDeviceKind of the device describing the type of device self
refers to
Since: 3.32
IdeTriplet *
ide_device_info_get_host_triplet (IdeDeviceInfo *self);
Get the IdeTriplet object describing the configuration name of the Device (its architecture…)
Since: 3.32
void ide_device_info_set_host_triplet (IdeDeviceInfo *self,IdeTriplet *host_triplet);
Set the IdeTriplet object describing the configuration name
Since: 3.32
“host-triplet” property“host-triplet” IdeTriplet *
The #IdeTriplet object holding all the configuration name values.
Flags: Read / Write
“kind” property“kind” IdeDeviceKind
The device kind.
Flags: Read / Write
Default value: IDE_DEVICE_KIND_COMPUTER