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

15 lines
646 B
XML
Raw Normal View History

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>
<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-01-31 17:39:14 +08:00
</interface>
</node>