mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 15:10:09 +01:00
Due to limitations in dbus-glib, where one GObject cannot have more than one introspection XML object attached to it, we used to include more than one <interface> in the VPNConnection object introspection XML. This was suboptimal for two reasons: 1) it duplicated the Connection.Active introspection XML which made it harder for clients to use the introspection data in a dynamic fashion, besides looking ugly in the docs 2) not many other programs use this feature of dbus-glib, which means it didn't get a lot of testing, and broke, which sucks for NM. To fix this issue, create a base class for NMVpnConnection that handles the Connection.Active API, and make NMVpnConnection itself handle just the VPN pieces that it layers on top. This makes dbus-glib happy because we aren't using two <interface> blocks in the same introspection XML, and it makes the NM code more robust because we can re-use the existing Connection.Active introspection XML in the NMVpnConnectionBase class. |
||
|---|---|---|
| .. | ||
| all.xml | ||
| errors.xml | ||
| generic-types.xml | ||
| Makefile.am | ||
| nm-access-point.xml | ||
| nm-active-connection.xml | ||
| nm-device-bt.xml | ||
| nm-device-cdma.xml | ||
| nm-device-ethernet.xml | ||
| nm-device-gsm.xml | ||
| nm-device-olpc-mesh.xml | ||
| nm-device-serial.xml | ||
| nm-device-wifi.xml | ||
| nm-device-wimax.xml | ||
| nm-device.xml | ||
| nm-dhcp4-config.xml | ||
| nm-dhcp6-config.xml | ||
| nm-exported-connection.xml | ||
| nm-ip4-config.xml | ||
| nm-ip6-config.xml | ||
| nm-manager-client.xml | ||
| nm-manager.xml | ||
| nm-ppp-manager.xml | ||
| nm-settings-system.xml | ||
| nm-settings.xml | ||
| nm-vpn-connection.xml | ||
| nm-vpn-plugin.xml | ||
| nm-wimax-nsp.xml | ||
| vpn-errors.xml | ||