Method

PurplePluginInfoget_error

since: 3.0

Declaration [src]

const gchar*
purple_plugin_info_get_error (
  PurplePluginInfo* info
)

Description [src]

Returns an error in the plugin info that would prevent the plugin from being loaded.

Available since: 3.0

Return value

Type: const gchar*

The plugin info error, or NULL.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.