Skip to content
  • Dan Winship's avatar
    core: move D-Bus export/unexport into NMExportedObject · c1dd3b6e
    Dan Winship authored
    Move D-Bus export/unexport handling into NMExportedObject and remove
    type-specific export/get_path methods (export paths are now specified
    at the class level, and NMExportedObject handles the counters for all
    exported types automatically).
    
    Since all exportable objects now use the same get_path() method, we
    can also add some helper methods to simplify get_property()
    implementations for object-path and object-path-array properties.
    c1dd3b6e