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

« back to all changes in this revision

Viewing changes to xml/orig/tp-chan-iface-group.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="/TpChanIfaceGroup">
3
 
  <interface name="org.freedesktop.Telepathy.Channel.Interface.Group">
4
 
    <method name="AddMembers">
5
 
      <arg direction="in" name="contacts" type="au"/>
6
 
      <arg direction="in" name="message" type="s"/>
7
 
    </method>
8
 
    <method name="GetAllMembers">
9
 
      <arg direction="out" type="au"/>
10
 
      <arg direction="out" type="au"/>
11
 
      <arg direction="out" type="au"/>
12
 
    </method>
13
 
    <method name="GetGroupFlags">
14
 
      <arg direction="out" type="u"/>
15
 
    </method>
16
 
    <method name="GetHandleOwners">
17
 
      <arg direction="in" name="handles" type="au"/>
18
 
      <arg direction="out" type="au"/>
19
 
    </method>
20
 
    <method name="GetLocalPendingMembers">
21
 
      <arg direction="out" type="au"/>
22
 
    </method>
23
 
    <method name="GetMembers">
24
 
      <arg direction="out" type="au"/>
25
 
    </method>
26
 
    <method name="GetRemotePendingMembers">
27
 
      <arg direction="out" type="au"/>
28
 
    </method>
29
 
    <method name="GetSelfHandle">
30
 
      <arg direction="out" type="u"/>
31
 
    </method>
32
 
    <signal name="GroupFlagsChanged">
33
 
      <arg name="added" type="u"/>
34
 
      <arg name="removed" type="u"/>
35
 
    </signal>
36
 
    <signal name="MembersChanged">
37
 
      <arg name="message" type="s"/>
38
 
      <arg name="added" type="au"/>
39
 
      <arg name="removed" type="au"/>
40
 
      <arg name="local_pending" type="au"/>
41
 
      <arg name="remote_pending" type="au"/>
42
 
      <arg name="actor" type="u"/>
43
 
      <arg name="reason" type="u"/>
44
 
    </signal>
45
 
    <method name="RemoveMembers">
46
 
      <arg direction="in" name="contacts" type="au"/>
47
 
      <arg direction="in" name="message" type="s"/>
48
 
    </method>
49
 
  </interface>
50
 
</node>