Class
FwupdPluginDpauxDevice
Description [src]
class FwupdPlugin.DpauxDevice : FwupdPlugin.UdevDevice
{
/* No available fields */
}
A Display Port AUX device.
See also: FuUdevDevice
.
Instance methods
Methods inherited from FuUdevDevice (37)
Please see FuUdevDevice for a full list of methods.
Methods inherited from FwupdDevice (118)
Please see FwupdDevice for a full list of methods.
Properties
Properties inherited from FuUdevDevice (5)
FwupdPlugin.UdevDevice:bind-id
The bind ID to use when binding a new driver.
since: 1.7.2
FwupdPlugin.UdevDevice:device-file
The low level file to use for device access.
since: 1.3.1
FwupdPlugin.UdevDevice:driver
The driver being used for the device.
since: 1.5.3
FwupdPlugin.UdevDevice:subsystem
The device subsystem.
since: 1.1.2
FwupdPlugin.UdevDevice:udev-device
The low-level GUdevDevice.
since: 1.1.2
Properties inherited from FuDevice (8)
FwupdPlugin.Device:backend-id
The device backend ID.
since: 1.5.8
FwupdPlugin.Device:context
The FuContext
to use.
since: 1.6.0
FwupdPlugin.Device:internal-flags
The device internal flags.
since: 1.9.1
FwupdPlugin.Device:logical-id
The device logical ID.
since: 1.1.2
FwupdPlugin.Device:parent
The device parent.
since: 1.0.8
FwupdPlugin.Device:physical-id
The device physical ID.
since: 1.1.2
FwupdPlugin.Device:private-flags
The device private flags.
since: 1.9.1
FwupdPlugin.Device:proxy
The device proxy to use.
since: 1.4.1
Properties inherited from FwupdDevice (15)
Fwupd.Device:battery-level
The device battery level in percent.
Fwupd.Device:battery-threshold
The device battery threshold in percent.
Fwupd.Device:flags
The device flags.
Fwupd.Device:parent
The device parent.
Fwupd.Device:percentage
The current device percentage.
Fwupd.Device:problems
The problems with the device that the user could fix, e.g. “lid open”.
Fwupd.Device:protocol
The device protocol.
Fwupd.Device:request-flags
The device request flags.
Fwupd.Device:status
The current device status.
Fwupd.Device:update-error
The device update error.
Fwupd.Device:update-image
The update image for the device.
Fwupd.Device:update-message
The device update message.
Fwupd.Device:update-state
The device update state.
Fwupd.Device:version
The device version.
Fwupd.Device:version-format
The version format of the device.
Signals
Signals inherited from FuUdevDevice (1)
FuUdevDevice::changed
The ::changed signal is emitted when the low-level GUdevDevice has changed.
since: 1.1.2
Signals inherited from FuDevice (3)
FuDevice::child-added
The ::child-added signal is emitted when a device has been added as a child.
since: 1.0.8
FuDevice::child-removed
The ::child-removed signal is emitted when a device has been removed as a child.
since: 1.0.8
FuDevice::request
The ::request signal is emitted when the device needs interactive action from the user.
since: 1.6.2
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.