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

« back to all changes in this revision

Viewing changes to xml/orig/tp-conn-iface-avatars.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
<?xml version="1.0" ?>
 
2
<node name="/TpConnIfaceAvatars">
 
3
  <interface name="org.freedesktop.Telepathy.Connection.Interface.Avatars">
 
4
    <method name="GetAvatarRequirements">
 
5
      <arg direction="out" type="asqqqqu"/>
 
6
    </method>
 
7
    <method name="GetAvatarTokens">
 
8
      <arg direction="in" name="contacts" type="au"/>
 
9
      <arg direction="out" type="as"/>
 
10
    </method>
 
11
    <method name="RequestAvatar">
 
12
      <arg direction="in" name="contact" type="u"/>
 
13
      <arg direction="out" type="ays"/>
 
14
    </method>
 
15
    <method name="SetAvatar">
 
16
      <arg direction="in" name="avatar" type="ay"/>
 
17
      <arg direction="in" name="mime_type" type="s"/>
 
18
      <arg direction="out" type="s"/>
 
19
    </method>
 
20
    <signal name="AvatarUpdated">
 
21
      <arg name="contact" type="u"/>
 
22
      <arg name="new_avatar_token" type="s"/>
 
23
    </signal>
 
24
  </interface>
 
25
</node>