Method

IdeWorkspaceset_visible_surface

since: 3.32

Declaration

void
ide_workspace_set_visible_surface (
  IdeWorkspace* self,
  IdeSurface* surface
)

Description

Sets the IdeWorkspace:visible-surface property which is the currently visible IdeSurface in the workspace.

Available since: 3.32

Parameters

surface

Type: IdeSurface

An IdeSurface.

The data is owned by the caller of the function.