2023-01-31 17:39:14 +08:00
|
|
|
<!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.ukui.NotificationServer">
|
|
|
|
<method name="RegisterClient"/>
|
|
|
|
<method name="UnRegisterClient"/>
|
2023-02-03 18:01:06 +08:00
|
|
|
<method name="CloseNotification">
|
|
|
|
<arg name="id" type="u" direction="in"/>
|
|
|
|
<arg name="reason" type="u" direction="in"/>
|
|
|
|
</method>
|
2023-02-17 16:54:45 +08:00
|
|
|
<method name="InvokeAction">
|
2023-02-06 17:03:12 +08:00
|
|
|
<arg name="id" type="u" direction="in"/>
|
|
|
|
<arg name="action_key" type="s" direction="in"/>
|
|
|
|
</method>
|
2023-03-20 18:08:44 +08:00
|
|
|
<method name="UpdateUnreadMessagesNumber">
|
|
|
|
<arg name="desktop_entry" type="s" direction="in"/>
|
|
|
|
<arg name="number" type="u" direction="in"/>
|
|
|
|
</method>
|
2023-04-12 11:07:28 +08:00
|
|
|
<signal name="UnreadMessagesNumberUpdated">
|
2023-03-20 18:08:44 +08:00
|
|
|
<arg name="desktop_entry" type="s" direction="out"/>
|
|
|
|
<arg name="number" type="u" direction="out"/>
|
|
|
|
</signal>
|
2023-01-31 17:39:14 +08:00
|
|
|
</interface>
|
|
|
|
</node>
|