query_files_async
Description:
public async void query_files_async (PicasaWebAlbum? album, Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the specified album
for a list of the files which match the given query
.
If album
is null
and a user is authenticated with the service, the user's default album will be queried.
this, album
and query
are all reffed when this function is called, so can safely be
unreffed after this function returns.
For more details, see query_files, which is the synchronous version of this function, and query_async, which is the base asynchronous query function.
Parameters:
this | |
album |
a PicasaWebAlbum from which to retrieve the files, or |
query |
a Query with the query parameters, or |
cancellable |
optional Cancellable object, or |
progress_callback |
a QueryProgressCallback to call when an entry is loaded, or
|
callback |
a TaskReadyCallback to call when the query is finished |
destroy_progress_user_data |
the function to call when |
progress_user_data |
data to pass to the |
user_data |
data to pass to the |