Function

Purpleplugin_is_loaded

Declaration [src]

gboolean
purple_plugin_is_loaded (
  PurplePlugin* plugin
)

Description [src]

Returns whether or not a plugin is currently loaded.

Parameters

plugin

Type: PurplePlugin

The plugin.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if loaded, or FALSE otherwise.