summaryrefslogtreecommitdiff
path: root/saltoqd/org.freedesktop.Notifications.xml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-04-04 23:34:37 +0200
committerJavier <dev.git@javispedro.com>2015-04-04 23:34:37 +0200
commit5a4a7536d9975df843fffa8bba00b54f60c6f21b (patch)
treea34a0e65b0987f63a259abefecfc1c8f6f657384 /saltoqd/org.freedesktop.Notifications.xml
parentac3bd1bd981d58d1e0ff114314c7bd823232ad11 (diff)
downloadsaltoq-5a4a7536d9975df843fffa8bba00b54f60c6f21b.tar.gz
saltoq-5a4a7536d9975df843fffa8bba00b54f60c6f21b.zip
add dbus service
Diffstat (limited to 'saltoqd/org.freedesktop.Notifications.xml')
-rw-r--r--saltoqd/org.freedesktop.Notifications.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/saltoqd/org.freedesktop.Notifications.xml b/saltoqd/org.freedesktop.Notifications.xml
deleted file mode 100644
index 3e645a0..0000000
--- a/saltoqd/org.freedesktop.Notifications.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<node>
- <interface name="org.freedesktop.Notifications">
- <!-- (Partial) Desktop Notification Specification interface -->
- <method name="Notify">
- <arg name="app_name" type="s" direction="in"/>
- <arg name="replaces_id" type="u" direction="in"/>
- <arg name="app_icon" type="s" direction="in"/>
- <arg name="summary" type="s" direction="in"/>
- <arg name="body" type="s" direction="in"/>
- <arg name="actions" type="as" direction="in"/>
- <arg name="hints" type="a{sv}" direction="in"/>
- <arg name="expire_timeout" type="i" direction="in"/>
- <arg name="id" type="u" direction="out"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.In6" value="QVariantHash"/>
- </method>
- <method name="CloseNotification">
- <arg name="id" type="u" direction="in"/>
- </method>
-</node>