aboutsummaryrefslogtreecommitdiff
path: root/tests/dbus-types/org.freedesktop.Notifications.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus-types/org.freedesktop.Notifications.xml')
-rw-r--r--tests/dbus-types/org.freedesktop.Notifications.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/tests/dbus-types/org.freedesktop.Notifications.xml b/tests/dbus-types/org.freedesktop.Notifications.xml
deleted file mode 100644
index f7d923e..0000000
--- a/tests/dbus-types/org.freedesktop.Notifications.xml
+++ /dev/null
@@ -1,47 +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">
- <signal name="NotificationClosed">
- <arg name="id" type="u" direction="out"/>
- <arg name="reason" type="u" direction="out"/>
- </signal>
- <signal name="ActionInvoked">
- <arg name="id" type="u" direction="out"/>
- <arg name="action_key" type="s" direction="out"/>
- </signal>
- <signal name="dataChanged">
- <arg name="id" type="u" direction="out"/>
- </signal>
- <method name="CloseNotification">
- <arg name="id" type="u" direction="in"/>
- </method>
- <method name="GetServerInformation">
- <arg name="name" type="s" direction="out"/>
- <arg name="vendor" type="s" direction="out"/>
- <arg name="version" type="s" direction="out"/>
- <arg name="specVersion" type="s" direction="out"/>
- </method>
- <method name="GetCapabilities">
- <arg type="as" direction="out"/>
- </method>
- <method name="Notify">
- <arg type="u" direction="out"/>
- <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"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.In6" value="QVariantMap"/>
- <arg name="expire_timeout" type="i" direction="in"/>
- </method>
- <method name="onDataChanged">
- <arg name="id" type="u" direction="in"/>
- </method>
- <method name="onCompleted">
- <arg name="id" type="u" direction="in"/>
- </method>
- </interface>
-</node>