gimp/app/gui/dbus-service.xml

20 lines
544 B
XML
Raw Normal View History

<?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="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="Activate" />
</interface>
</node>