Top |
const gchar * | gth_thermal_zone_get_path () |
const gchar * | gth_thermal_zone_get_type_ () |
gint | gth_thermal_zone_get_temperature () |
const gchar *const * | gth_thermal_zone_get_cooling_devices_dbus_paths () |
GthThermalZone implements GDBusInterface, GInitable, GAsyncInitable and GthGdbusThermalZone.
The GthThermalZone represents a thermal zone that measures a temperature and reacts on trip points.
const gchar *
gth_thermal_zone_get_path (GthThermalZone *self
);
Gets the DBus path of the GthThermalZone object.
const gchar *
gth_thermal_zone_get_type_ (GthThermalZone *self
);
Gets the type of the GthThermalZone.
gint
gth_thermal_zone_get_temperature (GthThermalZone *self
);
Gets the current temperature of the GthThermalZone.
const gchar *const *
gth_thermal_zone_get_cooling_devices_dbus_paths
(GthThermalZone *self
);
Gets the DBus paths of the cooling devices in the GthThermalZone.