mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-20 11:40:33 +01:00
introspection: synchronize VPN ActiveConnection interface
Due to dbus-glib limitations we still have to keep two copies of this, and furthermore PropertiesChanged won't yet trigger for the VPN bits since there's no way to push out signals on a different interface.
This commit is contained in:
parent
294a5e3153
commit
671f00c86f
1 changed files with 11 additions and 0 deletions
|
|
@ -20,6 +20,17 @@
|
|||
<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">
|
||||
<tp:docstring>
|
||||
A dictionary mapping property names to variant boxed values
|
||||
</tp:docstring>
|
||||
</arg>
|
||||
</signal>
|
||||
</interface>
|
||||
|
||||
<interface name="org.freedesktop.NetworkManager.VPN.Connection">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue