Method

PhocWorkspaceManagerget_by_index

Declaration [src]

PhocWorkspace*
phoc_workspace_manager_get_by_index (
  PhocWorkspaceManager* self,
  guint index
)

Description [src]

Get the workspace at the given index.

Parameters

index

Type: guint

The index to get the workspace for.

Return value

Type: PhocWorkspace

The workspace.

The returned data is owned by the instance.