You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lximage-qt-packaging/src/org.lxde.LxImage.Applicatio...

16 lines
484 B

<!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.lxde.LxImage.Application">
<!-- ask lximage to open a new window -->
<method name="newWindow">
<!-- file paths to open in new windows -->
<arg type="as" direction="in"/>
</method>
<!-- launch a tool to take a screenshot -->
<method name="screenshot" />
</interface>
</node>