Function

IdeProjectfrom_context

since: 3.32

Declaration

IdeProject*
ide_project_from_context (
  IdeContext* context
)

Description

Gets the project for an IdeContext.

Available since: 3.32

Parameters

context

Type: IdeContext

IdeContext.

The data is owned by the caller of the function.

Return value

Type: IdeProject

An IdeProject.

The data is owned by the called function.