GTherm.GdbusObjectSkeleton¶
- Subclasses:
None
Methods¶
- Inherited:
Gio.DBusObjectSkeleton (6), GObject.Object (37), Gio.DBusObject (3), GTherm.GdbusObject (2)
- Structs:
class |
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class GTherm.GdbusObjectSkeleton(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
GTherm.GdbusObjectSkeleton
structure contains only private data and should only be accessed using the provided API.- classmethod new(object_path)¶
- Parameters:
object_path (
str
) – An object path.- Returns:
The skeleton object.
- Return type:
Creates a new skeleton object.
- set_cooling_device(interface_)¶
- Parameters:
interface (
GTherm.GdbusCoolingDevice
orNone
) – AGTherm.GdbusCoolingDevice
orNone
to clear the interface.
Sets the
GTherm.GdbusCoolingDevice
instance for the D-Bus interface ‘org.sigxcpu.Thermal.CoolingDevice [gdbus-interface-org-sigxcpu-Thermal-CoolingDevice.top_of_page]’ on self.
- set_thermal_zone(interface_)¶
- Parameters:
interface (
GTherm.GdbusThermalZone
orNone
) – AGTherm.GdbusThermalZone
orNone
to clear the interface.
Sets the
GTherm.GdbusThermalZone
instance for the D-Bus interface ‘org.sigxcpu.Thermal.ThermalZone [gdbus-interface-org-sigxcpu-Thermal-ThermalZone.top_of_page]’ on self.