mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 21:10:08 +01:00
api: clarify lifetime and behavior of ActiveConnection's SpecificObject property (rh #1012309)
It doesn't change once it's set, and it reflects the original specific object used during activation. It will not, for example, switch to the currently active WiFi access point even if the original access point that was used as the specific object disappears.
This commit is contained in:
parent
f820fbeeb3
commit
a045c29638
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@
|
|||
<tp:docstring>The path of the connection.</tp:docstring>
|
||||
</property>
|
||||
<property name="SpecificObject" type="o" access="read">
|
||||
<tp:docstring>A specific object associated with the active connection.</tp:docstring>
|
||||
<tp:docstring>
|
||||
A specific object associated with the active connection. This property
|
||||
reflects the specific object used during connection activation, and will
|
||||
not change over the lifetime of the ActiveConnection once set.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="Uuid" type="s" access="read">
|
||||
<tp:docstring>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue