Method

IdeSearchEngineremove_provider

since: 3.38

Declaration

void
ide_search_engine_remove_provider (
  IdeSearchEngine* self,
  IdeSearchProvider* provider
)

Description

Remove a custom search provider from the IdeSearchEngine. This removes custom IdeSearchProvider during the runtime.

Available since: 3.38

Parameters

provider

Type: IdeSearchProvider

A IdeSearchProvider.

The data is owned by the caller of the function.