mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
20 lines
788 B
XML
20 lines
788 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.kde.Solid.Networking.Service">
|
|
<method name="networks">
|
|
<arg type="as" direction="out"/>
|
|
</method>
|
|
<method name="setNetworkStatus">
|
|
<arg name="networkName" type="s" direction="in"/>
|
|
<arg name="status" type="i" direction="in"/>
|
|
</method>
|
|
<method name="registerNetwork">
|
|
<arg name="networkName" type="s" direction="in"/>
|
|
<arg name="status" type="i" direction="in"/>
|
|
<arg name="serviceName" type="s" direction="in"/>
|
|
</method>
|
|
<method name="unregisterNetwork">
|
|
<arg name="networkName" type="s" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|