summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-10-03 20:29:31 +0200
committerThomas Haller <thaller@redhat.com>2022-10-03 20:30:20 +0200
commit88f5e7518a6451708ec8dd04373a3f2a045e4dab (patch)
tree2202aea592b7d2055f959418fb7eab96e675bd32
parent2ecfec708fd54667cf5aaba288e7b6fd658e4f81 (diff)
downloadNetworkManager-88f5e7518a6451708ec8dd04373a3f2a045e4dab.tar.gz
doc: fix bind-activation description for AddAndActivateConnection2 D-Bus API
Fixes: eb883e34a588 ('core: Add option to AddAndActivateConnection2 to bind the lifetime')
-rw-r--r--introspection/org.freedesktop.NetworkManager.xml2
1 files changed, 1 insertions, 1 deletions
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.
-->
<method name="AddAndActivateConnection2">
<arg name="connection" type="a{sa{sv}}" direction="in"/>