You've already forked ukui-notification-daemon
mirror of
https://github.com/ukui/ukui-notification-daemon.git
synced 2026-03-09 09:30:35 -07:00
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<!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="local.notifyManager">
|
|
<method name="CloseNotification">
|
|
<arg name="id" type="u" direction="in"/>
|
|
</method>
|
|
<method name="GetCapabilities">
|
|
<arg type="as" direction="out"/>
|
|
</method>
|
|
<method name="GetServerInformation">
|
|
<arg type="s" direction="out"/>
|
|
<arg name="name" type="s" direction="out"/>
|
|
<arg name="vendor" type="s" direction="out"/>
|
|
<arg name="version" type="s" direction="out"/>
|
|
</method>
|
|
<method name="Notify">
|
|
<arg type="u" direction="out"/>
|
|
<arg type="s" direction="in"/>
|
|
<arg name="replacesId" type="u" direction="in"/>
|
|
<arg type="s" direction="in"/>
|
|
<arg type="s" direction="in"/>
|
|
<arg type="s" direction="in"/>
|
|
<arg type="as" direction="in"/>
|
|
<arg type="a{sv}" direction="in"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In6" value="QVariantMap"/>
|
|
<arg type="i" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|