Queries the service to return a list of documents matching the given query
.
Note that query
has to be a DocumentsQuery, rather than just a
Query, as it uses the folder ID specified in
folder_id.
For more details, see query.
this | |
query |
a DocumentsQuery 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 |
a DocumentsFeed of query results; unref with unref |