summaryrefslogtreecommitdiff
path: root/src/gnome2/ipc-interface.xml
blob: 43bdd8697fbbe9c117fec467d969377920bf8523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE node PUBLIC
	  "-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
	  "http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.xiphos.remote">

    <method name="setCurrentReference">
      <arg type="s" name="reference" direction="in" />
    </method>

    <method name="getCurrentReference">
      <arg type="s" name="reference" direction="out" />
    </method>

    <method name="getNextSearchReference">
      <arg type="s" name="reference" direction="out" />
    </method>

    <signal name="searchPerformedSignal">
      <arg type="s" name="reference" direction="out" />
      <arg type="i" name="hits" direction="out" />
    </signal>

    <signal name="navigationSignal">
      <arg type="s" name="reference" direction="out" />
    </signal>
  </interface>
</node>