Function

Purpleplugin_disable

since: 2.3

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.

Available since: 2.3

Parameters

plugin

Type: PurplePlugin

The plugin.

The data is owned by the caller of the function.