mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
introspection: wrap long lines in nm-active-connection.xml
This commit is contained in:
parent
3cebf963da
commit
fe2fb7137c
1 changed files with 24 additions and 7 deletions
|
|
@ -11,7 +11,9 @@
|
|||
</tp:docstring>
|
||||
|
||||
<property name="Connection" type="o" access="read">
|
||||
<tp:docstring>The path of the connection.</tp:docstring>
|
||||
<tp:docstring>
|
||||
The path of the connection.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="SpecificObject" type="o" access="read">
|
||||
<tp:docstring>
|
||||
|
|
@ -27,22 +29,37 @@
|
|||
</tp:docstring>
|
||||
</property>
|
||||
<property name="Devices" type="ao" access="read">
|
||||
<tp:docstring>Array of object paths representing devices which are part of this active connection.</tp:docstring>
|
||||
<tp:docstring>
|
||||
Array of object paths representing devices which are part of this active
|
||||
connection.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="State" type="u" access="read" tp:type="NM_ACTIVE_CONNECTION_STATE">
|
||||
<tp:docstring>The state of this active connection.</tp:docstring>
|
||||
<tp:docstring>
|
||||
The state of this active connection.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="Default" type="b" access="read">
|
||||
<tp:docstring>Whether this active connection is the default IPv4 connection, i.e. whether it currently owns the default IPv4 route.</tp:docstring>
|
||||
<tp:docstring>
|
||||
Whether this active connection is the default IPv4 connection, i.e.
|
||||
whether it currently owns the default IPv4 route.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="Default6" type="b" access="read">
|
||||
<tp:docstring>Whether this active connection is the default IPv6 connection, i.e. whether it currently owns the default IPv6 route.</tp:docstring>
|
||||
<tp:docstring>
|
||||
Whether this active connection is the default IPv6 connection, i.e.
|
||||
whether it currently owns the default IPv6 route.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="Vpn" type="b" access="read">
|
||||
<tp:docstring>Whether this active connection is also a VPN connection.</tp:docstring>
|
||||
<tp:docstring>
|
||||
Whether this active connection is also a VPN connection.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
<property name="Master" type="o" access="read">
|
||||
<tp:docstring>The path to the master device if the connection is a slave.</tp:docstring>
|
||||
<tp:docstring>
|
||||
The path to the master device if the connection is a slave.
|
||||
</tp:docstring>
|
||||
</property>
|
||||
|
||||
<signal name="PropertiesChanged">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue