summaryrefslogtreecommitdiff
path: root/data/dbus/tracker-extract.xml
blob: 308f21161d613a0fe3b4d97201d04ac541fd202c (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
<?xml version="1.0" encoding="UTF-8"?>

<!--
<busconfig>
    <policy context="default">
      <deny send_interface="org.freedesktop.Tracker1.Indexer"/>
      <allow send_destination="org.freedesktop.Tracker1"/>
    </policy>
</busconfig>
-->

<node name="/">
  <interface name="org.freedesktop.Tracker1.Extract">
    <method name="GetPid">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="i" name="value" direction="out" />
    </method>
    <method name="GetMetadata">
      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
      <arg type="s" name="uri" direction="in" />
      <arg type="s" name="mime" direction="in" />
      <arg type="s" name="preupdate" direction="out" />
      <arg type="s" name="embedded" direction="out" />
    </method>
  </interface>
</node>