DBus: Use org.gnome prefix and adapt to changes

In preparation to moving to GNOME all the IDs, DBus object paths, etc should
change.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-07-10 04:27:42 +02:00
committed by Evangelos Ribeiro Tzaras
parent b74601f7c4
commit 69b919d7ab
4 changed files with 6 additions and 6 deletions

View File

@@ -22,8 +22,8 @@
* The #CallsCallManager is responsible for exposing the
* call objects on the session bus using #GDBusObjectManager.
*
* Call objects are exported like /sm/puri/Calls/ as
* /sm/puri/Calls/Call/1, /sm/puri/Calls/Call/2, … using
* Call objects are exported like /org/gnome/Calls/ as
* /org/gnome/Calls/Call/1, /org/gnome/Calls/Call/2, … using
* org.freedesktop.DBus.ObjectManager.
*/