~ubuntu-branches/ubuntu/quantal/libtelepathy/quantal

« back to all changes in this revision

Viewing changes to xml/orig/tp-conn.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-08-25 10:53:22 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060825105322-cvqzjcnxsu8qyu71
Tags: 0.0.31-0ubuntu1
* New upstream release.
* debian/*:
  - changes for soname change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" ?>
2
2
<node name="/TpConn">
3
3
  <interface name="org.freedesktop.Telepathy.Connection">
 
4
    <method name="Connect"/>
4
5
    <method name="Disconnect"/>
5
6
    <method name="GetInterfaces">
6
7
      <arg direction="out" type="as"/>
14
15
    <method name="GetStatus">
15
16
      <arg direction="out" type="u"/>
16
17
    </method>
17
 
    <method name="HoldHandle">
18
 
      <arg direction="in" name="handle_type" type="u"/>
19
 
      <arg direction="in" name="handle" type="u"/>
20
 
    </method>
21
 
    <method name="InspectHandle">
22
 
      <arg direction="in" name="handle_type" type="u"/>
23
 
      <arg direction="in" name="handle" type="u"/>
24
 
      <arg direction="out" type="s"/>
25
 
    </method>
26
 
        <method name="InspectHandles">
27
 
          <arg direction="in" name="handle_type" type="u"/>
28
 
          <arg direction="in" name="handles" type="au" />
29
 
          <arg direction="out" type="as"/>
30
 
        </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>
31
27
    <method name="ListChannels">
32
28
      <arg direction="out" type="a(osuu)"/>
33
29
    </method>
38
34
      <arg name="handle" type="u"/>
39
35
      <arg name="suppress_handler" type="b"/>
40
36
    </signal>
41
 
    <method name="ReleaseHandle">
 
37
    <method name="ReleaseHandles">
42
38
      <arg direction="in" name="handle_type" type="u"/>
43
 
      <arg direction="in" name="handle" type="u"/>
 
39
      <arg direction="in" name="handles" type="au"/>
44
40
    </method>
45
41
    <method name="RequestChannel">
46
42
      <arg direction="in" name="type" type="s"/>
49
45
      <arg direction="in" name="suppress_handler" type="b"/>
50
46
      <arg direction="out" type="o"/>
51
47
    </method>
52
 
    <method name="RequestHandle">
 
48
    <method name="RequestHandles">
53
49
      <arg direction="in" name="handle_type" type="u"/>
54
 
      <arg direction="in" name="name" type="s"/>
55
 
      <arg direction="out" type="u"/>
 
50
      <arg direction="in" name="names" type="as"/>
 
51
      <arg direction="out" type="au"/>
56
52
    </method>
57
53
    <signal name="StatusChanged">
58
54
      <arg name="status" type="u"/>