~ubuntu-branches/ubuntu/gutsy/gimp/gutsy-backports

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>