3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00
Brooklyn/plasma/workspace/libnotificationmanager/dbus/org.kde.notificationmanager.xml

12 lines
447 B
XML
Raw Normal View History

2022-04-02 18:24:21 +05: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.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>