Function

Purpleplugin_is_loaded

since: 2.0

[]

Declaration [src]

gboolean
purple_plugin_is_loaded (
  PurplePlugin* plugin
)
[]

Description [src]

Returns whether or not a plugin is currently loaded.

Available since: 2.0

[]

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.