Class

AstalHyprlandWorkspace

Description

class AstalHyprland.Workspace : GObject.Object
{
  _clients: GList*
}

No description available.

Ancestors

Constructors

astal_hyprland_workspace_new_dummy
No description available.

astal_hyprland_workspace_new
No description available.

Instance methods

astal_hyprland_workspace_focus
No description available.

astal_hyprland_workspace_move_to
No description available.

astal_hyprland_workspace_get_id
No description available.

astal_hyprland_workspace_get_name
No description available.

astal_hyprland_workspace_get_monitor
No description available.

astal_hyprland_workspace_get_clients
No description available.

astal_hyprland_workspace_get_last_client
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalHyprland.Workspace:id
No description available.

AstalHyprland.Workspace:name
No description available.

AstalHyprland.Workspace:monitor
No description available.

AstalHyprland.Workspace:clients
No description available.

AstalHyprland.Workspace:has-fullscreen
No description available.

AstalHyprland.Workspace:last-client
No description available.

Signals

AstalHyprland.Workspace::removed
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 AstalHyprlandWorkspaceClass {
  /* no available fields */
}

No description available.