Virtual Method
IdeFrameAddinunload
since: 3.32
Description
This function should be implemented by IdeFrameAddin plugins
in IdeFrameAddinInterface.
This virtual method is called when the plugin should unload itself. It should revert anything performed via ide_frame_addin_load().
Available since: 3.32
Parameters
frame-
Type:
IdeFrameAn
IdeFrame.The data is owned by the caller of the function.