summaryrefslogtreecommitdiffstats
path: root/src/org.gtk.Application.xml
blob: 161aa1d2b9f1404bff99b11f5643e01074bc9c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<node>
  <interface name='org.gtk.Application'>
    <method name='Activate'>
      <arg type='a{sv}' name='platform_data' direction='in'/>
    </method>
    <method name='Open'>
      <arg type='as' name='uris' direction='in'/>
      <arg type='s' name='hint' direction='in'/>
      <arg type='a{sv}' name='platform_data' direction='in'/>
    </method>
    <method name='CommandLine'>
      <arg type='o' name='path' direction='in'/>
      <arg type='aay' name='arguments' direction='in'/>
      <arg type='a{sv}' name='platform_data' direction='in'/>
      <arg type='i' name='exit_status' direction='out'/>
    </method>
    <property name='Busy' type='b' access='read'/>
  </interface>
</node>