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/NMIP4Config.html | 76 +++++++++++++++++------------------ 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'docs/libnm-glib/html/NMIP4Config.html') diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html index e6b4fa37..05077875 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -8,7 +8,7 @@ - + @@ -43,7 +43,7 @@ -GObject * +GObject * nm_ip4_config_new () @@ -57,42 +57,42 @@ -const GSList * +const GSList * nm_ip4_config_get_addresses () -const GSList * +const GSList * nm_ip4_config_get_routes () -const GArray * +const GArray * nm_ip4_config_get_nameservers () -const GPtrArray * +const GPtrArray * nm_ip4_config_get_domains () -const GPtrArray * +const GPtrArray * nm_ip4_config_get_searches () -const GArray * +const GArray * nm_ip4_config_get_wins_servers () @@ -111,7 +111,7 @@ -gpointer +gpointer addresses Read @@ -123,7 +123,7 @@ -gchar * +gchar * gateway Read @@ -134,7 +134,7 @@ Read -gpointer +gpointer routes Read @@ -194,7 +194,7 @@

Object Hierarchy

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

Functions

nm_ip4_config_new ()

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

Creates a new NMIP4Config.

@@ -221,7 +221,7 @@ nm_ip4_config_new (

connection

-

the DBusGConnection

+

the DBusGConnection

  @@ -268,7 +268,7 @@ nm_ip4_config_get_gateway (

nm_ip4_config_get_addresses ()

-
const GSList *
+
const GSList *
 nm_ip4_config_get_addresses (NMIP4Config *config);

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

@@ -288,7 +288,7 @@ nm_ip4_config_get_addresses (

Returns

-

the GSList containing NMIP4Addresses. +

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

[element-type NMIP4Address]

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

nm_ip4_config_get_routes ()

-
const GSList *
+
const GSList *
 nm_ip4_config_get_routes (NMIP4Config *config);

Gets the routes.

@@ -316,8 +316,8 @@ nm_ip4_config_get_routes (

Returns

-

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

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

[element-type NMIP4Route]

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


nm_ip4_config_get_nameservers ()

-
const GArray *
+
const GArray *
 nm_ip4_config_get_nameservers (NMIP4Config *config);

Gets the domain name servers (DNS).

@@ -345,7 +345,7 @@ nm_ip4_config_get_nameservers (

Returns

-

the GArray containing guint32s. +

the GArray containing guint32s. This is the internal copy used by the configuration and must not be modified.

[element-type guint32]

@@ -354,7 +354,7 @@ modified.


nm_ip4_config_get_domains ()

-
const GPtrArray *
+
const GPtrArray *
 nm_ip4_config_get_domains (NMIP4Config *config);

Gets the domain names.

@@ -374,7 +374,7 @@ nm_ip4_config_get_domains (

Returns

-

the GPtrArray containing domains as strings. This is the +

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

[element-type utf8]

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


nm_ip4_config_get_searches ()

-
const GPtrArray *
+
const GPtrArray *
 nm_ip4_config_get_searches (NMIP4Config *config);

Gets the dns searches.

@@ -402,7 +402,7 @@ nm_ip4_config_get_searches (

Returns

-

the GPtrArray containing dns searches as strings. This is the +

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

[element-type utf8]

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


nm_ip4_config_get_wins_servers ()

-
const GArray *
+
const GArray *
 nm_ip4_config_get_wins_servers (NMIP4Config *config);

Gets the Windows Internet Name Service servers (WINS).

@@ -431,7 +431,7 @@ nm_ip4_config_get_wins_servers (

Returns

-

the GArray containing guint32s. +

the GArray containing guint32s. This is the internal copy used by the configuration and must not be modified.

[element-type guint32]

@@ -486,21 +486,21 @@ modified.

Property Details

The “addresses” property

-
  “addresses”                gpointer
-

The GPtrArray containing NMIP4Addresses of the configuration.

+
  “addresses”                gpointer
+

The GPtrArray containing NMIP4Addresses of the configuration.

Flags: Read


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 IP4 gateway address of the configuration as string.

Flags: Read

Default value: NULL

@@ -510,21 +510,21 @@ modified.

The “nameservers” property

  “nameservers”              NMUintArray *
-

The GArray containing name servers (guint32s) of the configuration.

+

The GArray containing name servers (guint32s) of the configuration.

Flags: Read


The “routes” property

-
  “routes”                   gpointer
-

The GPtrArray containing NMSettingIP4Routes of the configuration.

+
  “routes”                   gpointer
+

The GPtrArray containing NMSettingIP4Routes of the configuration.

Flags: Read


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

@@ -532,12 +532,12 @@ modified.

The “wins-servers” property

  “wins-servers”             NMUintArray *
-

The GArray containing WINS servers (guint32s) of the configuration.

+

The GArray containing WINS servers (guint32s) of the configuration.

Flags: Read

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