ukui-notification/dbus/org.ukui.NotificationServer...

23 lines
1.0 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="org.ukui.NotificationServer">
<method name="RegisterClient"/>
<method name="UnRegisterClient"/>
<method name="CloseNotification">
<arg name="id" type="u" direction="in"/>
<arg name="reason" type="u" direction="in"/>
</method>
<method name="InvokeAction">
<arg name="id" type="u" direction="in"/>
<arg name="action_key" type="s" direction="in"/>
</method>
<method name="UpdateUnreadMessagesNumber">
<arg name="desktop_entry" type="s" direction="in"/>
<arg name="number" type="u" direction="in"/>
</method>
<signal name="UnreadMessagesNumberUpdated">
<arg name="desktop_entry" type="s" direction="out"/>
<arg name="number" type="u" direction="out"/>
</signal>
</interface>
</node>