~canonical-dx-team/unity/unity.fix-685830

« back to all changes in this revision

Viewing changes to src/Introspectable.h

[merge] Panel introspection

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
protected:
33
33
  virtual const gchar *GetName () = 0;
 
34
  virtual const gchar *GetChildsName ();
34
35
  virtual void AddProperties (GVariantBuilder *builder) = 0;
35
36
  /*
36
37
   * AddProperties should be implemented as such ...
51
52
  std::list<Introspectable *> _children;
52
53
};
53
54
 
54
 
#endif
 
 
b'\\ No newline at end of file'
 
55
#endif