Method

AstalWorkspaceWorkspaceManagercommit

Declaration

void
astal_workspace_workspace_manager_commit (
  AstalWorkspaceWorkspaceManager* self
)

Description

Commit any pending workspace method calls. By default, this is done automatically; you can use freeze_autocommit() to delay committing any changes until thaw_autocommit() is called. You can also call this while autocommits are frozen to commit manually.