~townsend/unity/fix-waiting-to-install

« back to all changes in this revision

Viewing changes to UnityCore/Scope.h

  • Committer: Chris Townsend
  • Date: 2013-07-17 16:24:40 UTC
  • mfrom: (3379.1.48 trunk)
  • Revision ID: christopher.townsend@canonical.com-20130717162440-zbeyzlbq0kdvnypo
MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  nux::ROProperty<bool> is_master;
68
68
  nux::ROProperty<std::string> search_hint;
69
69
  nux::RWProperty<ScopeViewType> view_type;
 
70
  nux::RWProperty<std::string> form_factor;
70
71
 
71
72
  nux::ROProperty<Results::Ptr> results;
72
73
  nux::ROProperty<Filters::Ptr> filters;
84
85
 
85
86
  typedef std::function<void(std::string const&, glib::HintsMap const&, glib::Error const&)> SearchCallback;
86
87
  virtual void Search(std::string const& search_hint, SearchCallback const& callback = nullptr, GCancellable* cancellable = nullptr);
 
88
  virtual void Search(std::string const& search_hint, glib::HintsMap const&, SearchCallback const& callback = nullptr, GCancellable* cancellable = nullptr);
87
89
 
88
90
  typedef std::function<void(LocalResult const&, ScopeHandledType, glib::Error const&)> ActivateCallback;
89
91
  virtual void Activate(LocalResult const& result, ActivateCallback const& callback = nullptr, GCancellable* cancellable = nullptr);
116
118
} // namespace dash
117
119
} // namespace unity
118
120
 
119
 
#endif // UNITY_SCOPE_H
 
 
b'\\ No newline at end of file'
 
121
#endif // UNITY_SCOPE_H