Skip to content
  • Thomas Haller's avatar
    device: make NMDeviceFactory a class instead of an interface · 18660604
    Thomas Haller authored
    An interface would make sense to allow the actual device-factory to inherit
    from another type.
    
    However, glib interfaces make code much harder to follow and less
    efficient. The device factory shall be a very simple type with meta data
    about supported device types and the ability to create device instances.
    There is no need to make this an interface implementation, instead just
    let the factories inherit from NM_TYPE_DEVICE_FACTORY directly.
    18660604