3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 14:54:17 +00:00
Brooklyn/plasma/workspace/libnotificationmanager/dbus/org.kde.notificationmanager.xml
2022-03-05 22:41:29 +05:00

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>