Function

Purpleplugin_disable

Declaration [src]

void
purple_plugin_disable (
  PurplePlugin* plugin
)

Description [src]

Disable a plugin.

This function adds the plugin to a list of plugins to “disable at the next startup” by excluding said plugins from the list of plugins to save. The UI needs to call purple_plugins_save_loaded() after calling this for it to have any effect.

Parameters

plugin

Type: PurplePlugin

No description available.

The data is owned by the caller of the function.