mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
14 lines
496 B
XML
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>
|