Method
IdeProjectTreeAddinunload
Description
This function will call the IdeProjectTreeAddin::unload vfunc of self
.
This is used to unload the project tree so that plugins can clealy be
disabled by the user at runtime. Any changes to tree
done during load
should be undone here.
See also: ide_project_tree_addin_load()
Parameters
tree
-
Type:
IdeTree
A
IdeTree
.The data is owned by the caller of the method.