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
)
Parameters
category-
Type:
IdeSearchCategoryNo 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:
guintNo description available.
cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method.