Enums

Details

class GUdev.DeviceType(value)

Bases: GObject.GEnum

Enumeration used to specify a the type of a device.

NONE = 0

Device does not have a device file.

BLOCK = 98

Device is a block device.

CHAR = 99

Device is a character device.