kde-playground/zeroconf-ioslave/kdedmodule/org.kde.kdnssd.xml
Ivailo Monev 7ba11c93b8 zeroconf-ioslave: import
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-08-03 08:37:23 +03:00

14 lines
496 B
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.kde.kdnssd">
<method name="watchedDirectories">
<arg type="as" direction="out"/>
</method>
<method name="enteredDirectory">
<arg name="dir" type="s" direction="in"/>
</method>
<method name="leftDirectory">
<arg name="dir" type="s" direction="in"/>
</method>
</interface>
</node>