File: ev-daemon-service.xml

package info (click to toggle)
evince 2.30.3-2%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 16,920 kB
  • ctags: 9,448
  • sloc: ansic: 63,753; xml: 14,374; sh: 10,321; cpp: 2,424; makefile: 1,714; python: 110
file content (21 lines) | stat: -rw-r--r-- 620 bytes parent folder | download
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>