[RFE] Add public wireguard import function to libnm-core
As a GNOME user,
I'd like to be able to create WireGuard connections by importing WireGuard config files in the gnome-control-center (Settings) GUI.
Currently, there is a nm_vpn_wireguard_import()
function in libnmc-base
.
I'd like a function with the same functionality to be exposed in libnm-core, so the GNOME Settings import can be implemented without importing NM client code.