summaryrefslogtreecommitdiff
path: root/src/miners/fs/tracker-miner-files-index.xml
blob: 4e02ba3d70b41022a2529644708a0e09efab9f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>

<node name="/">
  <interface name="org.freedesktop.Tracker1.Miner.Files.Index">
    <method name="ReindexMimeTypes">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="as" name="mime_types" direction="in" />
    </method>
    <method name="IndexFile">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="file_uri" direction="in" />
    </method>
    <method name="IndexFileForProcess">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="file_uri" direction="in" />
    </method>
  </interface>
</node>