Files
flameshot/dbus/org.dharkael.Flameshot.xml
2017-06-15 20:31:06 +02:00

22 lines
929 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.dharkael.Flameshot">
<method name="openCapture">
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="openCaptureWithPath">
<arg name="path" type="s" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="fullScreen">
<arg name="toClipboard" type="b" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
<method name="fullScreenWithPath">
<arg name="path" type="s" direction="in"/>
<arg name="toClipboard" type="b" direction="in"/>
<annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
</method>
</interface>
</node>