~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/DashSearchBar.h

  • Committer: Alex Launi
  • Date: 2011-11-08 18:21:44 UTC
  • Revision ID: alex.launi@canonical.com-20111108182144-s92diskezfihk2g4
Convert debugging code from gchar* to std::string

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  static gboolean OnLiveSearchTimeout(SearchBar* self);
89
89
 
90
90
  std::string GetName() const;
91
 
  std::string GetChildsName();
 
91
  std::string GetChildsName() const;
92
92
  void AddProperties(GVariantBuilder* builder);
93
93
  bool AcceptKeyNavFocus();
94
94