~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/QuicklistMenuItem.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:
89
89
  virtual bool GetVisible();
90
90
 
91
91
  // Introspection
92
 
  const gchar* GetName();
 
92
  std::string GetName() const;
93
93
  void AddProperties(GVariantBuilder* builder);
94
94
protected:
95
95