diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-17 01:30:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-17 01:30:24 +0800 |
commit | 1eb9ba3421decc2358999fcf462cb817a0c417f1 (patch) | |
tree | ce8861c6409bddf4ca6b6218da37489ea6bfe92b /graphics/evince/files | |
parent | ac54ab86b86d8b1e494fa8bae5941e802c0e2349 (diff) | |
download | marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.gz marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.bz2 marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.lz marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.xz marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.zst marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.zip |
Add a missing file to fix the build with D-BUS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4510 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince/files')
-rw-r--r-- | graphics/evince/files/ev-application-service.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/evince/files/ev-application-service.xml b/graphics/evince/files/ev-application-service.xml new file mode 100644 index 000000000..68a63e20f --- /dev/null +++ b/graphics/evince/files/ev-application-service.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<node name="/org/gnome/evince/Evince"> + + <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"/> + </method> + + <method name="OpenURI"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_uri"/> + <arg type="s" name="uri" direction="in"/> + <arg type="s" name="page_label" direction="in"/> + </method> + + </interface> + +</node> |