]> www.fi.muni.cz Git - evince.git/blob - shell/ev-daemon-service.xml
Run evince instances in different processes instead of single instance
[evince.git] / shell / ev-daemon-service.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/org/gnome/evince/Daemon">
4
5   <interface name="org.gnome.evince.Daemon">
6     <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_daemon"/>
7
8     <method name="RegisterDocument">
9        <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
10        <arg type="s" name="uri" direction="in"/>
11        <arg type="s" name="owner" direction="out"/>
12     </method>
13
14     <method name="UnregisterDocument">
15       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
16       <arg type="s" name="uri" direction="in"/>
17     </method>
18
19   </interface>
20
21 </node>