~ubuntu-branches/ubuntu/saucy/geary/saucy-updates

« back to all changes in this revision

Viewing changes to src/engine/api/geary-account.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-10-10 17:40:37 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20131010174037-5p5o4dlsoewek2kg
Tags: 0.4.0-0ubuntu1
New stable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
        Gee.Collection<Geary.EmailIdentifier>? search_ids = null, Cancellable? cancellable = null) throws Error;
318
318
    
319
319
    /**
320
 
     * Given a list of mail IDs, returns a list of words that match for the
321
 
     * last run local_search_async() query.
 
320
     * Given a list of mail IDs, returns a list of words that match the given query string.
322
321
     */
323
 
    public abstract async Gee.Collection<string>? get_search_matches_async(
 
322
    public abstract async Gee.Collection<string>? get_search_matches_async(string query,
324
323
        Gee.Collection<Geary.EmailIdentifier> ids, Cancellable? cancellable = null) throws Error;
325
324
    
326
325
    /**