~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to gtk/tr-core-dbus.xml

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-05-17 19:39:51 UTC
  • mto: (1.3.4 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090517193951-k8x15sqoxzf7cuyx
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<node>
 
3
  <interface name="com.transmissionbt.Transmission">
 
4
    <method name="AddFile">
 
5
      <arg type="b" name="handled" direction="out"/>
 
6
      <arg type="s" name="filename" direction="in"/>
 
7
    </method>
 
8
    <method name="PresentWindow">
 
9
      <arg type="b" name="handled" direction="out"/>
 
10
    </method>
 
11
  </interface>
 
12
</node>
 
13