Interface
AstalBrightnessDevice
Prerequisite
In order to implement Device, your type must inherit fromGObject.
Interface structure
struct AstalBrightnessDeviceIface {
AstalBrightnessSubsystem (* get_subsystem) (
AstalBrightnessDevice* self
);
const gchar* (* get_name) (
AstalBrightnessDevice* self
);
gfloat (* get_brightness) (
AstalBrightnessDevice* self
);
void (* set_brightness) (
AstalBrightnessDevice* self,
gfloat value
);
guint (* get_real_brightness) (
AstalBrightnessDevice* self
);
void (* set_real_brightness) (
AstalBrightnessDevice* self,
guint value
);
guint (* get_max_brightness) (
AstalBrightnessDevice* self
);
}
No description available.
Interface members
get_subsystem |
|
No description available. |
|
get_name |
|
No description available. |
|
get_brightness |
|
No description available. |
|
set_brightness |
|
No description available. |
|
get_real_brightness |
|
No description available. |
|
set_real_brightness |
|
No description available. |
|
get_max_brightness |
|
No description available. |