15 lines
646 B
XML
15 lines
646 B
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>
|
|
</interface>
|
|
</node> |