Skip to content
  • Dan Williams's avatar
    core: add nm_connection_provider_get() · fd3fe220
    Dan Williams authored
    In reality the connection provider (NMSettings) is always the same
    object, and some device plugins need access to it.  Instead of
    cluttering up the device plugin API by passing the provider into
    every plugin regardless of whether the plugin needs it, create
    a getter function.
    fd3fe220