File: dbus-service.xml

package info (click to toggle)
gimp 2.10.8-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 218,716 kB
  • sloc: ansic: 787,125; makefile: 11,685; python: 6,198; lisp: 5,456; sh: 4,486; cpp: 4,114; perl: 3,807; xml: 1,481; yacc: 588; lex: 342
file content (31 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" ?>

<node>

  <interface name="org.gimp.GIMP.UI">

    <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="BatchRun">
      <arg type="s" name="interpreter" direction="in" />
      <arg type="s" name="command" direction="in" />
      <arg type="b" name="success" direction="out" />
    </method>

    <method name="Activate" />

    <signal name="Opened">
      <arg type="s" name="uri" />
    </signal>

  </interface>

</node>