kde-extraapps/kdeplasma-addons/applets/previewer/org.kde.Previewer.xml
2015-01-15 17:07:43 +00:00

17 lines
552 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.Previewer">
<method name="openFile">
<arg type="s" direction="in"/>
</method>
<method name="goToPage">
<arg name="page" type="u" direction="in"/>
</method>
<method name="currentFile">
<arg type="s" direction="out"/>
</method>
<method name="currentPage">
<arg type="u" direction="out"/>
</method>
</interface>
</node>