~mhr3/libunity/remote-scope-sources

« back to all changes in this revision

Viewing changes to test/vala/test-launcher.vala

  • Committer: Tarmac
  • Author(s): Mikkel Kamstrup Erlandsen
  • Date: 2011-12-06 12:23:20 UTC
  • mfrom: (94.1.5 faves-enumerator)
  • Revision ID: tarmac-20111206122320-kelksd90omdjles1
Add Unity.LauncherFavorites API for inspecting the favorite apps in the launcher

Note that this is a read-only API intentionally. The Unity policy is that the
user alone is in control of the launcher. You can listen for changes, and the
ordering is guaranteed to match that of Unity.. Fixes: https://bugs.launchpad.net/bugs/900219. Appoved by Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
      
85
85
      // FIXME: We're not testing the quicklist here, that's a bit tricky
86
86
    }
 
87
    
87
88
  }
88
89
}