From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm/html/NMVpnConnection.html | 330 ++++++++++++++++++----------------- 1 file changed, 170 insertions(+), 160 deletions(-) (limited to 'docs/libnm/html/NMVpnConnection.html') diff --git a/docs/libnm/html/NMVpnConnection.html b/docs/libnm/html/NMVpnConnection.html index 33abdad9..e1e8ab62 100644 --- a/docs/libnm/html/NMVpnConnection.html +++ b/docs/libnm/html/NMVpnConnection.html @@ -2,38 +2,29 @@ -NMVpnConnection +libnm Reference Manual: NMVpnConnection - + - - - - - - - - - - + + + + + + +
@@ -41,44 +32,97 @@

NMVpnConnection

NMVpnConnection

- +
-
-

Synopsis

-
#define             NM_VPN_CONNECTION_VPN_STATE
-#define             NM_VPN_CONNECTION_BANNER
-struct              NMVpnConnection;
-                    NMVpnConnectionClass;
-NMVpnConnectionState nm_vpn_connection_get_vpn_state    (NMVpnConnection *vpn);
-const char *        nm_vpn_connection_get_banner        (NMVpnConnection *vpn);
-
+
+

Functions

+
++++ + + + + + + + + + + +
+NMVpnConnectionState + +nm_vpn_connection_get_vpn_state () +
const char * + +nm_vpn_connection_get_banner () +
-

Object Hierarchy

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

Properties

+
+++++ + + + + + + + + + + + + +
+gchar *bannerRead
NMVpnConnectionStatevpn-stateRead
-

Implemented Interfaces

-

-NMVpnConnection implements - GInitable and GAsyncInitable.

+

Signals

+
+++++ + + + + + +
voidvpn-state-changedRun First
-

Properties

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

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_VPN_CONNECTION_VPN_STATE
#defineNM_VPN_CONNECTION_BANNER
-

Signals

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

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMActiveConnection
+            ╰── NMVpnConnection
 
@@ -87,147 +131,113 @@ NMVpnConnection implements

-

Details

+

Functions

-

NM_VPN_CONNECTION_VPN_STATE

-
#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
-
-

-

+

nm_vpn_connection_get_vpn_state ()

+
NMVpnConnectionState
+nm_vpn_connection_get_vpn_state (NMVpnConnection *vpn);
+

Gets the current NMVpnConnection state.

+
+

Parameters

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

vpn

a NMVpnConnection

 
+
+
+

Returns

+

the VPN state of the active VPN connection.

+

-
-
-

NM_VPN_CONNECTION_BANNER

-
#define NM_VPN_CONNECTION_BANNER "banner"
-
-

-


-

struct NMVpnConnection

-
struct NMVpnConnection;
-

-

+

nm_vpn_connection_get_banner ()

+
const char *
+nm_vpn_connection_get_banner (NMVpnConnection *vpn);
+

Gets the VPN login banner of the active NMVpnConnection.

+
+

Parameters

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

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.

+

+
+
+
+
+

Types and Values

-

NMVpnConnectionClass

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

NM_VPN_CONNECTION_VPN_STATE

+
#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
 


-

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);
+

NM_VPN_CONNECTION_BANNER

+
#define NM_VPN_CONNECTION_BANNER "banner"
+

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

+

The “banner” property

+
  “banner”                   gchar *
+

+

Flags: Read

Default value: NULL


-

The "vpn-state" property

-
  "vpn-state"                NMVpnConnectionState  : Read
-

-The VPN state of the active VPN connection. -

+

The “vpn-state” property

+
  “vpn-state”                NMVpnConnectionState
+

+

Flags: Read

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

The “vpn-state-changed” signal

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

Flags: Run First

+ Generated by GTK-Doc V1.21
\ No newline at end of file -- cgit 1.3.0-6-gf8a5