From f75dd6fd1975146623052b843b182dc32c3fbe46 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 Apr 2011 07:30:59 +0200 Subject: Imported Upstream version 0.8.998 --- docs/libnm-glib/html/NMVPNConnection.html | 117 ++++++++++-------------------- 1 file changed, 38 insertions(+), 79 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 fa9961a5..3f547734 100644 --- a/docs/libnm-glib/html/NMVPNConnection.html +++ b/docs/libnm-glib/html/NMVPNConnection.html @@ -3,19 +3,19 @@ NMVPNConnection - + - - + + - + - - + + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,19 +41,19 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -62,27 +62,27 @@ const char *        
+

Properties

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

Signals

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

Description

-
+

Details

-
+

NM_VPN_CONNECTION_VPN_STATE

#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
 
@@ -90,7 +90,7 @@ const char * +

NM_VPN_CONNECTION_BANNER

#define NM_VPN_CONNECTION_BANNER "banner"
 
@@ -98,14 +98,14 @@ const char * +

NMVPNConnection

typedef struct _NMVPNConnection NMVPNConnection;


-
+

NMVPNConnectionClass

typedef struct {
 	NMActiveConnectionClass parent;
@@ -128,81 +128,51 @@ const char *        
+

nm_vpn_connection_new ()

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

+Creates a new NMVPNConnection.

- - + - + -

dbus_connection :

+

connection :

the DBusGConnection

path :

-the DBus object path of the new connection

Returns :

+a new connection object. [transfer full]

-
+

nm_vpn_connection_get_vpn_state ()

NMVPNConnectionState  nm_vpn_connection_get_vpn_state   (NMVPNConnection *vpn);

-
-- - - - - - - - - - -

vpn :

-

Returns :

-

-
+

nm_vpn_connection_get_banner ()

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

-
-- - - - - - - - - - -

vpn :

-

Returns :

-
-
+

Property Details

-
+

The "banner" property

  "banner"                   gchar*                : Read

@@ -211,7 +181,7 @@ The VPN login banner of the active VPN connection.

Default value: NULL


-
+

The "vpn-state" property

  "vpn-state"                guint                 : Read

@@ -221,14 +191,14 @@ The VPN state of the active VPN connection.

Default value: 0

-
+

Signal Details

-
+

The "vpn-state-changed" signal

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

@@ -236,18 +206,7 @@ The VPN state of the active VPN connection. - - - - - - - - - + @@ -260,6 +219,6 @@ The VPN state of the active VPN connection. + Generated by GTK-Doc V1.17 \ No newline at end of file -- cgit 1.3.0-6-gf8a5

nmvpnconnection :

the object which received the signal. -

arg1 :

-

arg2 :

-the object which received the signal.

user_data :