Method

AstalWorkspaceWorkspaceGroupcreate_workspace

Declaration

void
astal_workspace_workspace_group_create_workspace (
  AstalWorkspaceWorkspaceGroup* self,
  const gchar* name
)

Description

Ask the compositor to create a workspace with the specified name in this group. This does nothing if the group doesn’t have the CREATE_WORKSPACE capability.

Parameters

name

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.