~ps-jenkins/indicator-transfer/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to src/com.ubuntu.content.Transfer.xml

  • Committer: Charles Kerr
  • Date: 2014-06-17 01:36:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: charles.kerr@canonical.com-20140617013616-7fcd22wh3hbgaovh
code drop

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<node>
2
 
  <interface name="com.ubuntu.content.dbus.Transfer">
3
 
    <signal name="StateChanged">
4
 
      <arg name="state" type="i"/>
5
 
    </signal>
6
 
    <method name="Id">
7
 
      <arg name="id" type="i" direction="out" />
8
 
    </method>
9
 
    <method name="State">
10
 
      <arg name="state" type="i" direction="out" />
11
 
    </method>
12
 
    <method name="Start">
13
 
    </method>
14
 
    <method name="Handled">
15
 
    </method>
16
 
    <method name="Abort">
17
 
    </method>
18
 
    <method name="Finalize">
19
 
    </method>
20
 
    <method name="Download">
21
 
    </method>
22
 
    <method name="Charge">
23
 
      <arg name="items" type="as" direction="in" />
24
 
    </method>
25
 
    <method name="Collect">
26
 
      <arg name="items" type="as" direction="out" />
27
 
    </method>
28
 
    <method name="Store">
29
 
      <arg name="uri" type="s" direction="out" />
30
 
    </method>
31
 
    <method name="SetStore">
32
 
      <arg name="uri" type="s" direction="in" />
33
 
    </method>
34
 
    <signal name="StoreChanged">
35
 
      <arg name="uri" type="s"/>
36
 
    </signal>
37
 
    <method name="SelectionType">
38
 
      <arg name="selection_type" type="i" direction="out" />
39
 
    </method>
40
 
    <method name="SetSelectionType">
41
 
      <arg name="selection_type" type="i" direction="in" />
42
 
    </method>
43
 
    <signal name="SelectionTypeChanged">
44
 
      <arg name="selection_type" type="i"/>
45
 
    </signal>
46
 
    <method name="DownloadId">
47
 
      <arg name="download_id" type="s" direction="out" />
48
 
    </method>
49
 
    <method name="SetDownloadId">
50
 
      <arg name="download_id" type="s" direction="in" />
51
 
    </method>
52
 
    <signal name="DownloadIdChanged">
53
 
      <arg name="download_id" type="s"/>
54
 
    </signal>
55
 
    <method name="Direction">
56
 
      <arg name="direction" type="i" direction="out" />
57
 
    </method>
58
 
 </interface>
59
 
</node>