Skip to content
  • Thomas Haller's avatar
    libnm,core: make for-each-secret implementation virtual functions of NMSetting · 353e619c
    Thomas Haller authored
    We already need to special handle regular settings (with secrets as
    GObject properties) and VPN secrets.
    
    Next, we will also need to special handle WireGuard peers, which can
    have secrets too.
    
    Move the code to a virtual function, so that "nm-connection.c" and
    "nm-setting.c" does not have explicit per-setting knowledge.
    353e619c