diff options
Diffstat (limited to 'src/daemon/notificationdaemon.xml')
-rw-r--r-- | src/daemon/notificationdaemon.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/daemon/notificationdaemon.xml b/src/daemon/notificationdaemon.xml new file mode 100644 index 0000000..81c1674 --- /dev/null +++ b/src/daemon/notificationdaemon.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<node name="/org/freedesktop/Notifications"> + + <interface name="org.freedesktop.Notifications"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="NotifyDaemon"/> + <method name="Notify"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_notify_handler"/> + <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> + <arg type="s" name="app_name" direction="in" /> + <arg type="u" name="id" direction="in" /> + <arg type="s" name="icon" direction="in" /> + <arg type="s" name="summary" direction="in" /> + <arg type="s" name="body" direction="in" /> + <arg type="as" name="actions" direction="in" /> + <arg type="a{sv}" name="hints" direction="in" /> + <arg type="i" name="timeout" direction="in" /> + <arg type="u" name="return_id" direction="out" /> + </method> + + <method name="CloseNotification"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_close_notification_handler"/> + <arg type="u" name="id" direction="in" /> + </method> + + <method name="GetCapabilities"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_get_capabilities"/> + <arg type="as" name="return_caps" direction="out"/> + </method> + + <method name="ReloadSettings"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_reload_settings"/> + </method> + + <method name="GetServerInformation"> + <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_get_server_information"/> + <arg type="s" name="return_name" direction="out"/> + <arg type="s" name="return_vendor" direction="out"/> + <arg type="s" name="return_version" direction="out"/> + <arg type="s" name="return_spec_version" direction="out"/> + </method> + + </interface> +</node> |