~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PlacesSimpleTile.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:
47
47
protected:
48
48
  nux::Geometry GetHighlightGeometry();
49
49
 
50
 
  const gchar* GetName();
51
 
  const gchar* GetChildsName();
52
 
  void          AddProperties(GVariantBuilder* builder);
 
50
  std::string GetName() const;
 
51
  std::string GetChildsName() const;
 
52
  void        AddProperties(GVariantBuilder* builder);
53
53
 
54
54
  virtual bool                    DndSourceDragBegin();
55
55
  virtual nux::NBitmapData*       DndSourceGetDragImage();