Method
IdeContextaddin_find_by_module_name
since: 3.40
Declaration
IdeContextAddin*
ide_context_addin_find_by_module_name (
IdeContext* context,
const gchar* module_name
)
Parameters
module_name
-
Type:
const gchar*
The name of the addin module.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeContextAddin
An IdeContextAddin
or NULL
.
The data is owned by the instance. |
The return value can be NULL . |