From 88f5e7518a6451708ec8dd04373a3f2a045e4dab Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 3 Oct 2022 20:29:31 +0200 Subject: [PATCH] doc: fix bind-activation description for AddAndActivateConnection2 D-Bus API Fixes: eb883e34a588 ('core: Add option to AddAndActivateConnection2 to bind the lifetime') --- introspection/org.freedesktop.NetworkManager.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml index 65859881ba..1618570623 100644 --- a/introspection/org.freedesktop.NetworkManager.xml +++ b/introspection/org.freedesktop.NetworkManager.xml @@ -130,7 +130,7 @@ parameters. At this time the following options are supported: * persist: A string value of either "disk" (default), "memory" or "volatile". If "memory" is passed, the connection will not be saved to disk. If "volatile" is passed, the connection will not be saved to disk and will be destroyed when disconnected. - * bind-activation: Bind the activation lifetime. Set to "dbus-name" to automatically disconnect when the requesting process disappears from the bus. The default of "none" means the connection is kept activated normally. + * bind-activation: Bind the activation lifetime. Set to "dbus-client" to automatically disconnect when the requesting process disappears from the bus. The default of "none" means the connection is kept activated normally. -->