File: ev-daemon-gdbus.xml

package info (click to toggle)
evince 49~alpha-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,232 kB
  • sloc: ansic: 72,397; xml: 324; sh: 94; makefile: 21
file content (19 lines) | stat: -rw-r--r-- 717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Introspection 0.1//EN"
                      "http://www.freedesktop.org/software/dbus/introspection.dtd">
<node>
  <interface name="org.gnome.Evince.Daemon">
    <method name="RegisterDocument">
      <arg type="s" name="uri" direction="in"/>
      <arg type="s" name="owner" direction="out"/>
    </method>
    <method name="UnregisterDocument">
      <arg type="s" name="uri" direction="in"/>
    </method>
    <method name="FindDocument">
      <arg type="s" name="uri" direction="in"/>
      <arg type="b" name="spawn" direction="in"/>
      <arg type="s" name="owner" direction="out"/>
    </method>
  </interface>
</node>