From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/NMSettingProxy.html | 325 ------------------------------------ 1 file changed, 325 deletions(-) delete mode 100644 docs/libnm/html/NMSettingProxy.html (limited to 'docs/libnm/html/NMSettingProxy.html') diff --git a/docs/libnm/html/NMSettingProxy.html b/docs/libnm/html/NMSettingProxy.html deleted file mode 100644 index 5a3296fe..00000000 --- a/docs/libnm/html/NMSettingProxy.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - -NMSettingProxy: libnm Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMSettingProxy

-

NMSettingProxy — Describes proxy URL, script and other related properties

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - - - - - -
-NMSetting * - -nm_setting_proxy_new () -
-NMSettingProxyMethod - -nm_setting_proxy_get_method () -
-gboolean - -nm_setting_proxy_get_browser_only () -
const char * - -nm_setting_proxy_get_pac_url () -
const char * - -nm_setting_proxy_get_pac_script () -
-
-
-

Types and Values

- -
-
-

Object Hierarchy

-
    GEnum
-    ╰── NMSettingProxyMethod
-
-
-
-

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 -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 -to fulfill client queries.

-
-
-

Functions

-
-

nm_setting_proxy_new ()

-
NMSetting *
-nm_setting_proxy_new (void);
-

Creates a new NMSettingProxy object.

-
-

Returns

-

the new empty NMSettingProxy object

-
-

Since: 1.6

-
-
-
-

nm_setting_proxy_get_method ()

-
NMSettingProxyMethod
-nm_setting_proxy_get_method (NMSettingProxy *setting);
-

Returns the proxy configuration method. By default the value is NM_SETTING_PROXY_METHOD_NONE. -NM_SETTING_PROXY_METHOD_NONE should be selected for a connection intended for direct network -access.

-
-

Parameters

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

setting

the NMSettingProxy

 
-
-
-

Returns

-

the proxy configuration method

-
-

Since: 1.6

-
-
-
-

nm_setting_proxy_get_browser_only ()

-
gboolean
-nm_setting_proxy_get_browser_only (NMSettingProxy *setting);
-
-

Parameters

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

setting

the NMSettingProxy

 
-
-
-

Returns

-

TRUE if this proxy configuration is only for browser -clients/schemes, FALSE otherwise.

-
-

Since: 1.6

-
-
-
-

nm_setting_proxy_get_pac_url ()

-
const char *
-nm_setting_proxy_get_pac_url (NMSettingProxy *setting);
-
-

Parameters

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

setting

the NMSettingProxy

 
-
-
-

Returns

-

the PAC URL for obtaining PAC file

-
-

Since: 1.6

-
-
-
-

nm_setting_proxy_get_pac_script ()

-
const char *
-nm_setting_proxy_get_pac_script (NMSettingProxy *setting);
-
-

Parameters

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

setting

the NMSettingProxy

 
-
-
-

Returns

-

the PAC script.

-
-

Since: 1.6

-
-
-
-

Types and Values

-
-

enum NMSettingProxyMethod

-

The Proxy method.

-
-

Members

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

NM_SETTING_PROXY_METHOD_NONE

-

No Proxy for the Connection

-
 

NM_SETTING_PROXY_METHOD_AUTO

-

DHCP obtained Proxy/ Manual override

-
 
-
-

Since: 1.6

-
-
-
-

NM_SETTING_PROXY_SETTING_NAME

-
#define NM_SETTING_PROXY_SETTING_NAME "proxy"
-
-
-
-
-

NM_SETTING_PROXY_METHOD

-
#define NM_SETTING_PROXY_METHOD       "method"
-
-
-
-
-

NM_SETTING_PROXY_BROWSER_ONLY

-
#define NM_SETTING_PROXY_BROWSER_ONLY "browser-only"
-
-
-
-
-

NM_SETTING_PROXY_PAC_URL

-
#define NM_SETTING_PROXY_PAC_URL      "pac-url"
-
-
-
-
-

NM_SETTING_PROXY_PAC_SCRIPT

-
#define NM_SETTING_PROXY_PAC_SCRIPT   "pac-script"
-
-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5