Top |
GthCoolingDevice implements GDBusInterface, GInitable, GAsyncInitable and GthGdbusCoolingDevice.
The GthCoolingDevice represents a cooling device like a fan or a passive cooling mechnism like cpu throttling.
const gchar *
gth_cooling_device_get_path (GthCoolingDevice *self
);
Gets the DBus path of the GthCoolingDevice object.
const gchar *
gth_cooling_device_get_type_ (GthCoolingDevice *self
);
Gets the type of the GthCoolingDevice.
gint
gth_cooling_device_get_current_state (GthCoolingDevice *self
);
Gets the current cooling state of the GthCoolingDevice.
gint
gth_cooling_device_get_max_state (GthCoolingDevice *self
);
Gets the maximum cooling state of the GthCoolingDevice.