summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <[email protected]>2011-07-21 15:17:40 +0200
committerraveit65 <[email protected]>2018-07-08 12:19:44 +0200
commitbc859fd4560cac60e9292ebaec88222c9eefd634 (patch)
tree8aafef11730dac8f20b37d9b84fdf9ec82f386e2
parent59ea038536cf7049f68760995a35079e03d60d3e (diff)
downloadeom-bc859fd4560cac60e9292ebaec88222c9eefd634.tar.bz2
eom-bc859fd4560cac60e9292ebaec88222c9eefd634.tar.xz
Remove leftover DBus service description file
It's not needed anymore after switching to GtkApplication. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/71c7a06
-rw-r--r--src/eom-application-service.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/eom-application-service.xml b/src/eom-application-service.xml
deleted file mode 100644
index 6089812..0000000
--- a/src/eom-application-service.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/org/mate/eom/Eom">
-
- <interface name="org.mate.eom.Application">
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="eom_application"/>
-
- <method name="OpenWindow">
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="eom_application_open_window"/>
- <arg type="u" name="timestamp" direction="in"/>
- <arg type="y" name="flags" direction="in"/>
- </method>
-
- <method name="OpenUris">
- <annotation name="org.freedesktop.DBus.Glib.CSymbol" value="eom_application_open_uris"/>
- <arg type="as" name="uris" direction="in"/>
- <arg type="u" name="timestamp" direction="in"/>
- <arg type="y" name="flags" direction="in"/>
- </method>
-
- </interface>
-
-</node>