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 --- docs/libnm-glib/html/NMVPNConnection.html | 106 +++++++++++++++++------------- 1 file changed, 59 insertions(+), 47 deletions(-) (limited to 'docs/libnm-glib/html/NMVPNConnection.html') diff --git a/docs/libnm-glib/html/NMVPNConnection.html b/docs/libnm-glib/html/NMVPNConnection.html index cd6d107e..4241b467 100644 --- a/docs/libnm-glib/html/NMVPNConnection.html +++ b/docs/libnm-glib/html/NMVPNConnection.html @@ -3,12 +3,12 @@ NMVPNConnection - + - + @@ -45,14 +45,14 @@

Synopsis

-
                    NMVPNConnection;
-                    NMVPNConnectionClass;
+
#define             NM_VPN_CONNECTION_VPN_STATE
 #define             NM_VPN_CONNECTION_BANNER
-#define             NM_VPN_CONNECTION_VPN_STATE
-const char *        nm_vpn_connection_get_banner        (NMVPNConnection *vpn);
-NMVPNConnectionState nm_vpn_connection_get_vpn_state    (NMVPNConnection *vpn);
+                    NMVPNConnection;
+                    NMVPNConnectionClass;
 GObject *           nm_vpn_connection_new               (DBusGConnection *connection,
                                                          const char *path);
+NMVPNConnectionState nm_vpn_connection_get_vpn_state    (NMVPNConnection *vpn);
+const char *        nm_vpn_connection_get_banner        (NMVPNConnection *vpn);
 
@@ -91,6 +91,22 @@ NMVPNConnection implements

Details

+

NM_VPN_CONNECTION_VPN_STATE

+
#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
+
+

+

+
+
+
+

NM_VPN_CONNECTION_BANNER

+
#define NM_VPN_CONNECTION_BANNER "banner"
+
+

+

+
+
+

NMVPNConnection

typedef struct _NMVPNConnection NMVPNConnection;

@@ -121,39 +137,31 @@ NMVPNConnection implements


-

NM_VPN_CONNECTION_BANNER

-
#define NM_VPN_CONNECTION_BANNER "banner"
-
-

-

-
-
-
-

NM_VPN_CONNECTION_VPN_STATE

-
#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
-
-

-

-
-
-
-

nm_vpn_connection_get_banner ()

-
const char *        nm_vpn_connection_get_banner        (NMVPNConnection *vpn);
+

nm_vpn_connection_new ()

+
GObject *           nm_vpn_connection_new               (DBusGConnection *connection,
+                                                         const char *path);

-Gets the VPN login banner of the active NMVPNConnection. +Creates a new NMVPNConnection.

-
+
+++ - - + + + + + - +

vpn :

a NMVPNConnection +

connection :

the DBusGConnection

path :

the DBus object path of the new connection

Returns :

the VPN login banner of the VPN connection. This is the internal -string used by the connection, and must not be modified.a new connection object. [transfer full] +
@@ -165,8 +173,11 @@ string used by the connection, and must not be modified.

Gets the current NMVPNConnection state.

-
+
+++ @@ -182,28 +193,26 @@ Gets the current -

nm_vpn_connection_new ()

-
GObject *           nm_vpn_connection_new               (DBusGConnection *connection,
-                                                         const char *path);
+

nm_vpn_connection_get_banner ()

+
const char *        nm_vpn_connection_get_banner        (NMVPNConnection *vpn);

-Creates a new NMVPNConnection. +Gets the VPN login banner of the active NMVPNConnection.

-

vpn :

+
+++ - - + - - - - - +

connection :

the DBusGConnection +

vpn :

a NMVPNConnection

path :

the DBus object path of the new connection

Returns :

a new connection object. [transfer full] -the VPN login banner of the VPN connection. This is the internal +string used by the connection, and must not be modified.
@@ -240,8 +249,11 @@ The VPN state of the active VPN connection. gpointer user_data) : Run First

-
+
+++ @@ -258,6 +270,6 @@ The VPN state of the active VPN connection. + Generated by GTK-Doc V1.19 \ No newline at end of file -- cgit 1.3.0-6-gf8a5

nmvpnconnection :