[ Version ( since = "0.7.0" ) ]
public Feed query_groups (Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of groups matching the given query.
For more details, see query.
| this | |
| 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 |
| progress_user_data |
data to pass to the |