From 43c19d755a59e07fb6135c6885b1d3723ec15498 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 30 Oct 2018 16:40:40 +0100 Subject: [PATCH] core: Add an AddAndActivateConnection2 routine with options parameter This adds a new routine to be able to handle an arbitrary set of further options for AddAndActivateConnection. Note that no options are accepted for now. --- .../org.freedesktop.NetworkManager.xml | 28 +++++++++++++ src/nm-manager.c | 41 ++++++++++++++++++- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml index 6c6ec282a6..356297722f 100644 --- a/introspection/org.freedesktop.NetworkManager.xml +++ b/introspection/org.freedesktop.NetworkManager.xml @@ -100,6 +100,8 @@ (automatically filling in missing settings with the capabilities of the given device and specific object), then activate the new connection. Cannot be used for VPN connections at this time. + + See also AddAndActivateConnection2. --> @@ -109,6 +111,32 @@ + + + + + + + + + +