Grl.PluginDescriptor¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| author | str | r/w | author of plugin | 
| deinit | Grl.PluginDeinitFunc | r/w | function to execute when the registry needs to dispose the module. | 
| description | str | r/w | description of plugin | 
| id | str | r/w | the plugin identifier | 
| init | object | r/w | the module initialization. It shall instantiate the Grl.Pluginsprovided | 
| license | str | r/w | license of plugin | 
| major_version | int | r/w | the major version number of core that plugin was compiled for | 
| minor_version | int | r/w | the minor version number of core that plugin was compiled for | 
| name | str | r/w | name of plugin | 
| register_keys | Grl.PluginRegisterKeysFunc | r/w | function to execute before loading the plugin. It’s aim is to register new keys | 
| site | str | r/w | URL to provider of plugin | 
| version | str | r/w | version of plugin | 
Methods¶
None