Function
Purpleplugins_find_plugin
unstable since: 3.0
Declaration [src]
PurplePlugin*
purple_plugins_find_plugin (
const gchar* id
)
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. |