~ubuntu-branches/ubuntu/feisty/libtelepathy/feisty

« back to all changes in this revision

Viewing changes to xml/orig/tp-chan-type-room-list.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="/TpChanTypeRoomList">
3
 
  <interface name="org.freedesktop.Telepathy.Channel">
4
 
    <method name="Close"/>
5
 
    <signal name="Closed"/>
6
 
    <method name="GetChannelType">
7
 
      <arg direction="out" type="s"/>
8
 
    </method>
9
 
    <method name="GetHandle">
10
 
      <arg direction="out" type="u"/>
11
 
      <arg direction="out" type="u"/>
12
 
    </method>
13
 
    <method name="GetInterfaces">
14
 
      <arg direction="out" type="as"/>
15
 
    </method>
16
 
  </interface>
17
 
  <interface name="org.freedesktop.Telepathy.Channel.Type.RoomList">
18
 
    <method name="GetListingRooms">
19
 
      <arg direction="out" type="b"/>
20
 
    </method>
21
 
    <signal name="GotRooms">
22
 
      <arg name="rooms" type="a(usa{sv})"/>
23
 
    </signal>
24
 
    <method name="ListRooms"/>
25
 
    <signal name="ListingRooms">
26
 
      <arg name="listing" type="b"/>
27
 
    </signal>
28
 
  </interface>
29
 
</node>