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

« back to all changes in this revision

Viewing changes to src/engine/nonblocking/nonblocking-abstract-semaphore.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-14 13:48:23 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130314134823-gyk5av1g508zyj8a
Tags: 0.3.0~pr1-0ubuntu1
New upstream version (FFE lp: #1154316), supports multiple account as
well as full conversation views with inline replies

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        notify_at_reset();
147
147
    }
148
148
    
 
149
    public bool is_passed() {
 
150
        return passed;
 
151
    }
 
152
    
149
153
    public bool is_cancelled() {
150
154
        return (cancellable != null) ? cancellable.is_cancelled() : false;
151
155
    }