Method
IdeApplicationfind_addin_by_module_name
Declaration
IdeApplicationAddin*
ide_application_find_addin_by_module_name (
IdeApplication* self,
const gchar* module_name
)
Description
Finds a loaded IdeApplicationAddin within self that was part of
the plugin matching module_name.
Parameters
module_name-
Type:
const gchar*The name of the plugin module.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeApplicationAddin
An
IdeApplicationAddin or NULL.
| The data is owned by the instance. |
The return value can be NULL. |