mirror of https://github.com/GNOME/gimp.git
32 lines
719 B
XML
32 lines
719 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node>
|
|
|
|
<interface name="org.gimp.GIMP.UI">
|
|
|
|
<method name="Open">
|
|
<arg type="s" name="uri" direction="in" />
|
|
<arg type="b" name="success" direction="out" />
|
|
</method>
|
|
|
|
<method name="OpenAsNew">
|
|
<arg type="s" name="uri" direction="in" />
|
|
<arg type="b" name="success" direction="out" />
|
|
</method>
|
|
|
|
<method name="BatchRun">
|
|
<arg type="s" name="interpreter" direction="in" />
|
|
<arg type="s" name="command" direction="in" />
|
|
<arg type="b" name="success" direction="out" />
|
|
</method>
|
|
|
|
<method name="Activate" />
|
|
|
|
<signal name="Opened">
|
|
<arg type="s" name="uri" />
|
|
</signal>
|
|
|
|
</interface>
|
|
|
|
</node>
|