You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kdbusnotification/src/daemon/notificationdaemon.xml

45 lines
1.8 KiB

<?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>