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