add more spacing
[personal-kdebase.git] / runtime / nepomuk / interfaces / org.kde.NepomukServer.xml
blob1747140c01746086a6c5b1666184d02bd4ed973f
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2          "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.kde.NepomukServer">
5     <method name="enableStrigi">
6       <arg name="enabled" type="b" direction="in" />
7     </method>
8     <method name="enableNepomuk">
9       <arg name="enabled" type="b" direction="in" />
10     </method>
11     <method name="isStrigiEnabled">
12       <arg name="enabled" type="b" direction="out" />
13     </method>
14     <method name="isNepomukEnabled">
15       <arg name="enabled" type="b" direction="out" />
16     </method>
17     <method name="defaultRepository">
18       <arg name="repositoryName" type="s" direction="out" />
19     </method>
20     <method name="reconfigure" />
21     <method name="quit" />
22   </interface>
23 </node>