~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/Tooltip.cpp

  • 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:
656
656
 
657
657
// Introspection
658
658
 
659
 
const gchar* Tooltip::GetName()
 
659
std::string Tooltip::GetName() const
660
660
{
661
661
  return g_strdup(_name);
662
662
}