~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PlacesHomeView.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:
45
45
 
46
46
protected:
47
47
  // Introspectable methods
48
 
  const gchar* GetName();
 
48
  std::string GetName() const;
49
49
  const gchar* GetChildsName();
50
50
  void AddProperties(GVariantBuilder* builder);
51
51