DeviceType
Description:
[ CCode ( cprefix = "G_UDEV_DEVICE_TYPE_" , type_id = "g_udev_device_type_get_type ()" ) ]
public enum DeviceType
Enumeration used to specify a the type of a device.
Content:
Enum values:
- BLOCK - Device is a block device.
- CHAR - Device is a character device.
- NONE - Device does not have a device
file.