Method
IdeApplicationfind_project_workbench
since: 44
Declaration
IdeWorkbench*
ide_application_find_project_workbench (
IdeApplication* self,
IdeProjectInfo* project_info
)
Description
Finds a workbench that has project_info loaded.
If no workbench could be found, NULL is returned.
Available since: 44
Parameters
project_info-
Type:
IdeProjectInfoAn
IdeProjectInfo.The data is owned by the caller of the method.
Return value
Type: IdeWorkbench
An IdeWorkbench or NULL.
| The data is owned by the instance. |
The return value can be NULL. |