2007-01-19 22:50:13 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
2013-05-25 05:25:47 +08:00
|
|
|
<node>
|
2007-01-19 22:50:13 +08:00
|
|
|
|
2007-03-27 05:19:30 +08:00
|
|
|
<interface name="org.gimp.GIMP.UI">
|
2008-10-17 20:03:08 +08:00
|
|
|
|
2007-01-19 22:50:13 +08:00
|
|
|
<method name="Open">
|
2007-04-22 02:09:16 +08:00
|
|
|
<arg type="s" name="uri" direction="in" />
|
2007-03-28 04:12:44 +08:00
|
|
|
<arg type="b" name="success" direction="out" />
|
2007-01-19 22:50:13 +08:00
|
|
|
</method>
|
2008-10-17 20:03:08 +08:00
|
|
|
|
2007-04-17 23:54:01 +08:00
|
|
|
<method name="OpenAsNew">
|
2007-04-22 02:09:16 +08:00
|
|
|
<arg type="s" name="uri" direction="in" />
|
2007-04-17 23:54:01 +08:00
|
|
|
<arg type="b" name="success" direction="out" />
|
|
|
|
</method>
|
2008-10-17 20:03:08 +08:00
|
|
|
|
2015-07-11 20:56:13 +08:00
|
|
|
<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>
|
|
|
|
|
2007-01-23 07:25:37 +08:00
|
|
|
<method name="Activate" />
|
2008-10-17 20:03:08 +08:00
|
|
|
|
|
|
|
<signal name="Opened">
|
|
|
|
<arg type="s" name="uri" />
|
|
|
|
</signal>
|
|
|
|
|
2007-01-19 22:50:13 +08:00
|
|
|
</interface>
|
|
|
|
|
|
|
|
</node>
|