| 123456789101112131415161718192021222324252627282930313233 |
- <node>
- <interface name='io.snapcraft.Settings'>
- <method name='Check'>
- <arg type='s' name='setting' direction='in'/>
- <arg type='s' name='check' direction='in'/>
- <arg type='s' name='result' direction='out'/>
- </method>
- <method name='CheckSub'>
- <arg type='s' name='setting' direction='in'/>
- <arg type='s' name='subproperty' direction='in'/>
- <arg type='s' name='check' direction='in'/>
- <arg type='s' name='result' direction='out'/>
- </method>
- <method name='Get'>
- <arg type='s' name='setting' direction='in'/>
- <arg type='s' name='result' direction='out'/>
- </method>
- <method name='GetSub'>
- <arg type='s' name='setting' direction='in'/>
- <arg type='s' name='subproperty' direction='in'/>
- <arg type='s' name='result' direction='out'/>
- </method>
- <method name='Set'>
- <arg type='s' name='setting' direction='in'/>
- <arg type='s' name='value' direction='in'/>
- </method>
- <method name='SetSub'>
- <arg type='s' name='setting' direction='in'/>
- <arg type='s' name='subproperty' direction='in'/>
- <arg type='s' name='value' direction='in'/>
- </method>
- </interface>
- </node>
|