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

@@ -2,8 +2,8 @@ generated_dbus_sources = []
# DBus server protocols
generated_dbus_sources += gnome.gdbus_codegen('calls-call-dbus',
'sm.puri.Calls.Call.xml',
'org.gnome.Calls.Call.xml',
docbook: 'calls',
interface_prefix: 'sm.puri',
interface_prefix: 'org.gnome',
object_manager: true,
namespace: 'CallsDBus')

View File

@@ -21,7 +21,7 @@
<node>
<interface name="sm.puri.Calls.Call">
<interface name="org.gnome.Calls.Call">
<method name="Accept"/>
<method name="Hangup"/>
<property name="Inbound" type="b" access="read"/>