~thalexander/unity/update-fsf-address

« back to all changes in this revision

Viewing changes to launcher/SingleMonitorLauncherIcon.h

Introspectable: use IntrospectionData class for collecting data from children

Now each introspectable object is called with an IntrospectionData parameter and calling one
of its methods it's the only way to fill introspection data into unity.
As bonus point, remove all the unneeded UnityCore/Variant.cpp inclusions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
protected:
40
40
  std::string GetName() const;
41
 
  void AddProperties(GVariantBuilder* builder);
 
41
  void AddProperties(debug::IntrospectionData&);
42
42
 
43
43
private:
44
44
  void UpdateMonitor();