Method
IdeSearchEnginefind_by_module_name
since: 47
Declaration
IdeSearchProvider*
ide_search_engine_find_by_module_name (
IdeSearchEngine* self,
const char* module_name
)
Parameters
module_name
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeSearchProvider
A IdeSearchProvider
or NULL
.
The data is owned by the instance. |
The return value can be NULL . |