introspection: wrap long lines in nm-active-connection.xml

This commit is contained in:
Dan Winship 2013-12-19 09:11:20 -05:00
parent 3cebf963da
commit fe2fb7137c

View file

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