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

« back to all changes in this revision

Viewing changes to xml/orig/tp-chan-type-text.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="/TpChanTypeText">
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.Text">
18
 
    <method name="AcknowledgePendingMessages">
19
 
      <arg direction="in" name="ids" type="au"/>
20
 
    </method>
21
 
    <method name="GetMessageTypes">
22
 
      <arg direction="out" type="au"/>
23
 
    </method>
24
 
    <method name="ListPendingMessages">
25
 
      <arg direction="in" name="clear" type="b"/>
26
 
      <arg direction="out" type="a(uuuuus)"/>
27
 
    </method>
28
 
    <signal name="LostMessage"/>
29
 
    <signal name="Received">
30
 
      <arg name="id" type="u"/>
31
 
      <arg name="timestamp" type="u"/>
32
 
      <arg name="sender" type="u"/>
33
 
      <arg name="type" type="u"/>
34
 
      <arg name="flags" type="u"/>
35
 
      <arg name="text" type="s"/>
36
 
    </signal>
37
 
    <method name="Send">
38
 
      <arg direction="in" name="type" type="u"/>
39
 
      <arg direction="in" name="text" type="s"/>
40
 
    </method>
41
 
    <signal name="SendError">
42
 
      <arg name="error" type="u"/>
43
 
      <arg name="timestamp" type="u"/>
44
 
      <arg name="type" type="u"/>
45
 
      <arg name="text" type="s"/>
46
 
    </signal>
47
 
    <signal name="Sent">
48
 
      <arg name="timestamp" type="u"/>
49
 
      <arg name="type" type="u"/>
50
 
      <arg name="text" type="s"/>
51
 
    </signal>
52
 
  </interface>
53
 
</node>