nm_vpn_connection_get_vpn_state ()
NMVpnConnectionState
nm_vpn_connection_get_vpn_state (NMVpnConnection *vpn
);
Gets the current NMVpnConnection state.
Returns
the VPN state of the active VPN connection.
nm_vpn_connection_get_banner ()
const char *
nm_vpn_connection_get_banner (NMVpnConnection *vpn
);
Gets the VPN login banner of the active NMVpnConnection.
Returns
the VPN login banner of the VPN connection. This is the internal
string used by the connection, and must not be modified.