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

« back to all changes in this revision

Viewing changes to xml/orig/tp-conn.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="/TpConn">
3
 
  <interface name="org.freedesktop.Telepathy.Connection">
4
 
    <method name="Connect"/>
5
 
    <method name="Disconnect"/>
6
 
    <method name="GetInterfaces">
7
 
      <arg direction="out" type="as"/>
8
 
    </method>
9
 
    <method name="GetProtocol">
10
 
      <arg direction="out" type="s"/>
11
 
    </method>
12
 
    <method name="GetSelfHandle">
13
 
      <arg direction="out" type="u"/>
14
 
    </method>
15
 
    <method name="GetStatus">
16
 
      <arg direction="out" type="u"/>
17
 
    </method>
18
 
    <method name="HoldHandles">
19
 
      <arg direction="in" name="handle_type" type="u"/>
20
 
      <arg direction="in" name="handles" type="au"/>
21
 
    </method>
22
 
    <method name="InspectHandles">
23
 
      <arg direction="in" name="handle_type" type="u"/>
24
 
      <arg direction="in" name="handles" type="au"/>
25
 
      <arg direction="out" type="as"/>
26
 
    </method>
27
 
    <method name="ListChannels">
28
 
      <arg direction="out" type="a(osuu)"/>
29
 
    </method>
30
 
    <signal name="NewChannel">
31
 
      <arg name="object_path" type="o"/>
32
 
      <arg name="channel_type" type="s"/>
33
 
      <arg name="handle_type" type="u"/>
34
 
      <arg name="handle" type="u"/>
35
 
      <arg name="suppress_handler" type="b"/>
36
 
    </signal>
37
 
    <method name="ReleaseHandles">
38
 
      <arg direction="in" name="handle_type" type="u"/>
39
 
      <arg direction="in" name="handles" type="au"/>
40
 
    </method>
41
 
    <method name="RequestChannel">
42
 
      <arg direction="in" name="type" type="s"/>
43
 
      <arg direction="in" name="handle_type" type="u"/>
44
 
      <arg direction="in" name="handle" type="u"/>
45
 
      <arg direction="in" name="suppress_handler" type="b"/>
46
 
      <arg direction="out" type="o"/>
47
 
    </method>
48
 
    <method name="RequestHandles">
49
 
      <arg direction="in" name="handle_type" type="u"/>
50
 
      <arg direction="in" name="names" type="as"/>
51
 
      <arg direction="out" type="au"/>
52
 
    </method>
53
 
    <signal name="StatusChanged">
54
 
      <arg name="status" type="u"/>
55
 
      <arg name="reason" type="u"/>
56
 
    </signal>
57
 
  </interface>
58
 
</node>