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

« back to all changes in this revision

Viewing changes to xml/orig/tp-chan-type-contact-search.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="/TpChanTypeContactSearch">
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.ContactSearch">
18
 
    <method name="GetSearchKeys">
19
 
      <arg direction="out" type="s"/>
20
 
      <arg direction="out" type="a{s(bg)}"/>
21
 
    </method>
22
 
    <method name="GetSearchState">
23
 
      <arg direction="out" type="u"/>
24
 
    </method>
25
 
    <method name="Search">
26
 
      <arg direction="in" name="terms" type="a{sv}"/>
27
 
    </method>
28
 
    <signal name="SearchResultReceived">
29
 
      <arg name="contact" type="u"/>
30
 
      <arg name="values" type="a{sv}"/>
31
 
    </signal>
32
 
    <signal name="SearchStateChanged">
33
 
      <arg name="state" type="u"/>
34
 
    </signal>
35
 
  </interface>
36
 
</node>