summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-12-19 11:24:02 -0600
committerDan Williams <dcbw@redhat.com>2011-12-19 11:24:02 -0600
commit200297b6173a9ec0573dba764b6d78676fb9a73a (patch)
tree045df7a5c2112130ab2e7ed4fdc20258fa8b2b16 /docs
parent241d5ebd16da2423ac109b199885fd5c194c1977 (diff)
downloadNetworkManager-200297b6173a9ec0573dba764b6d78676fb9a73a.tar.gz
docs: fix settings service object path name in migration guide
Diffstat (limited to 'docs')
-rw-r--r--docs/api/migrating-to-09.xml14
1 files 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,
<literal>org.freedesktop.NetworkManager</literal>. The object path of
- the settings service remains unchanged.
+ the settings service has also changed to
+ <literal>/org/freedesktop/NetworkManager/Settings</literal>.
</para>
<para>
Additionally, the D-Bus interface of the settings service has changed
@@ -143,11 +144,12 @@
and <literal>CanModify</literal> properties.
</para>
<para>
- <emphasis role="strong">Action:</emphasis> change the service name that
- your application uses to request system network settings to
- <literal>org.freedesktop.NetworkManager</literal>, and update the D-Bus
- interface that codes uses to talk to the settings service to
- <ulink url="spec.html#org.freedesktop.NetworkManager.Settings">
+ <emphasis role="strong">Action:</emphasis> change the service name and
+ object path that your application uses to request system network settings
+ to <literal>org.freedesktop.NetworkManager</literal> and
+ <literal>/org/freedesktop/NetworkManager/Settings</literal> respectively,
+ and update the D-Bus interface that codes uses to talk to the settings
+ service to <ulink url="spec.html#org.freedesktop.NetworkManager.Settings">
<literal>org.freedesktop.NetworkManager.Settings</literal></ulink>.
Listen for hostname changes using the new interface name as well.
</para>