Class

AstalBrightnessBrightness

Description

class AstalBrightness.Brightness : GObject.Object
{
  /* No available fields */
}

Manager object that exposes collections of LEDS and BACKLIGHT devices. It also exposes proxy objects for the screen and keyboard devices guessed to be the main devices.

Ancestors

Functions

astal_brightness_brightness_get_default

Get the singleton Brightness instance.

Instance methods

astal_brightness_brightness_get_screen
No description available.

astal_brightness_brightness_get_keyboard
No description available.

astal_brightness_brightness_get_backlights
No description available.

astal_brightness_brightness_get_leds
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalBrightness.Brightness:screen

A proxy BACKLIGHT device object for the device that is guessed as the “main” screen.

AstalBrightness.Brightness:keyboard

A proxy LEDS device object for the device that is guessed as the “main” keyboard.

AstalBrightness.Brightness:backlights

Collection of BACKLIGHT devices.

AstalBrightness.Brightness:leds

Collection of LEDS devices.

Signals

AstalBrightness.Brightness::brightness-changed

Emitted when any device in AstalBrightnessBrightness:backlights or AstalBrightnessBrightness:leds changes.

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AstalBrightnessBrightnessClass {
  /* no available fields */
}

No description available.