GTherm.GdbusObject¶
- Implementations:
Methods¶
Virtual Methods¶
None
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
cooling-device |
||
r/w |
thermal-zone |
Signals¶
None
Fields¶
None
Class Details¶
- class GTherm.GdbusObject¶
- Bases:
- Structure:
The
GTherm.GdbusObject
type is a specialized container of interfaces.- get_cooling_device()¶
- Returns:
A
GTherm.GdbusCoolingDevice
that must be freed withGObject.Object.unref
() orNone
if self does not implement the interface.- Return type:
Gets the
GTherm.GdbusCoolingDevice
instance for the D-Bus interface ‘org.sigxcpu.Thermal.CoolingDevice [gdbus-interface-org-sigxcpu-Thermal-CoolingDevice.top_of_page]’ on self, if any.
- get_thermal_zone()¶
- Returns:
A
GTherm.GdbusThermalZone
that must be freed withGObject.Object.unref
() orNone
if self does not implement the interface.- Return type:
Gets the
GTherm.GdbusThermalZone
instance for the D-Bus interface ‘org.sigxcpu.Thermal.ThermalZone [gdbus-interface-org-sigxcpu-Thermal-ThermalZone.top_of_page]’ on self, if any.
Property Details¶
- GTherm.GdbusObject.props.cooling_device¶
- Name:
cooling-device
- Type:
- Default Value:
- Flags:
The
GTherm.GdbusCoolingDevice
instance corresponding to the D-Bus interface ‘org.sigxcpu.Thermal.CoolingDevice [gdbus-interface-org-sigxcpu-Thermal-CoolingDevice.top_of_page]’, if any.Connect to the
GObject.Object
::notify
signal to get informed of property changes.
- GTherm.GdbusObject.props.thermal_zone¶
- Name:
thermal-zone
- Type:
- Default Value:
- Flags:
The
GTherm.GdbusThermalZone
instance corresponding to the D-Bus interface ‘org.sigxcpu.Thermal.ThermalZone [gdbus-interface-org-sigxcpu-Thermal-ThermalZone.top_of_page]’, if any.Connect to the
GObject.Object
::notify
signal to get informed of property changes.