Virtual Method

IdeWorkbenchAddinproject_loaded

Declaration

void
project_loaded (
  IdeWorkbenchAddin* self,
  IdeProjectInfo* project_info
)

Description

This function is called after the project has been loaded.

It is useful for situations where you do not need to influence the project loading, but do need to perform operations after it has completed.

Parameters

project_info

Type: IdeProjectInfo

An IdeProjectInfo.

The data is owned by the caller of the function.