[ CCode ( has_target = false ) ]
public delegate bool PluginInitFunc (Plugin plugin)
A plugin should provide a pointer to a function of this type in the plugin_desc struct.
This function will be called by the loader at startup. One would then register each PluginFeature.
plugin |
The plugin object |
|