From a4256940da049f91bbbea5e53e469a59ea9c10f7 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 25 Oct 2013 21:20:58 +0200 Subject: Imported Upstream version 0.9.8.8 --- include/NetworkManager.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'include/NetworkManager.h') diff --git a/include/NetworkManager.h b/include/NetworkManager.h index d45ad07b..ebdb329e 100644 --- a/include/NetworkManager.h +++ b/include/NetworkManager.h @@ -95,6 +95,27 @@ typedef enum { /* For backwards compat */ #define NM_STATE_CONNECTED NM_STATE_CONNECTED_GLOBAL +/** + * NMConnectivityState: + * @NM_CONNECTIVITY_UNKNOWN: Network connectivity is unknown. + * @NM_CONNECTIVITY_NONE: The host is not connected to any network. + * @NM_CONNECTIVITY_PORTAL: The host is behind a captive portal and + * cannot reach the full Internet. + * @NM_CONNECTIVITY_LIMITED: The host is connected to a network, but + * does not appear to be able to reach the full Internet. + * @NM_CONNECTIVITY_FULL: The host is connected to a network, and + * appears to be able to reach the full Internet. + * + * Since: 0.9.8.4 + */ +typedef enum { + NM_CONNECTIVITY_UNKNOWN, + NM_CONNECTIVITY_NONE, + NM_CONNECTIVITY_PORTAL, + NM_CONNECTIVITY_LIMITED, + NM_CONNECTIVITY_FULL +} NMConnectivityState; + /** * NMDeviceType: * @NM_DEVICE_TYPE_UNKNOWN: unknown device -- cgit 1.3.0-6-gf8a5