Constructor

IdeEditorWorkspacenew

Declaration

IdeEditorWorkspace*
ide_editor_workspace_new (
  IdeApplication* application
)

Description

Creates a new IdeEditorWorkspace.

Parameters

application

Type: IdeApplication

An IdeApplication such as IDE_APPLICATION_DEFAULT.

The data is owned by the caller of the function.

Return value

Type: IdeEditorWorkspace

An IdeEditorWorkspace.

The caller of the function takes ownership of the data, and is responsible for freeing it.