mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
12 lines
393 B
XML
12 lines
393 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.juk.search">
|
|
<method name="searchText">
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
<method name="setSearchText">
|
|
<arg name="text" type="s" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|