query_files
Description:
public Feed query_files (PicasaWebAlbum? album, Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
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.
For more details, see query.
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
|
progress_user_data |
data to pass to the |