lxqt-globalkeys-packaging/daemon/org.lxqt.global_key_shortcuts.client.xml
Andrew Lee (李健秋) 512032c43f
Adding upstream version 0.9.0.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-12 03:27:51 +08:00

12 lines
410 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.lxqt.global_key_shortcuts.client">
<method name="activated"/>
<method name="shortcutChanged">
<arg name="oldShortcut" type="s" direction="in"/>
<arg name="newShortcut" type="s" direction="in"/>
</method>
</interface>
</node>