~fginther/unity/100-scopes-search-tests-2

« back to all changes in this revision

Viewing changes to UnityCore/Scope.h

  • Committer: Nick Dedekind
  • Date: 2013-03-07 16:47:46 UTC
  • Revision ID: nicholas.dedekind@gmail.com-20130307164746-365kkzfy3e6e9wjs
Removed UpdatePreviewProperty

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                                     ActivateCallback const& callback = nullptr,
98
98
                                     GCancellable* cancellable = nullptr);
99
99
 
100
 
  typedef std::function<void(glib::HintsMap const&, glib::Error const&)> UpdatePreviewPropertyCallback;
101
 
  virtual void UpdatePreviewProperty(LocalResult const& result, glib::HintsMap const& hints, UpdatePreviewPropertyCallback const& callback = nullptr, GCancellable* cancellable = nullptr);
102
 
 
103
100
  virtual Results::Ptr GetResultsForCategory(unsigned category) const;
104
101
 
105
102