Method

IdeContextset_project_id

Declaration

void
ide_context_set_project_id (
  IdeContext* self,
  const gchar* project_id
)

Description

Sets the project-id for the context.

Generally, this should only be done once after loading a project.

Sets propertyIde.Context:project-id

Parameters

project_id

Type: const gchar*

No description available.

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