Method
PeasEngineget_plugin_info
Declaration [src]
PeasPluginInfo*
peas_engine_get_plugin_info (
PeasEngine* engine,
const gchar* plugin_name
)
Description [src]
Gets the PeasPluginInfo
corresponding with plugin_name
,
or NULL
if plugin_name
was not found.
Parameters
plugin_name |
const gchar* |
A plugin name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | PeasPluginInfo |
The |
|
The data is owned by the instance. |