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.GdbusObjecttype is a specialized container of interfaces.- get_cooling_device()¶
- Returns:
A
GTherm.GdbusCoolingDevicethat must be freed withGObject.Object.unref() orNoneif self does not implement the interface.- Return type:
Gets the
GTherm.GdbusCoolingDeviceinstance 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.GdbusThermalZonethat must be freed withGObject.Object.unref() orNoneif self does not implement the interface.- Return type:
Gets the
GTherm.GdbusThermalZoneinstance 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.GdbusCoolingDeviceinstance 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::notifysignal to get informed of property changes.
- GTherm.GdbusObject.props.thermal_zone¶
- Name:
thermal-zone- Type:
- Default Value:
- Flags:
The
GTherm.GdbusThermalZoneinstance 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::notifysignal to get informed of property changes.