Method

IdeSessionItemset_workspace

Declaration

void
ide_session_item_set_workspace (
  IdeSessionItem* self,
  const char* workspace
)

Description

Sets the workspace id for the item.

This is generally used to tie an item to a specific workspace.

Parameters

workspace

Type: const char*

A workspace string for the item.

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