mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 10:15:54 +00:00
12 lines
447 B
XML
12 lines
447 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.kde.NotificationManager">
|
||
|
<method name="RegisterWatcher"/>
|
||
|
<method name="UnRegisterWatcher"/>
|
||
|
<method name="InvokeAction">
|
||
|
<arg name="id" type="u" direction="in"/>
|
||
|
<arg name="action_key" type="s" direction="in"/>
|
||
|
</method>
|
||
|
</interface>
|
||
|
</node>
|