1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2
<node xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
6
An interface to the asynchronous chat creation job
8
<interface name="com.canonical.TelephonyServiceHandler.ChatStartingJob" xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
10
An interface to the phone handler helper application.
12
<property name="accountId" type="s" access="read"/>
13
<property name="channelObjectPath" type="s" access="read"/>
14
<property name="objectPath" type="s" access="read"/>
15
<property name="properties" type="a{sv}" access="read">
16
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
18
<property name="status" type="i" access="read"/>
19
<property name="isFinished" type="b" access="read"/>
20
<signal name="channelObjectPathChanged">
22
<signal name="statusChanged">
24
<signal name="isFinishedChanged">
26
<signal name="finished">
28
<method name="startJob">