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>2006-10-31 19:40:45 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-10-31 19:40:45 (GMT)
commit64d6ea86fc5614af0004c3e6e84d21706b04d56d (patch)
tree871874b4d16b870cd62743741484281d0b3f803f /shell/ev-application-service.xml
parent133ed2fb65129c8a36f674c06ae693f8ef77f77a (diff)
Add support for multiscreen systems. Fixes bug #316206.
2006-10-31 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-application-service.xml: * shell/ev-application.[ch]: (ev_application_open_window), (ev_application_get_empty_window), (ev_application_open_uri_at_dest), (ev_application_open_uri), (ev_application_open_uri_list): * shell/ev-window.c: (file_open_dialog_response_cb), (ev_window_cmd_recent_file_activate), (ev_window_setup_recent), (drag_data_received_cb), (open_remote_link): * shell/main.c: (arguments_parse), (load_files), (load_files_remote): Add support for multiscreen systems. Fixes bug #316206.
Diffstat (limited to 'shell/ev-application-service.xml')
-rw-r--r--shell/ev-application-service.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-application-service.xml b/shell/ev-application-service.xml
index 4ef2cfa..f56bf0b 100644
--- a/shell/ev-application-service.xml
+++ b/shell/ev-application-service.xml
@@ -6,7 +6,8 @@
<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"/>
+ <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>