gnome-control-center/panels/sharing/org.gnome.SettingsDaemon.Sharing.xml

19 lines
795 B
XML

<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>