From 90e8691111889a7b5f3c812f5a41f15a8a058913 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Nov 2017 00:14:39 +0100 Subject: New upstream version 1.9.90 --- docs/libnm-glib/html/NMActiveConnection.html | 78 ++++++++++++++-------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'docs/libnm-glib/html/NMActiveConnection.html') diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html index 546ba17e..1a19867e 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -43,7 +43,7 @@ -GObject * +GObject * nm_active_connection_new () @@ -85,7 +85,7 @@ -const GPtrArray * +const GPtrArray * nm_active_connection_get_devices () @@ -108,7 +108,7 @@ -gboolean +gboolean nm_active_connection_get_default () @@ -132,7 +132,7 @@ -gboolean +gboolean nm_active_connection_get_default6 () @@ -156,7 +156,7 @@ -gboolean +gboolean nm_active_connection_get_vpn () @@ -176,17 +176,17 @@ -gchar * +gchar * connection Read -gboolean +gboolean default Read -gboolean +gboolean default6 Read @@ -210,7 +210,7 @@ -gchar * +gchar * id Read @@ -228,35 +228,35 @@ -gchar * +gchar * master Read -gchar * +gchar * specific-object Read -guint +guint state Read -gchar * +gchar * type Read -gchar * +gchar * uuid Read -gboolean +gboolean vpn Read @@ -336,7 +336,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMActiveConnection
             ╰── NMVPNConnection
@@ -349,7 +349,7 @@
 

Functions

nm_active_connection_new ()

-
GObject *
+
GObject *
 nm_active_connection_new (DBusGConnection *connection,
                           const char *path);

Creates a new NMActiveConnection.

@@ -526,7 +526,7 @@ connection, and must not be modified.


nm_active_connection_get_devices ()

-
const GPtrArray *
+
const GPtrArray *
 nm_active_connection_get_devices (NMActiveConnection *connection);

Gets the NMDevices used for the active connections.

@@ -546,7 +546,7 @@ nm_active_connection_get_devices (

Returns

-

the GPtrArray containing NMDevices. +

the GPtrArray containing NMDevices. This is the internal copy used by the connection, and must not be modified.

[element-type NMDevice]

@@ -607,7 +607,7 @@ This is the internal string used by the connection, and must not be modified.

nm_active_connection_get_default ()

-
gboolean
+
gboolean
 nm_active_connection_get_default (NMActiveConnection *connection);

Whether the active connection is the default IPv4 one (that is, is used for the default IPv4 route and DNS information).

@@ -628,7 +628,7 @@ the default IPv4 route and DNS information).

Returns

-

TRUE if the active connection is the default IPv4 connection

+

TRUE if the active connection is the default IPv4 connection


@@ -654,7 +654,7 @@ nm_active_connection_get_ip4_config (

Returns

-

the NMIP4Config, or NULL if the +

the NMIP4Config, or NULL if the connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

@@ -685,7 +685,7 @@ nm_active_connection_get_dhcp4_config (

Returns

-

the NMDHCP4Config, or NULL if the +

the NMDHCP4Config, or NULL if the connection does not use DHCP, or is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

@@ -695,7 +695,7 @@ connection does not use DHCP, or is not in the

nm_active_connection_get_default6 ()

-
gboolean
+
gboolean
 nm_active_connection_get_default6 (NMActiveConnection *connection);

Whether the active connection is the default IPv6 one (that is, is used for the default IPv6 route and DNS information).

@@ -716,7 +716,7 @@ the default IPv6 route and DNS information).

Returns

-

TRUE if the active connection is the default IPv6 connection

+

TRUE if the active connection is the default IPv6 connection


@@ -742,7 +742,7 @@ nm_active_connection_get_ip6_config (

Returns

-

the NMIP6Config, or NULL if the +

the NMIP6Config, or NULL if the connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

@@ -773,7 +773,7 @@ nm_active_connection_get_dhcp6_config (

Returns

-

the NMDHCP6Config, or NULL if the +

the NMDHCP6Config, or NULL if the connection does not use DHCPv6, or is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

@@ -783,7 +783,7 @@ connection does not use DHCPv6, or is not in the

nm_active_connection_get_vpn ()

-
gboolean
+
gboolean
 nm_active_connection_get_vpn (NMActiveConnection *connection);

Whether the active connection is a VPN connection.

@@ -803,7 +803,7 @@ nm_active_connection_get_vpn (

Returns

-

TRUE if the active connection is a VPN connection

+

TRUE if the active connection is a VPN connection

Since: 0.9.10

@@ -904,7 +904,7 @@ nm_active_connection_get_vpn (

Property Details

The “connection” property

-
  “connection”               gchar *
+
  “connection”               gchar *

The connection's path of the active connection.

Flags: Read

Default value: NULL

@@ -912,7 +912,7 @@ nm_active_connection_get_vpn (

The “default” property

-
  “default”                  gboolean
+
  “default”                  gboolean

Whether the active connection is the default IPv4 one.

Flags: Read

Default value: FALSE

@@ -920,7 +920,7 @@ nm_active_connection_get_vpn (

The “default6” property

-
  “default6”                 gboolean
+
  “default6”                 gboolean

Whether the active connection is the default IPv6 one.

Flags: Read

Default value: FALSE

@@ -950,7 +950,7 @@ nm_active_connection_get_vpn (

The “id” property

-
  “id”                       gchar *
+
  “id”                       gchar *

The active connection's ID

Flags: Read

Default value: NULL

@@ -975,7 +975,7 @@ nm_active_connection_get_vpn (

The “master” property

-
  “master”                   gchar *
+
  “master”                   gchar *

The path of the master device if one exists.

Flags: Read

Default value: NULL

@@ -983,7 +983,7 @@ nm_active_connection_get_vpn (

The “specific-object” property

-
  “specific-object”          gchar *
+
  “specific-object”          gchar *

The specific object's path of the active connection.

Flags: Read

Default value: NULL

@@ -991,7 +991,7 @@ nm_active_connection_get_vpn (

The “state” property

-
  “state”                    guint
+
  “state”                    guint

The state of the active connection.

Flags: Read

Allowed values: <= 3

@@ -1000,7 +1000,7 @@ nm_active_connection_get_vpn (

The “type” property

-
  “type”                     gchar *
+
  “type”                     gchar *

The active connection's type

Flags: Read

Default value: NULL

@@ -1009,7 +1009,7 @@ nm_active_connection_get_vpn (

The “uuid” property

-
  “uuid”                     gchar *
+
  “uuid”                     gchar *

The active connection's UUID

Flags: Read

Default value: NULL

@@ -1017,7 +1017,7 @@ nm_active_connection_get_vpn (

The “vpn” property

-
  “vpn”                      gboolean
+
  “vpn”                      gboolean

Whether the active connection is a VPN connection.

Flags: Read

Default value: FALSE

-- cgit 1.3.0-6-gf8a5