File: org.Gtk.MountOperationHandler.xml

package info (click to toggle)
gnome-shell 43.9-0%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,540 kB
  • sloc: ansic: 59,716; javascript: 57,588; xml: 1,632; python: 437; sh: 410; makefile: 29; perl: 13
file content (32 lines) | stat: -rw-r--r-- 1,422 bytes parent folder | download | duplicates (10)
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
32
<node>
  <interface name="org.Gtk.MountOperationHandler">
    <method name="AskPassword">
      <arg type="s" direction="in" name="object_id"/>
      <arg type="s" direction="in" name="message"/>
      <arg type="s" direction="in" name="icon_name"/>
      <arg type="s" direction="in" name="default_user"/>
      <arg type="s" direction="in" name="default_domain"/>
      <arg type="u" direction="in" name="flags"/>
      <arg type="u" direction="out" name="response"/>
      <arg type="a{sv}" direction="out" name="response_details"/>
    </method>
    <method name="AskQuestion">
      <arg type="s" direction="in" name="object_id"/>
      <arg type="s" direction="in" name="message"/>
      <arg type="s" direction="in" name="icon_name"/>
      <arg type="as" direction="in" name="choices"/>
      <arg type="u" direction="out" name="response"/>
      <arg type="a{sv}" direction="out" name="response_details"/>
    </method>
    <method name="ShowProcesses">
      <arg type="s" direction="in" name="object_id"/>
      <arg type="s" direction="in" name="message"/>
      <arg type="s" direction="in" name="icon_name"/>
      <arg type="ai" direction="in" name="application_pids"/>
      <arg type="as" direction="in" name="choices"/>
      <arg type="u" direction="out" name="response"/>
      <arg type="a{sv}" direction="out" name="response_details"/>
    </method>
    <method name="Close"/>
  </interface>
</node>