From e152ec7bf4ba252ff9d3eb13eabd417b931dac9a Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 24 Sep 2018 09:29:55 +0100 Subject: Import Upstream version 1.12.2 --- docs/libnm-glib/html/NMIP6Config.html | 70 +++++++++++++++++------------------ 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'docs/libnm-glib/html/NMIP6Config.html') diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index daf58691..15e8843c 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -8,7 +8,7 @@ - + @@ -43,7 +43,7 @@ -GObject * +GObject * nm_ip6_config_new () @@ -57,14 +57,14 @@ -const GSList * +const GSList * nm_ip6_config_get_addresses () -const GSList * +const GSList * nm_ip6_config_get_routes () @@ -72,7 +72,7 @@ -guint32 +guint32 nm_ip6_config_get_num_nameservers () @@ -86,21 +86,21 @@ -const GSList * +const GSList * nm_ip6_config_get_nameservers () -const GPtrArray * +const GPtrArray * nm_ip6_config_get_domains () -const GPtrArray * +const GPtrArray * nm_ip6_config_get_searches () @@ -132,7 +132,7 @@ -gchar * +gchar * gateway Read @@ -194,7 +194,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMIP6Config
 
@@ -206,8 +206,8 @@

Functions

nm_ip6_config_new ()

-
GObject *
-nm_ip6_config_new (DBusGConnection *connection,
+
GObject *
+nm_ip6_config_new (DBusGConnection *connection,
                    const char *object_path);

Creates a new NMIP6Config.

@@ -221,7 +221,7 @@ nm_ip6_config_new (

connection

-

the DBusGConnection

+

the DBusGConnection

  @@ -268,7 +268,7 @@ nm_ip6_config_get_gateway (

nm_ip6_config_get_addresses ()

-
const GSList *
+
const GSList *
 nm_ip6_config_get_addresses (NMIP6Config *config);

Gets the IP6 addresses (containing the address, prefix, and gateway).

@@ -288,7 +288,7 @@ nm_ip6_config_get_addresses (

Returns

-

the GSList containing +

the GSList containing NMIP6Addresses. This is the internal copy used by the configuration and must not be modified.

[element-type NMIP6Address]

@@ -297,7 +297,7 @@ and must not be modified.


nm_ip6_config_get_routes ()

-
const GSList *
+
const GSList *
 nm_ip6_config_get_routes (NMIP6Config *config);

Gets the routes.

@@ -317,8 +317,8 @@ nm_ip6_config_get_routes (

Returns

-

the GSList containing -NMIP6Routes. This is the internal copy used by the configuration, +

the GSList containing +NMIP6Routes. This is the internal copy used by the configuration, and must not be modified.

[element-type NMIP6Route]

@@ -326,7 +326,7 @@ and must not be modified.


nm_ip6_config_get_num_nameservers ()

-
guint32
+
guint32
 nm_ip6_config_get_num_nameservers (NMIP6Config *config);

Gets the number of the domain name servers in the configuration.

@@ -355,7 +355,7 @@ nm_ip6_config_get_num_nameservers (

nm_ip6_config_get_nameserver ()

const struct in6_addr *
 nm_ip6_config_get_nameserver (NMIP6Config *config,
-                              guint32 idx);
+ guint32 idx);

Gets the domain name server at index idx in the configuration.

@@ -391,7 +391,7 @@ nm_ip6_config_get_nameserver (

nm_ip6_config_get_nameservers ()

-
const GSList *
+
const GSList *
 nm_ip6_config_get_nameservers (NMIP6Config *config);

Gets the domain name servers (DNS).

[skip]

@@ -412,7 +412,7 @@ nm_ip6_config_get_nameservers (

Returns

-

a GSList containing elements of type 'struct in6_addr' which +

a GSList containing elements of type 'struct in6_addr' which contain the addresses of nameservers of the configuration. This is the internal copy used by the configuration and must not be modified.

@@ -420,7 +420,7 @@ internal copy used by the configuration and must not be modified.


nm_ip6_config_get_domains ()

-
const GPtrArray *
+
const GPtrArray *
 nm_ip6_config_get_domains (NMIP6Config *config);

Gets the domain names.

@@ -440,7 +440,7 @@ nm_ip6_config_get_domains (

Returns

-

the GPtrArray containing domains as strings. +

the GPtrArray containing domains as strings. This is the internal copy used by the configuration, and must not be modified.

[element-type utf8]

@@ -448,7 +448,7 @@ This is the internal copy used by the configuration, and must not be modified. <

nm_ip6_config_get_searches ()

-
const GPtrArray *
+
const GPtrArray *
 nm_ip6_config_get_searches (NMIP6Config *config);

Gets the dns searches.

@@ -468,7 +468,7 @@ nm_ip6_config_get_searches (

Returns

-

the GPtrArray containing dns searches as strings. +

the GPtrArray containing dns searches as strings. This is the internal copy used by the configuration, and must not be modified.

[element-type utf8]

@@ -518,8 +518,8 @@ This is the internal copy used by the configuration, and must not be modified. <

The “addresses” property

  “addresses”                NMIP6AddressObjectArray *
-

The GPtrArray containing the IPv6 addresses; use -nm_utils_ip6_addresses_from_gvalue() to return a GSList of +

The GPtrArray containing the IPv6 addresses; use +nm_utils_ip6_addresses_from_gvalue() to return a GSList of NMSettingIP6Address objects that is more usable than the raw data.

Flags: Read

@@ -527,13 +527,13 @@ This is the internal copy used by the configuration, and must not be modified. <

The “domains” property

  “domains”                  NMStringArray *
-

The GPtrArray containing domain strings of the configuration.

+

The GPtrArray containing domain strings of the configuration.

Flags: Read


The “gateway” property

-
  “gateway”                  gchar *
+
  “gateway”                  gchar *

The IPv6 gateway as string

Flags: Read

Default value: NULL

@@ -543,7 +543,7 @@ This is the internal copy used by the configuration, and must not be modified. <

The “nameservers” property

  “nameservers”              NMIP6AddressArray *
-

The GPtrArray containing elements of type 'struct ip6_addr' which +

The GPtrArray containing elements of type 'struct ip6_addr' which contain the addresses of nameservers of the configuration.

Flags: Read

@@ -551,8 +551,8 @@ contain the addresses of nameservers of the configuration.

The “routes” property

  “routes”                   NMIP6RouteObjectArray *
-

The GPtrArray containing the IPv6 routes; use -nm_utils_ip6_routes_from_gvalue() to return a GSList of +

The GPtrArray containing the IPv6 routes; use +nm_utils_ip6_routes_from_gvalue() to return a GSList of NMSettingIP6Address objects that is more usable than the raw data.

Flags: Read

@@ -560,13 +560,13 @@ contain the addresses of nameservers of the configuration.

The “searches” property

  “searches”                 NMStringArray *
-

The GPtrArray containing dns search strings of the configuration.

+

The GPtrArray containing dns search strings of the configuration.

Flags: Read

Since: 0.9.10

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