Class

AstalRiverOutput

since: 0.1

Description

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

Holds all the information associated with a monitor.

Available since: 0.1

Ancestors

Instance methods

astal_river_output_get_focused_tags

The focused tags of the output.

since: 0.1

astal_river_output_get_focused_view

The focused view on the output.

since: 0.1

astal_river_output_get_id

The id of the underlying wl_output object.

since: 0.1

astal_river_output_get_layout_name

The currently used layout name of the output.

since: 0.1

astal_river_output_get_name

The name of the output.

since: 0.1

astal_river_output_get_occupied_tags

The occupied tags of the output.

since: 0.1

astal_river_output_get_urgent_tags

The urgent tags of the output.

since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalRiver.Output:focused-tags

The currently focused tags.

since: 0.1

AstalRiver.Output:focused-view

The name of currently focused view.

since: 0.1

AstalRiver.Output:id

The id of the underlying wl_output object.

since: 0.1

AstalRiver.Output:layout-name

The name of active layout.

since: 0.1

AstalRiver.Output:name

The name of this output.

since: 0.1

AstalRiver.Output:occupied-tags

The currently occupied tags.

since: 0.1

AstalRiver.Output:urgent-tags

The currently tags marked as urgent.

since: 0.1

Signals

AstalRiver.Output::changed
No description available.

since: 0.1

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.

unstable since: 2.0

Class structure

struct AstalRiverOutputClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.