14 lines
510 B
XML
14 lines
510 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.ukui.search.fileindex">
|
|
<method name="appendIndexableListItem">
|
|
<arg type="i" direction="out"/>
|
|
<arg name="path" type="s" direction="in"/>
|
|
</method>
|
|
<method name="removeIndexableListItem">
|
|
<arg type="b" direction="out"/>
|
|
<arg name="path" type="s" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|