query_comments_async
Description:
Retrieves a Feed containing the 
      Comments representing the comments on the 
      Commentable which match the given query.
 this, service and query are all reffed when this method is called, so can safely
      be freed after this method returns.
For more details, see query_comments, which is the synchronous version of this method.
When the operation is finished, callback will be called. You can then call query_comments_async.end to
      get the results of the operation.
Parameters:
| this | |
| service | 
           a Service representing the service with which the object's comments will be manipulated  | 
      
| query | 
           a Query with query parameters, or   | 
      
| cancellable | 
           optional Cancellable object, or   | 
      
| progress_callback | 
           a QueryProgressCallback to call when a comment is loaded, or 
              | 
      
| callback | 
           a TaskReadyCallback to call when the query is finished  | 
      
| destroy_progress_user_data | 
           a function to call when   | 
      
| progress_user_data | 
           data to pass to the   | 
      
| user_data | 
           data to pass to the   |