query_drives
Description:
[ Version ( since = "0.18.0" ) ]
public DocumentsFeed query_drives (DocumentsDriveQuery? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
public DocumentsFeed query_drives (DocumentsDriveQuery? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of shared drives matching the given query
.
For more details, see query.
Parameters:
this | |
query |
a DocumentsDriveQuery 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 |
Returns:
a DocumentsFeed of query results; unref with unref |