tracker r1288 - branches/xesam-support/data



Author: pvanhoof
Date: Tue Apr 22 15:20:43 2008
New Revision: 1288
URL: http://svn.gnome.org/viewvc/tracker?rev=1288&view=rev

Log:
Added forgotten file

Added:
   branches/xesam-support/data/tracker-xesam-search.xml

Added: branches/xesam-support/data/tracker-xesam-search.xml
==============================================================================
--- (empty file)
+++ branches/xesam-support/data/tracker-xesam-search.xml	Tue Apr 22 15:20:43 2008
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Generic search interface (see other interfaces for file/keyword
+     specific searches). 
+  -->
+<node name="/org/freedesktop/xesam">
+  <interface name="org.freedesktop.xesam.Search">
+
+    <method name="NewSession">
+      <arg type="s" name="session" direction="out" />
+    </method>
+
+
+    <method name="SetProperty">
+      <arg type="s" name="session" direction="in" />
+      <arg type="s" name="prop" direction="in" />
+      <arg type="v" name="val" direction="in" />
+      <arg type="v" name="new_val" direction="out" />
+    </method>
+
+    <method name="GetProperty">
+      <arg type="s" name="session" direction="in" />
+      <arg type="s" name="prop" direction="in" />
+      <arg type="v" name="value" direction="out" />
+    </method>
+
+    <method name="CloseSession">
+      <arg type="s" name="session" direction="in" />
+    </method>
+
+
+    <method name="NewSearch">
+      <arg type="s" name="session" direction="in" />
+      <arg type="s" name="query_xml" direction="in" />
+      <arg type="s" name="search" direction="out" />
+    </method>
+
+    <method name="StartSearch">
+      <arg type="s" name="search" direction="in" />
+    </method>
+
+    <method name="GetHitCount">
+      <arg type="s" name="search" direction="in" />
+      <arg type="u" name="count" direction="out" />
+    </method>
+
+    <method name="GetHits">
+      <arg type="s" name="search" direction="in" />
+      <arg type="aav" name="hits" direction="out" />
+    </method>
+
+
+    <method name="GetHitData">
+      <arg type="s" name="search" direction="in" />
+      <arg type="au" name="hit_ids" direction="in" />
+      <arg type="as" name="fields" direction="in" />
+      <arg type="aav" name="hit_data" direction="out" />
+    </method>
+
+    <method name="CloseSearch">
+      <arg type="s" name="search" direction="in" />
+    </method>
+
+    <method name="GetState">
+      <arg type="as" name="state_info" direction="out" />
+    </method>
+
+    <signal name="HitsAdded">
+      <arg type="s" name="search" />
+      <arg type="u" name="count" />
+    </signal>
+
+    <signal name="HitsRemoved">
+      <arg type="s" name="search" />
+      <arg type="au" name="hit_ids" />
+    </signal>
+
+    <signal name="HitsModified">
+      <arg type="s" name="search" />
+      <arg type="au" name="hit-ids" />
+    </signal>
+
+    <signal name="SearchDone">
+      <arg type="s" name="search" />
+    </signal>
+
+    <signal name="StateChanged">
+      <arg type="as" name="state_info" />
+    </signal>
+
+  </interface>
+</node>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]