~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to src/empathy-filter.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2007-05-20 15:31:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070520153142-r3auwguxdgxhktqb
Tags: upstream-0.4
ImportĀ upstreamĀ versionĀ 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<node name="/Filter">
 
3
  <interface name="org.gnome.Empathy.Filter">
 
4
    <annotation name="org.freedesktop.DBus.GLib.ClientCSymbol" value="empathy_filter"/>
 
5
    <method name="HandleChannel">
 
6
      <arg direction="in" type="s" name="bus_name" />
 
7
      <arg direction="in" type="o" name="connection" />
 
8
      <arg direction="in" type="s" name="channel_type" />
 
9
      <arg direction="in" type="o" name="channel" />
 
10
      <arg direction="in" type="u" name="handle_type" />
 
11
      <arg direction="in" type="u" name="handle" />
 
12
      <arg direction="in" type="u" name="context_handle" />
 
13
    </method>
 
14
    <signal name="Process">
 
15
      <arg type="u" name="context_handle" />
 
16
      <arg type="u" name="result" />
 
17
    </signal>
 
18
  </interface>
 
19
</node>