mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
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:
parent
b74601f7c4
commit
69b919d7ab
4 changed files with 6 additions and 6 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
<chapter id="dbus">
|
||||
<title>DBus interfaces</title>
|
||||
<xi:include href="../src/dbus/calls-sm.puri.Calls.Call.xml"/>
|
||||
<xi:include href="../src/dbus/calls-org.gnome.Calls.Call.xml"/>
|
||||
</chapter>
|
||||
|
||||
</book>
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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"/>
|
Loading…
Reference in a new issue