~azzar1/unity/scale-left-padding

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PlacesSimpleTile.h

  • Committer: Andrea Azzarone
  • Date: 2011-12-19 22:18:53 UTC
  • mfrom: (1792 unity)
  • mto: This revision was merged to the branch mainline in revision 1833.
  • Revision ID: azzaronea@gmail.com-20111219221853-wyy8fqwxk78s85ct
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
protected:
49
49
  nux::Geometry GetHighlightGeometry();
50
50
 
51
 
  const gchar* GetName();
52
 
  const gchar* GetChildsName();
53
 
  void          AddProperties(GVariantBuilder* builder);
 
51
  std::string GetName() const;
 
52
  std::string GetChildsName() const;
 
53
  void        AddProperties(GVariantBuilder* builder);
54
54
 
55
55
  virtual bool                    DndSourceDragBegin();
56
56
  virtual nux::NBitmapData*       DndSourceGetDragImage();