Method

IdeWorkspaceaddin_find_by_module_name

Declaration

IdeWorkspaceAddin*
ide_workspace_addin_find_by_module_name (
  IdeWorkspace* workspace,
  const gchar* module_name
)

Description

Finds the addin (if any) matching the plugin’s module_name.

Available since:3.40

Parameters

module_name 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

Returns: IdeWorkspaceAddin
 

An IdeWorkspaceAddin or NULL.

 The data is owned by the instance.
 The return value can be NULL.