gudev-1.0
Description:
GUdev (libgudev) is a library with GObject bindings to libudev, now made independent, after being part of udev itself, and later systemd.
Content:
Namespaces:
- GUdev
Classes:
- Client - Client is used
to query information about devices on a Linux system from the Linux kernel and the udev device manager.
- Device - The Device
class is used to get information about a specific device.
- Enumerator - Enumerator
is used to lookup and sort devices.
Structs:
- DeviceNumber - Corresponds to the standard
dev_t type as defined by POSIX (Until bug 584517 is resolved this work-around is
needed).
Enums:
- DeviceType - Enumeration used to specify a the
type of a device.