Virtual Method
IdeApplicationAddinunload
since: 3.32
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().
Available since: 3.32
Parameters
application-
Type:
IdeApplicationAn
IdeApplication.The data is owned by the caller of the function.