Method

IdeWorkspaceAddinunload

Declaration

void
ide_workspace_addin_unload (
  IdeWorkspaceAddin* self,
  IdeWorkspace* workspace
)

Description

Unloads the IdeWorkspaceAddin.

This is a good place to unmodify the workspace from anything you did in ide_workspace_addin_load().

Parameters

workspace

Type: IdeWorkspace

No description available.

The data is owned by the caller of the method.