Function

Purpleplugins_save_loaded

since: 2.0

Declaration [src]

void
purple_plugins_save_loaded (
  const char* key
)

Description [src]

Saves the list of loaded plugins to the specified preference key. Plugins that are set to auto-load are not saved.

Available since: 2.0

Parameters

key

Type: const char*

The preference key to save the list of plugins to.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.