~ubuntu-branches/ubuntu/oneiric/libtelepathy/oneiric

« back to all changes in this revision

Viewing changes to xml/orig/tp-chan-iface-hold.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2007-03-12 11:43:26 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070312114326-v4aezxb6sr8utds1
Tags: 0.0.51-2
Bump shlibs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<node name="/TpChanIfaceHold">
3
 
  <interface name="org.freedesktop.Telepathy.Channel.Interface.Hold">
4
 
    <method name="GetHoldState">
5
 
      <arg direction="in" name="member" type="u"/>
6
 
      <arg direction="out" type="u"/>
7
 
    </method>
8
 
    <signal name="HoldStateChanged">
9
 
      <arg name="member" type="u"/>
10
 
      <arg name="state" type="u"/>
11
 
    </signal>
12
 
    <method name="RequestHold">
13
 
      <arg direction="in" name="member" type="u"/>
14
 
      <arg direction="in" name="hold" type="b"/>
15
 
    </method>
16
 
  </interface>
17
 
</node>