mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
17 lines
552 B
XML
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>
|