~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to handler/ChatStartingJob.xml

  • Committer: Tiago Salem Herrmann
  • Date: 2016-12-06 16:45:01 UTC
  • mfrom: (1212.1.6 fix-hardcoded-paths)
  • mto: This revision was merged to the branch mainline in revision 1222.
  • Revision ID: tiago.herrmann@canonical.com-20161206164501-rw041bjz35wq9t17
merge parent branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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">
 
3
    <dox:d><![CDATA[
 
4
      @mainpage
 
5
 
 
6
      An interface to the asynchronous chat creation job
 
7
    ]]></dox:d>
 
8
    <interface name="com.canonical.TelephonyServiceHandler.ChatStartingJob" xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
 
9
        <dox:d>
 
10
          An interface to the phone handler helper application.
 
11
        </dox:d>
 
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"/>
 
17
        </property>
 
18
        <property name="status" type="i" access="read"/>
 
19
        <property name="isFinished" type="b" access="read"/>
 
20
        <signal name="channelObjectPathChanged">
 
21
        </signal>
 
22
        <signal name="statusChanged">
 
23
        </signal>
 
24
        <signal name="isFinishedChanged">
 
25
        </signal>
 
26
        <signal name="finished">
 
27
        </signal>
 
28
        <method name="startJob">
 
29
        </method>
 
30
   </interface>
 
31
</node>