kde-extraapps/kdeplasma-addons/applets/previewer/org.kde.Previewer.xml

18 lines
552 B
XML
Raw Normal View History

<!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>