From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm-glib/html/NMVPNConnection.html | 278 ------------------------------ 1 file changed, 278 deletions(-) delete mode 100644 docs/libnm-glib/html/NMVPNConnection.html (limited to 'docs/libnm-glib/html/NMVPNConnection.html') diff --git a/docs/libnm-glib/html/NMVPNConnection.html b/docs/libnm-glib/html/NMVPNConnection.html deleted file mode 100644 index 1d2f6259..00000000 --- a/docs/libnm-glib/html/NMVPNConnection.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - -NMVPNConnection: libnm-glib Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMVPNConnection

-

NMVPNConnection

-
-
-

Functions

-
---- - - - - - - - - - - - - - - -
-GObject * - -nm_vpn_connection_new () -
-NMVPNConnectionState - -nm_vpn_connection_get_vpn_state () -
const char * - -nm_vpn_connection_get_banner () -
-
-
-

Properties

-
----- - - - - - - - - - - - - -
-gchar *bannerRead
guintvpn-stateRead
-
-
-

Signals

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

Types and Values

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

Object Hierarchy

-
    GObject
-    ╰── NMObject
-        ╰── NMActiveConnection
-            ╰── NMVPNConnection
-
-
-
-

Description

-
-
-

Functions

-
-

nm_vpn_connection_new ()

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

Creates a new NMVPNConnection.

-
-

Parameters

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

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

Gets the current NMVPNConnection state.

-
-

Parameters

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

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.

-
-

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

-
-

NM_VPN_CONNECTION_VPN_STATE

-
#define NM_VPN_CONNECTION_VPN_STATE "vpn-state"
-
-
-
-
-

NM_VPN_CONNECTION_BANNER

-
#define NM_VPN_CONNECTION_BANNER "banner"
-
-
-
-
-

Property Details

-
-

The “banner” property

-
  “banner”                   gchar *
-

The VPN login banner of the active VPN connection.

-

Flags: Read

-

Default value: NULL

-
-
-
-

The “vpn-state” property

-
  “vpn-state”                guint
-

The VPN state of the active VPN connection.

-

Flags: Read

-

Allowed values: <= 7

-

Default value: 0

-
-
-
-

Signal Details

-
-

The “vpn-state-changed” signal

-
void
-user_function (NMVPNConnection *nmvpnconnection,
-               guint            arg1,
-               guint            arg2,
-               gpointer         user_data)
-

Flags: Run First

-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5