Function

Purpleplugins_find_plugin

since: 3.0

Declaration [src]

PurplePlugin*
purple_plugins_find_plugin (
  const gchar* id
)

Description [src]

Finds a plugin with the specified plugin ID.

Available since: 3.0

Parameters

id

Type: const gchar*

The plugin ID.

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

Return value

Type: PurplePlugin

The plugin if found, or NULL if not found.

The data is owned by the called function.