~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/Tooltip.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:
77
77
  void ShowTooltipWithTipAt(int anchor_tip_x, int anchor_tip_y);
78
78
 
79
79
  // Introspection
80
 
  const gchar* GetName();
 
80
  std::string GetName() const;
81
81
  void AddProperties(GVariantBuilder* builder);
82
82
 
83
83
  virtual Area* FindAreaUnderMouse(const Point& mouse_position, NuxEventType event_type);