~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PanelTitlebarGrabAreaView.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:
50
50
  void RecvMouseUp(int x, int y, unsigned long button_flags, unsigned long key_flags);
51
51
  struct timespec time_diff(struct timespec start, struct timespec end);
52
52
 
53
 
  const gchar* GetName();
 
53
  std::string GetName() const;
54
54
  const gchar* GetChildsName();
55
55
  void         AddProperties(GVariantBuilder* builder);
56
56