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 message sending job
8
<interface name="com.canonical.TelephonyServiceHandler.MessageSendingJob" 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="messageId" type="s" access="read"/>
14
<property name="channelObjectPath" type="s" access="read"/>
15
<property name="objectPath" type="s" access="read"/>
16
<property name="properties" type="a{sv}" access="read">
17
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
19
<property name="status" type="i" access="read"/>
20
<property name="isFinished" type="b" access="read"/>
21
<signal name="accountIdChanged">
23
<signal name="messageIdChanged">
25
<signal name="channelObjectPathChanged">
27
<signal name="statusChanged">
29
<signal name="isFinishedChanged">
31
<signal name="finished">
33
<method name="startJob">