diff options
| author | Michael Biebl <biebl@debian.org> | 2012-03-24 01:37:02 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-03-24 01:37:02 +0100 |
| commit | de06e5715e780baade318f3490ac7a4c9ce84e32 (patch) | |
| tree | 23fbc3fafc12072476eff98bee60100eb54c29db /docs/api/migrating-to-09.xml | |
| parent | b436a68a20ff3114ded32a7a3d70cdd4954039f9 (diff) | |
Imported Upstream version 0.9.4.0 upstream/0.9.4.0
Diffstat (limited to 'docs/api/migrating-to-09.xml')
| -rw-r--r-- | docs/api/migrating-to-09.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/api/migrating-to-09.xml b/docs/api/migrating-to-09.xml index 910c1369..f282d646 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> |