Function
Purpleplugins_find_by_filename
Declaration [src]
PurplePlugin*
purple_plugins_find_by_filename (
const char* filename
)
Parameters
filename |
const char* |
The plugin filename. |
|
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. |