2007-03-27 Sven Neumann <sven@gimp.org> * app/widgets/gimpdbusservice.[ch] * app/widgets/dbus-service.xml: added a boolean return value to the D-Bus Open method. svn path=/trunk/; revision=22182
15 lines
402 B
XML
15 lines
402 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/org/gimp/GIMP/UI">
|
|
|
|
<interface name="org.gimp.GIMP.UI">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol"
|
|
value="gimp_dbus_service" />
|
|
<method name="Open">
|
|
<arg type="s" name="filename" direction="in" />
|
|
<arg type="b" name="success" direction="out" />
|
|
</method>
|
|
<method name="Activate" />
|
|
</interface>
|
|
|
|
</node>
|