From 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Tue, 20 Dec 2016 20:06:37 +0800 Subject: Imported Upstream version 1.4.4 --- docs/libnm-glib/html/NMIP4Config.html | 94 +++++++++++++++++------------------ 1 file changed, 47 insertions(+), 47 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 51cc764b..51f29f4a 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -3,7 +3,7 @@ NMIP4Config: libnm-glib Reference Manual - + @@ -35,7 +35,7 @@

Functions

-
+
@@ -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 () @@ -103,7 +103,7 @@

Properties

-
+
@@ -111,7 +111,7 @@ - + @@ -123,7 +123,7 @@ +gchar * @@ -134,7 +134,7 @@ - + @@ -155,7 +155,7 @@

Types and Values

-
gpointergpointer addresses Read
-gchar * gateway Read
Read
gpointergpointer routes Read
+
@@ -194,7 +194,7 @@

Object Hierarchy

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

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.

Parameters

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

connection

-
+ @@ -246,7 +246,7 @@ nm_ip4_config_get_gateway (

Parameters

-

the DBusGConnection

the DBusGConnection

 
+
@@ -268,12 +268,12 @@ 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).

Parameters

-
+
@@ -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,12 +296,12 @@ 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.

Parameters

-
+
@@ -316,7 +316,7 @@ nm_ip4_config_get_routes (

Returns

-

the GSList containing +

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

[element-type NMIP4Route]

@@ -325,12 +325,12 @@ 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).

Parameters

-
+
@@ -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,12 +354,12 @@ modified.


nm_ip4_config_get_domains ()

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

Gets the domain names.

Parameters

-
+
@@ -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,12 +382,12 @@ 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.

Parameters

-
+
@@ -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,12 +411,12 @@ 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).

Parameters

-
+
@@ -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,7 +532,7 @@ 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

-- cgit 1.3.0-6-gf8a5