From a045c296385ca4937d34c47dcb308e00b8bed983 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 26 Sep 2013 12:15:11 -0500 Subject: [PATCH] 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. --- introspection/nm-active-connection.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/introspection/nm-active-connection.xml b/introspection/nm-active-connection.xml index d90565ae30..b6a3c48d12 100644 --- a/introspection/nm-active-connection.xml +++ b/introspection/nm-active-connection.xml @@ -14,7 +14,11 @@ The path of the connection. - A specific object associated with the active connection. + + 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. +