File: org.Gtk.MountOperationHandler.xml

package info (click to toggle)
gnome-shell 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 22,536 kB
  • sloc: javascript: 74,965; ansic: 66,151; xml: 1,797; sh: 919; python: 666; makefile: 51
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>