Skip to content

Commit

Permalink
Fix the *.Connection.Wireless documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jul 4, 2023
1 parent 9c402d3 commit d412ca5
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions doc/dbus/org.opensuse.Agama.Network1.Connection.Wireless.doc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,5 @@
-->
<property name="Security" type="s" access="readwrite"/>
</interface>
<interface name="org.opensuse.Agama.Network1.Connection.IPv4">
<!--
List of IP addresses.
When the method is 'auto', these addresses are used as additional addresses.
-->
<property name="Addresses" type="as" access="readwrite"/>
<!--
Network gateway.
An empty string removes the current value. It is not possible to set a gateway if the
addresses property is empty.
-->
<property name="Gateway" type="s" access="readwrite"/>
<!--
IP configuration method.
Possible values: "disabled", "auto", "manual" or "link-local".
See [crate::model::IpMethod].
-->
<property name="Method" type="s" access="readwrite"/>
<!--
Name server addresses.
-->
<property name="Nameservers" type="as" access="readwrite"/>
</interface>
</node>

0 comments on commit d412ca5

Please sign in to comment.