mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 02:53:48 +01:00
Add interface definition
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
ccab5cf829
commit
b36c078710
10
org.pwmt.zathura.synctex.xml
Normal file
10
org.pwmt.zathura.synctex.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<!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>
|
Loading…
Reference in New Issue
Block a user