Engine.loadPlugin

Loads the plugin corresponding to @info if it's not currently loaded. Emits the "load-plugin" signal; loading the plugin actually occurs in the default signal handler.

class Engine
bool
loadPlugin

Parameters

info PluginInfo

A #PeasPluginInfo.

Return Value

Type: bool

whether the plugin has been successfully loaded.

Meta