Class
AstalWlOutput
Description
class AstalWl.Output : GObject.Object
{
/* No available fields */
}
Represents a display output device and tracks properties associated with it.
This class listens to Wayland wl_output and optional zxdg_output_v1 events if supported by the compositor to maintain accurate state information.
Properties
AstalWl.Output:geometry
The logical geometry of the output in compositor coordinates. This reflects the visible area after applying scaling and transform.
AstalWl.Output:name
The compositor-assigned name of this output. Usually corresponds to an identifier like “HDMI-A-1”.
Signals
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.