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, 0 insertions, 21 deletions
diff --git a/shell/ev-daemon-service.xml b/shell/ev-daemon-service.xml
deleted file mode 100644
index 5c90b69..0000000
--- a/shell/ev-daemon-service.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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>