network: Split the VPN parts from the .c and .ui file

This commit is contained in:
Richard Hughes 2012-07-12 16:58:11 +01:00
parent ddabc6049f
commit 8384a0b741
5 changed files with 603 additions and 515 deletions

View file

@ -57,13 +57,6 @@ GType net_vpn_get_type (void);
NetVpn *net_vpn_new (void);
void net_vpn_set_connection (NetVpn *vpn,
NMConnection *connection);
NMConnection *net_vpn_get_connection (NetVpn *vpn);
const gchar *net_vpn_get_service_type (NetVpn *vpn);
const gchar *net_vpn_get_gateway (NetVpn *vpn);
const gchar *net_vpn_get_id (NetVpn *vpn);
const gchar *net_vpn_get_username (NetVpn *vpn);
const gchar *net_vpn_get_password (NetVpn *vpn);
NMVPNConnectionState net_vpn_get_state (NetVpn *vpn);
G_END_DECLS