From bfe522304da217296e2a61040f58e35ec5d6f3f2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 16 Aug 2021 09:51:46 +0200 Subject: New upstream version 1.30.6 --- docs/libnm/html/NMSettingProxy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libnm/html/NMSettingProxy.html') diff --git a/docs/libnm/html/NMSettingProxy.html b/docs/libnm/html/NMSettingProxy.html index 98699290..9191af71 100644 --- a/docs/libnm/html/NMSettingProxy.html +++ b/docs/libnm/html/NMSettingProxy.html @@ -8,7 +8,7 @@ - + @@ -410,6 +410,6 @@ nm_setting_proxy_get_pac_script ( +
Generated by GTK-Doc V1.33.0 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From e74c568b07b50b97873fb4ee1d776dedefbd54d6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:05:04 +0200 Subject: New upstream version 1.32.12 --- 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 9191af71..0ed60245 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

-