Method
IdeApplicationAddinload
Declaration
void
ide_application_addin_load (
IdeApplicationAddin* self,
IdeApplication* application
)
Description
This interface method is called when the application is started or the plugin has just been activated.
Use this to setup code in your plugin that needs to be loaded once per application process.
Parameters
application
-
Type:
IdeApplication
An
IdeApplication
.The data is owned by the caller of the method.