From 2c032d8f1c6292c1338a615e6ec40252889ba85c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Jan 2015 00:29:39 +0100 Subject: Imported Upstream version 1.0.0 --- docs/libnm/html/NMVpnConnection.html | 233 +++++++++++++++++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 docs/libnm/html/NMVpnConnection.html (limited to 'docs/libnm/html/NMVpnConnection.html') diff --git a/docs/libnm/html/NMVpnConnection.html b/docs/libnm/html/NMVpnConnection.html new file mode 100644 index 00000000..33abdad9 --- /dev/null +++ b/docs/libnm/html/NMVpnConnection.html @@ -0,0 +1,233 @@ + + + + +NMVpnConnection + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMVpnConnection

+

NMVpnConnection

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMObject
+         +----NMActiveConnection
+               +----NMVpnConnection
+
+
+
+

Implemented Interfaces

+

+NMVpnConnection implements + GInitable and GAsyncInitable.

+
+
+

Properties

+
+  "banner"                   gchar*                : Read
+  "vpn-state"                NMVpnConnectionState  : Read
+
+
+
+

Signals

+
+  "vpn-state-changed"                              : Run First
+
+
+
+

Description

+

+

+
+
+

Details

+
+

NM_VPN_CONNECTION_VPN_STATE

+
#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
+
+

+

+
+
+
+

NM_VPN_CONNECTION_BANNER

+
#define NM_VPN_CONNECTION_BANNER "banner"
+
+

+

+
+
+
+

struct NMVpnConnection

+
struct NMVpnConnection;
+

+

+
+
+
+

NMVpnConnectionClass

+
typedef struct {
+	NMActiveConnectionClass parent;
+
+	/* Signals */
+	void (*vpn_state_changed) (NMVpnConnection *connection,
+	                           NMVpnConnectionState state,
+	                           NMVpnConnectionStateReason reason);
+} NMVpnConnectionClass;
+
+

+

+
+
+
+

nm_vpn_connection_get_vpn_state ()

+
NMVpnConnectionState nm_vpn_connection_get_vpn_state    (NMVpnConnection *vpn);
+

+Gets the current NMVpnConnection state. +

+
++++ + + + + + + + + + + +

vpn :

a NMVpnConnection +

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. +

+
++++ + + + + + + + + + + +

vpn :

a NMVpnConnection +

Returns :

the VPN login banner of the VPN connection. This is the internal +string used by the connection, and must not be modified.
+
+
+
+

Property Details

+
+

The "banner" property

+
  "banner"                   gchar*                : Read
+

+The VPN login banner of the active VPN connection. +

+

Default value: NULL

+
+
+
+

The "vpn-state" property

+
  "vpn-state"                NMVpnConnectionState  : Read
+

+The VPN state of the active VPN connection. +

+

Default value: NM_VPN_CONNECTION_STATE_UNKNOWN

+
+
+
+

Signal Details

+
+

The "vpn-state-changed" signal

+
void                user_function                      (NMVpnConnection *nmvpnconnection,
+                                                        guint            arg1,
+                                                        guint            arg2,
+                                                        gpointer         user_data)            : Run First
+

+

+
++++ + + + + + + + + + + +

nmvpnconnection :

the object which received the signal.

user_data :

user data set when the signal handler was connected.
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5