zathura/data/org.pwmt.zathura.synctex.xml
Sebastian Ramacher 85e8833305 Move D-Bus interface definition and vim ftplugin to data
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-12-27 22:32:19 +01:00

11 lines
421 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.pwmt.zathura.synctex'>
<method name='View'>
<arg type='s' name='position' direction='in' />
<arg type='b' name='return' direction='out' />
</method>
<property type='s' name='filename' access='read' />
</interface>
</node>