mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
27 lines
1,022 B
XML
27 lines
1,022 B
XML
<node>
|
|
<interface name="org.freedesktop.NetworkManager">
|
|
<method name="GetAllDevices">
|
|
<arg direction="out" type="ao" name="devices"/>
|
|
</method>
|
|
<method name="ActivateConnection">
|
|
<arg direction="in" type="o" name="connection"/>
|
|
<arg direction="in" type="o" name="device"/>
|
|
<arg direction="in" type="o" name="specific_object"/>
|
|
<arg direction="out" type="o" name="active_connection"/>
|
|
</method>
|
|
<method name="AddAndActivateConnection">
|
|
<arg direction="in" type="a{sa{sv}}" name="connection"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ConnectionSettingsMap"/>
|
|
<arg direction="in" type="o" name="device"/>
|
|
<arg direction="in" type="o" name="specific_object"/>
|
|
<arg direction="out" type="o" name="path"/>
|
|
<arg direction="out" type="o" name="active_connection"/>
|
|
</method>
|
|
<signal name="DeviceAdded">
|
|
<arg type="o" name="device_path"/>
|
|
</signal>
|
|
<signal name="DeviceRemoved">
|
|
<arg type="o" name="device_path"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|