Method
IdeExtensionSetAdapterget_extension
since: 3.32
Declaration
PeasExtension*
ide_extension_set_adapter_get_extension (
IdeExtensionSetAdapter* self,
PeasPluginInfo* plugin_info
)
Description
Locates the extension owned by plugin_info
if such extension exists.
Available since: 3.32
Parameters
plugin_info
-
Type:
PeasPluginInfo
A
PeasPluginInfo
.The data is owned by the caller of the function.
Return value
Type: PeasExtension
A PeasExtension
or NULL
.
The data is owned by the instance. |
The return value can be NULL . |