mirror of https://github.com/GNOME/gimp.git
20 lines
544 B
XML
20 lines
544 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="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>
|