Class

AstalRiverOutput

Description

final class AstalRiver.Output : GObject.Object
{
  /* No available fields */
}

Holds all the information associated with a monitor.

Ancestors

Instance methods

astal_river_output_get_focused_tags

The focused tags of the output.

astal_river_output_get_focused_view

The focused view on the output.

astal_river_output_get_id

The id of the underlying wl_output object.

astal_river_output_get_layout_name

The currently used layout name of the output.

astal_river_output_get_name

The name of the output.

astal_river_output_get_occupied_tags

The occupied tags of the output.

astal_river_output_get_urgent_tags

The urgent tags of the output.

astal_river_output_set_focused_tags

Sets the focused tags of the output.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalRiver.Output:focused-tags

The currently focused tags.

AstalRiver.Output:focused-view

The name of currently focused view.

AstalRiver.Output:id

The id of the underlying wl_output object.

AstalRiver.Output:layout-name

The name of active layout.

AstalRiver.Output:name

The name of this output.

AstalRiver.Output:occupied-tags

The currently occupied tags.

AstalRiver.Output:urgent-tags

The currently tags marked as urgent.

Signals

AstalRiver.Output::changed
No description available.

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 AstalRiverOutputClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.