~ps-jenkins/unity-lens-files/latestsnapshot-7.0daily13.05.07ubuntu.unity.experimental.certified-0ubuntu1

« back to all changes in this revision

Viewing changes to src/locate.vala

  • Committer: Michal Hruby
  • Date: 2013-03-12 13:43:11 UTC
  • Revision ID: michal.mhr@gmail.com-20130312134311-e0cdn2bd241gxsm6
Make sure everything works with latest libunity

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  private BlacklistTracker blacklist_tracker;
40
40
 
41
41
  public async GLib.SList<FileInfo> locate (string input_query,
42
 
                                            Cancellable cancellable) throws Error
 
42
                                            GLib.Cancellable cancellable) throws Error
43
43
  {
44
44
    if (blacklist_tracker == null) blacklist_tracker = new BlacklistTracker ();
45
45
    var result = new GLib.SList<FileInfo> ();