From e126f3e804c35480c4f075777430419d6ece23da Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 23 Sep 2018 10:10:27 +0200 Subject: New upstream version 1.12.4 --- docs/libnm/html/NMSettingConnection.html | 197 ++----------------------------- 1 file changed, 11 insertions(+), 186 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 9c9200d8..6534ddb7 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ Home Up Prev -Next +Next
@@ -94,7 +94,7 @@ -int +gint nm_setting_connection_get_autoconnect_priority () @@ -102,7 +102,7 @@ -int +gint nm_setting_connection_get_autoconnect_retries () @@ -110,14 +110,6 @@ -NMConnectionMultiConnect - - -nm_setting_connection_get_multi_connect () - - - - guint64 @@ -282,7 +274,7 @@ -int +gint nm_setting_connection_get_auth_retries () @@ -296,14 +288,6 @@ nm_setting_connection_get_mdns () - - -NMSettingConnectionLlmnr - - -nm_setting_connection_get_llmnr () - -
@@ -364,11 +348,6 @@ Read / Write / Construct -gint -llmnr -Read / Write - - gchar * master @@ -385,11 +364,6 @@ Read / Write -gint -multi-connect -Read / Write - - GStrv permissions Read / Write @@ -500,10 +474,6 @@ #define -NM_SETTING_CONNECTION_MULTI_CONNECT - - -#define NM_SETTING_CONNECTION_TIMESTAMP @@ -555,10 +525,6 @@ NM_SETTING_CONNECTION_MDNS -#define -NM_SETTING_CONNECTION_LLMNR - - enum NMSettingConnectionAutoconnectSlaves @@ -571,10 +537,6 @@ NMSettingConnectionMdns -enum -NMSettingConnectionLlmnr - -   NMSettingConnection @@ -586,7 +548,6 @@
    GEnum
     ├── NMSettingConnectionAutoconnectSlaves
     ├── NMSettingConnectionLldp
-    ├── NMSettingConnectionLlmnr
     ╰── NMSettingConnectionMdns
     GObject
     ╰── NMSetting
@@ -774,7 +735,7 @@ nm_setting_connection_get_autoconnect (
 

nm_setting_connection_get_autoconnect_priority ()

-
int
+
gint
 nm_setting_connection_get_autoconnect_priority
                                (NMSettingConnection *setting);

Returns the “autoconnect-priority” property of the connection. @@ -802,7 +763,7 @@ The higher number, the higher priority.


nm_setting_connection_get_autoconnect_retries ()

-
int
+
gint
 nm_setting_connection_get_autoconnect_retries
                                (NMSettingConnection *setting);

Returns the “autoconnect-retries” property of the connection. @@ -830,33 +791,6 @@ Zero means infinite, -1 means the global default value.


-

nm_setting_connection_get_multi_connect ()

-
NMConnectionMultiConnect
-nm_setting_connection_get_multi_connect
-                               (NMSettingConnection *setting);
-
-

Parameters

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

setting

the NMSettingConnection

 
-
-
-

Returns

-

the “multi-connect” property of the connection.

-
-

Since: 1.14

-
-
-

nm_setting_connection_get_timestamp ()

guint64
 nm_setting_connection_get_timestamp (NMSettingConnection *setting);
@@ -1555,7 +1489,7 @@ enabled for the connection.


nm_setting_connection_get_auth_retries ()

-
int
+
gint
 nm_setting_connection_get_auth_retries
                                (NMSettingConnection *setting);

Returns the value contained in the “auth-retries” property.

@@ -1607,32 +1541,6 @@ nm_setting_connection_get_mdns (

Since: 1.12

-
-
-

nm_setting_connection_get_llmnr ()

-
NMSettingConnectionLlmnr
-nm_setting_connection_get_llmnr (NMSettingConnection *setting);
-
-

Parameters

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

setting

the NMSettingConnection

 
-
-
-

Returns

-

the “llmnr” property of the setting.

-
-

Since: 1.14

-

Types and Values

@@ -1709,12 +1617,6 @@ nm_setting_connection_get_llmnr (
-

NM_SETTING_CONNECTION_MULTI_CONNECT

-
#define NM_SETTING_CONNECTION_MULTI_CONNECT  "multi-connect"
-
-
-
-

NM_SETTING_CONNECTION_TIMESTAMP

#define NM_SETTING_CONNECTION_TIMESTAMP      "timestamp"
 
@@ -1793,12 +1695,6 @@ nm_setting_connection_get_llmnr (
-

NM_SETTING_CONNECTION_LLMNR

-
#define NM_SETTING_CONNECTION_LLMNR          "llmnr"
-
-
-
-

enum NMSettingConnectionAutoconnectSlaves

NMSettingConnectionAutoconnectSlaves values indicate whether slave connections should be activated when master is activated.

@@ -1924,52 +1820,6 @@ should be activated when master is activated.


-

enum NMSettingConnectionLlmnr

-

NMSettingConnectionLlmnr values indicate whether LLMNR should be enabled.

-
-

Members

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

NM_SETTING_CONNECTION_LLMNR_DEFAULT

-

default value

-
 

NM_SETTING_CONNECTION_LLMNR_NO

-

disable LLMNR

-
 

NM_SETTING_CONNECTION_LLMNR_RESOLVE

-

support only resolving, do not register hostname

-
 

NM_SETTING_CONNECTION_LLMNR_YES

-

enable LLMNR

-
 
-
-

Since: 1.14

-
-
-

NMSettingConnection

typedef struct _NMSettingConnection NMSettingConnection;

General Connection Profile Settings

@@ -2090,23 +1940,6 @@ connection may be applied to the wrong interface.


-

The “llmnr” property

-
  “llmnr”                    gint
-

Whether Link-Local Multicast Name Resolution (LLMNR) is enabled -for the connection. LLMNR is a protocol based on the Domain Name -System (DNS) packet format that allows both IPv4 and IPv6 hosts -to perform name resolution for hosts on the same local link.

-

The permitted values are: yes: register hostname and resolving -for the connection, no: disable LLMNR for the interface, resolve: -do not register hostname but allow resolving of LLMNR host names.

-

This feature requires a plugin which supports LLMNR. One such -plugin is dns-systemd-resolved.

-

Flags: Read / Write

-

Default value: -1

-

Since: 1.14

-
-
-

The “master” property

  “master”                   gchar *

Interface name of the master device or UUID of the master connection.

@@ -2120,7 +1953,9 @@ plugin is dns-systemd-resolved.

Whether mDNS is enabled for the connection.

The permitted values are: yes: register hostname and resolving for the connection, no: disable mDNS for the interface, resolve: -do not register hostname but allow resolving of mDNS host names.

+do not register hostname but allow resolving of mDNS host names. +When updating this property on a currently activated connection, +the change takes effect immediately.

This feature requires a plugin which supports mDNS. One such plugin is dns-systemd-resolved.

Flags: Read / Write

@@ -2140,16 +1975,6 @@ the change takes effect immediately.


-

The “multi-connect” property

-
  “multi-connect”            gint
-

Specifies whether the profile can be active multiple times at a particular -moment. The value is of type NMConnectionMultiConnect.

-

Flags: Read / Write

-

Default value: 0

-

Since: 1.14

-
-
-

The “permissions” property

  “permissions”              GStrv

An array of strings defining what access a given user has to this -- cgit 1.3.0-6-gf8a5 From 6518e361171f64bcaaa4bf868139362ed95cc2e0 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 20 Oct 2018 01:30:31 +0200 Subject: New upstream version 1.14.2 --- docs/libnm/html/NMSettingConnection.html | 203 ++++++++++++++++++++++++++++--- 1 file changed, 189 insertions(+), 14 deletions(-) (limited to 'docs/libnm/html/NMSettingConnection.html') diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 6534ddb7..08f7ac46 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -7,8 +7,8 @@ - - + + @@ -22,7 +22,7 @@ Home Up Prev -Next +Next

@@ -348,6 +364,11 @@ Read / Write / Construct +gint +llmnr +Read / Write + + gchar * master @@ -364,6 +385,11 @@ Read / Write +gint +multi-connect +Read / Write + + GStrv permissions Read / Write @@ -474,6 +500,10 @@ #define +NM_SETTING_CONNECTION_MULTI_CONNECT + + +#define NM_SETTING_CONNECTION_TIMESTAMP @@ -525,6 +555,10 @@ NM_SETTING_CONNECTION_MDNS +#define +NM_SETTING_CONNECTION_LLMNR + + enum NMSettingConnectionAutoconnectSlaves @@ -537,6 +571,10 @@ NMSettingConnectionMdns +enum +NMSettingConnectionLlmnr + +   NMSettingConnection @@ -548,6 +586,7 @@
    GEnum
     ├── NMSettingConnectionAutoconnectSlaves
     ├── NMSettingConnectionLldp
+    ├── NMSettingConnectionLlmnr
     ╰── NMSettingConnectionMdns
     GObject
     ╰── NMSetting
@@ -735,7 +774,7 @@ nm_setting_connection_get_autoconnect (
 

nm_setting_connection_get_autoconnect_priority ()

-
gint
+
int
 nm_setting_connection_get_autoconnect_priority
                                (NMSettingConnection *setting);

Returns the “autoconnect-priority” property of the connection. @@ -763,7 +802,7 @@ The higher number, the higher priority.


nm_setting_connection_get_autoconnect_retries ()

-
gint
+
int
 nm_setting_connection_get_autoconnect_retries
                                (NMSettingConnection *setting);

Returns the “autoconnect-retries” property of the connection. @@ -791,6 +830,33 @@ Zero means infinite, -1 means the global default value.


+

nm_setting_connection_get_multi_connect ()

+
NMConnectionMultiConnect
+nm_setting_connection_get_multi_connect
+                               (NMSettingConnection *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingConnection

 
+
+
+

Returns

+

the “multi-connect” property of the connection.

+
+

Since: 1.14

+
+
+

nm_setting_connection_get_timestamp ()

guint64
 nm_setting_connection_get_timestamp (NMSettingConnection *setting);
@@ -1489,7 +1555,7 @@ enabled for the connection.


nm_setting_connection_get_auth_retries ()

-
gint
+
int
 nm_setting_connection_get_auth_retries
                                (NMSettingConnection *setting);

Returns the value contained in the “auth-retries” property.

@@ -1541,6 +1607,32 @@ nm_setting_connection_get_mdns (

Since: 1.12

+
+
+

nm_setting_connection_get_llmnr ()

+
NMSettingConnectionLlmnr
+nm_setting_connection_get_llmnr (NMSettingConnection *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingConnection

 
+
+
+

Returns

+

the “llmnr” property of the setting.

+
+

Since: 1.14

+

Types and Values

@@ -1617,6 +1709,12 @@ nm_setting_connection_get_mdns (
+

NM_SETTING_CONNECTION_MULTI_CONNECT

+
#define NM_SETTING_CONNECTION_MULTI_CONNECT  "multi-connect"
+
+
+
+

NM_SETTING_CONNECTION_TIMESTAMP

#define NM_SETTING_CONNECTION_TIMESTAMP      "timestamp"
 
@@ -1695,6 +1793,12 @@ nm_setting_connection_get_mdns (
+

NM_SETTING_CONNECTION_LLMNR

+
#define NM_SETTING_CONNECTION_LLMNR          "llmnr"
+
+
+
+

enum NMSettingConnectionAutoconnectSlaves

NMSettingConnectionAutoconnectSlaves values indicate whether slave connections should be activated when master is activated.

@@ -1820,6 +1924,52 @@ should be activated when master is activated.


+

enum NMSettingConnectionLlmnr

+

NMSettingConnectionLlmnr values indicate whether LLMNR should be enabled.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

NM_SETTING_CONNECTION_LLMNR_DEFAULT

+

default value

+
 

NM_SETTING_CONNECTION_LLMNR_NO

+

disable LLMNR

+
 

NM_SETTING_CONNECTION_LLMNR_RESOLVE

+

support only resolving, do not register hostname

+
 

NM_SETTING_CONNECTION_LLMNR_YES

+

enable LLMNR

+
 
+
+

Since: 1.14

+
+
+

NMSettingConnection

typedef struct _NMSettingConnection NMSettingConnection;

General Connection Profile Settings

@@ -1940,6 +2090,23 @@ connection may be applied to the wrong interface.


+

The “llmnr” property

+
  “llmnr”                    gint
+

Whether Link-Local Multicast Name Resolution (LLMNR) is enabled +for the connection. LLMNR is a protocol based on the Domain Name +System (DNS) packet format that allows both IPv4 and IPv6 hosts +to perform name resolution for hosts on the same local link.

+

The permitted values are: yes: register hostname and resolving +for the connection, no: disable LLMNR for the interface, resolve: +do not register hostname but allow resolving of LLMNR host names.

+

This feature requires a plugin which supports LLMNR. One such +plugin is dns-systemd-resolved.

+

Flags: Read / Write

+

Default value: -1

+

Since: 1.14

+
+
+

The “master” property

  “master”                   gchar *

Interface name of the master device or UUID of the master connection.

@@ -1953,9 +2120,7 @@ connection may be applied to the wrong interface.

Whether mDNS is enabled for the connection.

The permitted values are: yes: register hostname and resolving for the connection, no: disable mDNS for the interface, resolve: -do not register hostname but allow resolving of mDNS host names. -When updating this property on a currently activated connection, -the change takes effect immediately.

+do not register hostname but allow resolving of mDNS host names.

This feature requires a plugin which supports mDNS. One such plugin is dns-systemd-resolved.

Flags: Read / Write

@@ -1975,6 +2140,16 @@ the change takes effect immediately.


+

The “multi-connect” property

+
  “multi-connect”            gint
+

Specifies whether the profile can be active multiple times at a particular +moment. The value is of type NMConnectionMultiConnect.

+

Flags: Read / Write

+

Default value: 0

+

Since: 1.14

+
+
+

The “permissions” property

  “permissions”              GStrv

An array of strings defining what access a given user has to this @@ -2096,7 +2271,7 @@ provider, or nm_utils_uuid_generate() or -nm_utils_uuid_generate_from_string().

+nm_utils_uuid_generate_from_string().

Flags: Read / Write

Default value: NULL

@@ -2116,6 +2291,6 @@ the change takes effect immediately.

+
Generated by GTK-Doc V1.29.1
\ No newline at end of file -- cgit 1.3.0-6-gf8a5