Virtual Method
IdeApplicationAddinunload
Description
This inteface method is called when the application is shutting down or the plugin has been unloaded.
Use this function to cleanup after anything setup in ide_application_addin_load().
Parameters
application
-
Type:
IdeApplication
An
IdeApplication
.The data is owned by the caller of the function.