blob: 1710c3eacf6979a9592ac87e6f137c66770813cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<node name="/org/gnome/SettingsDaemon/Sharing">
<interface name='org.gnome.SettingsDaemon.Sharing'>
<property name='CurrentNetworkName' type='s' access='read'/>
<property name='CurrentNetwork' type='s' access='read'/>
<property name='CarrierType' type='s' access='read'/>
<property name='SharingStatus' type='u' access='read'/>
<method name='EnableService'>
<arg name='service_name' direction='in' type='s'/>
</method>
<method name='DisableService'>
<arg name='service_name' direction='in' type='s'/>
<arg name='network' direction='in' type='s'/>
</method>
<method name='ListNetworks'>
<arg name='service_name' direction='in' type='s'/>
<arg name='networks' direction='out' type='a(sss)'/>
</method>
</interface>
</node>
|