11 lines
477 B
XML
11 lines
477 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>
|
||
|
</interface>
|
||
|
</node>
|