Method

IdeSearchEnginesearch_async

Declaration

void
ide_search_engine_search_async (
  IdeSearchEngine* self,
  IdeSearchCategory category,
  const char* query,
  guint max_results,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

No description available.

Parameters

category

Type: IdeSearchCategory

No description available.

query

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.
max_results

Type: guint

No description available.

cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.