query_videos_async


Description:

[ Version ( since = "0.9.1" ) ]
public async void query_videos_async (Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)

Queries the service for videos matching the parameters set on the Query.

This searches site-wide, and imposes no other restrictions or parameters on the query. this and query are both reffed when this function is called, so can safely be freed after this function returns.

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

When the operation is finished, callback will be called. You can then call query_async.end to get the results of the operation.

Parameters:

this

a Service

query

a Query with the query parameters, or null

cancellable

optional Cancellable object, or null

progress_callback

a QueryProgressCallback to call when an entry is loaded, or null

callback

a TaskReadyCallback to call when authentication is finished

destroy_progress_user_data

the function to call when progress_callback will not be called any more, or null. This function will be called with progress_user_data as a parameter and can be used to free any memory allocated for it.

progress_user_data

data to pass to the progress_callback function

user_data

data to pass to the callback function