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

« back to all changes in this revision

Viewing changes to src/IndicatorObjectFactory.h

[merge] Panel introspection

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  // Indicators (probably though a bunch of removed/added events)
38
38
  virtual void ForceRefresh () = 0;
39
39
 
 
40
  // For adding factory-specific properties
 
41
  virtual void AddProperties (GVariantBuilder *builder) = 0;
 
42
 
40
43
  // Signals
41
44
  sigc::signal<void, IndicatorObjectProxy *> OnObjectAdded;
42
45
  sigc::signal<void, IndicatorObjectProxy *> OnObjectRemoved;