Function
Purpleplugins_find_plugin
Declaration [src]
PurplePlugin*
purple_plugins_find_plugin (
const gchar* id
)
Parameters
id |
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
Returns: | PurplePlugin |
The plugin if found, or |
|
The data is owned by the called function. |