From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/libnm/html/NMSettingProxy.html | 94 +------------------------------------ 1 file changed, 2 insertions(+), 92 deletions(-) (limited to 'docs/libnm/html/NMSettingProxy.html') diff --git a/docs/libnm/html/NMSettingProxy.html b/docs/libnm/html/NMSettingProxy.html index 98699290..9292178b 100644 --- a/docs/libnm/html/NMSettingProxy.html +++ b/docs/libnm/html/NMSettingProxy.html @@ -16,8 +16,7 @@ Top  |  Description  |  - Object Hierarchy  |  - Properties + Object Hierarchy Home Up @@ -83,40 +82,6 @@
-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - -
gbooleanbrowser-onlyRead / Write
intmethodRead / Write
-char *pac-scriptRead / Write
-char *pac-urlRead / Write
-
-

Types and Values

@@ -148,10 +113,6 @@ - - - -
#define NM_SETTING_PROXY_PAC_SCRIPT
 NMSettingProxy
@@ -159,16 +120,13 @@

Object Hierarchy

    GEnum
     ╰── NMSettingProxyMethod
-    GObject
-    ╰── NMSetting
-        ╰── NMSettingProxy
 

Description

The NMSettingProxy object is a NMSetting subclass that describes properties related to Proxy settings like PAC URL, PAC script etc.

-

NetworkManager support 2 values for the “method” property for +

NetworkManager support 2 values for the “method” property for proxy. If "auto" is specified then WPAD takes place and the appropriate details are pushed into PacRunner or user can override this URL with a new PAC URL or a PAC script. If "none" is selected then no proxy configuration is given to PacRunner @@ -359,54 +317,6 @@ nm_setting_proxy_get_pac_script (#define NM_SETTING_PROXY_PAC_SCRIPT "pac-script"

-
-
-

NMSettingProxy

-
typedef struct _NMSettingProxy NMSettingProxy;
-

WWW Proxy Settings

-
- -
-

Property Details

-
-

The “browser-only” property

-
  “browser-only”             gboolean
-

Whether the proxy configuration is for browser only.

-

Owner: NMSettingProxy

-

Flags: Read / Write

-

Default value: FALSE

-

Since: 1.6

-
-
-
-

The “method” property

-
  “method”                   int
-

Method for proxy configuration, Default is NM_SETTING_PROXY_METHOD_NONE

-

Owner: NMSettingProxy

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.6

-
-
-
-

The “pac-script” property

-
  “pac-script”               char *
-

PAC script for the connection.

-

Owner: NMSettingProxy

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.6

-
-
-
-

The “pac-url” property

-
  “pac-url”                  char *
-

PAC URL for obtaining PAC file.

-

Owner: NMSettingProxy

-

Flags: Read / Write

-

Default value: NULL

-

Since: 1.6

-