1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <interface name="org.kde.nepomuk.ServiceControl">
5 <method name="shutdown" />
6 <method name="isInitialized">
7 <arg name="state" type="b" direction="out" />
9 <signal name="serviceInitialized">
10 <arg name="success" type="b" direction="out" />