Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-daemon-service.xml
blob: 5c90b696e9a4c377758ef43652dd89a47fc89e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/org/gnome/evince/Daemon">

  <interface name="org.gnome.evince.Daemon">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_daemon"/>

    <method name="RegisterDocument">
       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
       <arg type="s" name="uri" direction="in"/>
       <arg type="s" name="owner" direction="out"/>
    </method>

    <method name="UnregisterDocument">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg type="s" name="uri" direction="in"/>
    </method>

  </interface>

</node>