summaryrefslogtreecommitdiffstats
path: root/data/dbus-interfaces/org.gtk.Notifications.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/dbus-interfaces/org.gtk.Notifications.xml')
-rw-r--r--data/dbus-interfaces/org.gtk.Notifications.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/dbus-interfaces/org.gtk.Notifications.xml b/data/dbus-interfaces/org.gtk.Notifications.xml
new file mode 100644
index 0000000..56a6cec
--- /dev/null
+++ b/data/dbus-interfaces/org.gtk.Notifications.xml
@@ -0,0 +1,13 @@
+<node>
+ <interface name="org.gtk.Notifications">
+ <method name="AddNotification">
+ <arg name="app_id" type="s" direction="in"/>
+ <arg name="id" type="s" direction="in"/>
+ <arg name="notification" type="a{sv}" direction="in"/>
+ </method>
+ <method name="RemoveNotification">
+ <arg name="app_id" type="s" direction="in"/>
+ <arg name="id" type="s" direction="in"/>
+ </method>
+ </interface>
+</node>