~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PanelIndicatorEntryView.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:
67
67
  void DashShown();
68
68
  void DashHidden();
69
69
 
70
 
  const gchar* GetName();
 
70
  std::string GetName() const;
71
71
  void         AddProperties(GVariantBuilder* builder);
72
72
 
73
73
  virtual void Draw(nux::GraphicsEngine& GfxContext, bool force_draw);