Virtual Method
IdeProjectTreeAddinload
Description
This function will call the IdeProjectTreeAddin::load vfunc of self
.
This is used to initialize the project tree so that plugins can extend the contents of the tree.
Plugins should add a IdeTreeBuilder
to the tree when loading, and remove
them when unloading.
See also: ide_project_tree_addin_unload()
Parameters
tree
-
Type:
IdeTree
A
IdeTree
.The data is owned by the caller of the function.