]> www.fi.muni.cz Git - evince.git/blob - shell/ev-application-service.xml
Add preview toolbar (hidden by default)
[evince.git] / shell / ev-application-service.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/org/gnome/evince/Evince">
4
5   <interface name="org.gnome.evince.Application">
6     <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application"/>
7
8     <method name="OpenWindow">
9       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_window"/>
10       <arg type="u" name="timestamp" direction="in"/>
11     </method>
12
13     <method name="OpenURI">
14       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_uri"/>
15       <arg type="s" name="uri" direction="in"/>
16       <arg type="a{sv}" name="args" direction="in"/>
17       <arg type="u" name="timestamp" direction="in"/>
18     </method>
19
20   </interface>
21
22 </node>