introspection: add missing "Vpn" property on ActiveConnection interface (bgo #570030)

This commit is contained in:
Dan Williams 2009-02-03 06:27:33 -05:00
parent 65c4eff185
commit 196c2055c7

View file

@ -20,6 +20,9 @@
<property name="Default" type="b" access="read">
<tp:docstring>Whether this active connection is the default connection, i.e. whether it currently owns the default route.</tp:docstring>
</property>
<property name="Vpn" type="b" access="read">
<tp:docstring>Whether this active connection is also a VPN connection.</tp:docstring>
</property>
<signal name="PropertiesChanged">
<arg name="properties" type="a{sv}" tp:type="String_Variant_Map">