deluge.core.pluginmanager

PluginManager for Core

class deluge.core.pluginmanager.PluginManager(core)

Bases: deluge.pluginmanagerbase.PluginManagerBase, deluge.component.Component

PluginManager handles the loading of plugins and provides plugins with functions to access parts of the core.

deregister_status_field(field)
Deregisters a status field
get_status(torrent_id, fields)
Return the value of status fields for the selected torrent_id.
register_status_field(field, function)
Register a new status field. This can be used in the same way the client requests other status information from core.
shutdown()
start()
stop()
update_plugins()

Previous topic

deluge.core.oldstateupgrader

Next topic

deluge.core.preferencesmanager

This Page