summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>