query_videos
Description:
public Feed query_videos (Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service for videos matching the parameters set on the Query.
This searches site-wide, and imposes no other restrictions or parameters on the query.
Parameters and errors are as for query.
Parameters:
this | |
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 |