Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-application-service.xml
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-10-19 17:27:45 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-10-20 16:26:49 (GMT)
commit66e5636dcaace0d9a98845490b09721c12ce3d2b (patch)
treef59d5c02d4f30658b17f317944e2c86f77f8afdc /shell/ev-application-service.xml
parent3f28adc16f40da7048d9693278ed2940aa1e39f0 (diff)
Run evince instances in different processes instead of single instance
- When built with DBus support a daemon is used to keep track of opened documents and reload them when reopened. - Crash recovery code has been removed. - Metadata migration code has been moved from main.c to ev-daemon.c, so that it's only run once on daemon startup. Fixes bgo#583680, bgo#434966, bgo#497388, bgo#524633 and bgo#586087.
Diffstat (limited to 'shell/ev-application-service.xml')
-rw-r--r--shell/ev-application-service.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/ev-application-service.xml b/shell/ev-application-service.xml
index f56bf0b..48fc18f 100644
--- a/shell/ev-application-service.xml
+++ b/shell/ev-application-service.xml
@@ -5,12 +5,6 @@
<interface name="org.gnome.evince.Application">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application"/>
- <method name="OpenWindow">
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_window"/>
- <arg type="a{sv}" name="args" direction="in"/>
- <arg type="u" name="timestamp" direction="in"/>
- </method>
-
<method name="OpenURI">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_uri"/>
<arg type="s" name="uri" direction="in"/>