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/NMActiveConnection.html | 116 +++++++++++++-------------- 1 file changed, 58 insertions(+), 58 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 cd647237..89ab0c68 100644 --- a/docs/libnm-glib/html/NMActiveConnection.html +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -8,7 +8,7 @@ - + @@ -43,7 +43,7 @@ -GObject * +GObject * nm_active_connection_new () @@ -85,7 +85,7 @@ -const GPtrArray * +const GPtrArray * nm_active_connection_get_devices () @@ -93,7 +93,7 @@ -NMActiveConnectionState +NMActiveConnectionState nm_active_connection_get_state () @@ -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,8 +349,8 @@
 

Functions

nm_active_connection_new ()

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

Creates a new NMActiveConnection.

@@ -364,7 +364,7 @@ nm_active_connection_new (

connection

-

the DBusGConnection

+

the DBusGConnection

  @@ -386,7 +386,7 @@ nm_active_connection_new (

nm_active_connection_get_connection ()

const char *
 nm_active_connection_get_connection (NMActiveConnection *connection);
-

Gets the NMConnection's DBus object path. This is often used with +

Gets the NMConnection's DBus object path. This is often used with nm_remote_settings_get_connection_by_path() to retrieve the NMRemoteConnection object that describes the connection.

@@ -406,7 +406,7 @@ nm_active_connection_get_connection (

Returns

-

the object path of the NMConnection which this NMActiveConnection +

the object path of the NMConnection which this NMActiveConnection is an active instance of. This is the internal string used by the connection, and must not be modified.

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

nm_active_connection_get_id ()

const char *
 nm_active_connection_get_id (NMActiveConnection *connection);
-

Gets the NMConnection's ID.

+

Gets the NMConnection's ID.

Parameters

@@ -434,7 +434,7 @@ nm_active_connection_get_id (

Returns

-

the ID of the NMConnection that backs the NMActiveConnection. +

the ID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

Since: 0.9.10

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

nm_active_connection_get_uuid ()

const char *
 nm_active_connection_get_uuid (NMActiveConnection *connection);
-

Gets the NMConnection's UUID.

+

Gets the NMConnection's UUID.

Parameters

@@ -462,7 +462,7 @@ nm_active_connection_get_uuid (

Returns

-

the UUID of the NMConnection that backs the NMActiveConnection. +

the UUID of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

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

const char * nm_active_connection_get_connection_type (NMActiveConnection *connection); -

Gets the NMConnection's type.

+

Gets the NMConnection's type.

Parameters

@@ -490,7 +490,7 @@ nm_active_connection_get_connection_type

Returns

-

the type of the NMConnection that backs the NMActiveConnection. +

the type of the NMConnection that backs the NMActiveConnection. This is the internal string used by the connection, and must not be modified.

Since: 0.9.10

@@ -526,9 +526,9 @@ 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.

+

Gets the NMDevices used for the active connections.

Parameters

@@ -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]

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


nm_active_connection_get_state ()

-
NMActiveConnectionState
+
NMActiveConnectionState
 nm_active_connection_get_state (NMActiveConnection *connection);

Gets the active connection's state.

@@ -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,8 +654,8 @@ nm_active_connection_get_ip4_config (

Returns

-

the NMIP4Config, or NULL if the -connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED +

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

[transfer none]

@@ -685,9 +685,9 @@ 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.

+NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

Since: 0.9.10

@@ -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,8 +742,8 @@ nm_active_connection_get_ip6_config (

Returns

-

the NMIP6Config, or NULL if the -connection is not in the NM_ACTIVE_CONNECTION_STATE_ACTIVATED +

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

[transfer none]

@@ -773,9 +773,9 @@ 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.

+NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.

[transfer none]

Since: 0.9.10

@@ -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

@@ -1026,6 +1026,6 @@ nm_active_connection_get_vpn ( -
Generated by GTK-Doc V1.27
+
Generated by GTK-Doc V1.28 \ No newline at end of file -- cgit 1.3.0-6-gf8a5