Function

Purpleplugins_load_saved

since: 2.0

Declaration [src]

void
purple_plugins_load_saved (
  const char* key
)

Description [src]

Attempts to load all the plugins in the specified preference key that were loaded when purple last quit.

Available since: 2.0

Parameters

key

Type: const char*

The preference key containing the list of plugins.

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