search_async


Description:

[ Version ( deprecated = true , deprecated_since = "0.17.7" , since = "0.15.1" ) ]
public async void search_async (FreebaseSearchQuery query, Cancellable? cancellable)

Warning: search_async is deprecated since 0.17.7.

Performs a search for any given search term.

Note:

Google Freebase has been permanently shut down.

this and query are all reffed when this function is called, so can safely be unreffed after this function returns.

For more details, see search, which is the synchronous version of this function.

Parameters:

this

a FreebaseService

query

a FreebaseQuery with the MQL query

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when authentication is finished

user_data

data to pass to the callback function