Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-daemon-service.xml
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-daemon-service.xml')
-rw-r--r--shell/ev-daemon-service.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/shell/ev-daemon-service.xml b/shell/ev-daemon-service.xml
new file mode 100644
index 0000000..5c90b69
--- /dev/null
+++ b/shell/ev-daemon-service.xml
@@ -0,0 +1,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>