Function
Purpleplugins_find_by_filename
unstable since: 3.0
Declaration [src]
PurplePlugin*
purple_plugins_find_by_filename (
const char* filename
)
Description [src]
Finds a plugin with the specified filename (filename with a path).
Available since: 3.0
Parameters
filename
-
Type:
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
Type: PurplePlugin
The plugin if found, or NULL
if not found.
The data is owned by the called function. |