mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 08:20:08 +01:00
doc: fix bind-activation description for AddAndActivateConnection2 D-Bus API
Fixes:eb883e34a5('core: Add option to AddAndActivateConnection2 to bind the lifetime') (cherry picked from commit88f5e7518a)
This commit is contained in:
parent
ecc671d88f
commit
afe53b902f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue