From 200297b6173a9ec0573dba764b6d78676fb9a73a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 19 Dec 2011 11:24:02 -0600 Subject: [PATCH] docs: fix settings service object path name in migration guide --- docs/api/migrating-to-09.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/api/migrating-to-09.xml b/docs/api/migrating-to-09.xml index 910c1369f1..f282d64626 100644 --- a/docs/api/migrating-to-09.xml +++ b/docs/api/migrating-to-09.xml @@ -126,7 +126,8 @@ service names are no longer used. Instead NetworkManager provides the settings service using its own D-Bus service name, org.freedesktop.NetworkManager. The object path of - the settings service remains unchanged. + the settings service has also changed to + /org/freedesktop/NetworkManager/Settings. Additionally, the D-Bus interface of the settings service has changed @@ -143,11 +144,12 @@ and CanModify properties. - Action: change the service name that - your application uses to request system network settings to - org.freedesktop.NetworkManager, and update the D-Bus - interface that codes uses to talk to the settings service to - + Action: change the service name and + object path that your application uses to request system network settings + to org.freedesktop.NetworkManager and + /org/freedesktop/NetworkManager/Settings respectively, + and update the D-Bus interface that codes uses to talk to the settings + service to org.freedesktop.NetworkManager.Settings. Listen for hostname changes using the new interface name as well.