From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm/html/NMActiveConnection.html | 79 +++++++++------------------------ 1 file changed, 20 insertions(+), 59 deletions(-) (limited to 'docs/libnm/html/NMActiveConnection.html') diff --git a/docs/libnm/html/NMActiveConnection.html b/docs/libnm/html/NMActiveConnection.html index bbe1a3fe..a059c180 100644 --- a/docs/libnm/html/NMActiveConnection.html +++ b/docs/libnm/html/NMActiveConnection.html @@ -2,13 +2,13 @@ -libnm Reference Manual: NMActiveConnection +NMActiveConnection: libnm Reference Manual - + @@ -338,8 +338,6 @@

Description

-

-

Functions

@@ -396,7 +394,6 @@ nm_active_connection_get_id (

Returns

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

-


@@ -424,7 +421,6 @@ nm_active_connection_get_uuid (

Returns

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

-


@@ -453,7 +449,6 @@ nm_active_connection_get_connection_type

Returns

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

-


@@ -488,7 +483,6 @@ resolve it with

Returns

the specific object's D-Bus path. This is the internal string used by the connection, and must not be modified.

-


@@ -543,7 +537,6 @@ nm_active_connection_get_state (

Returns

the state

-


@@ -598,7 +591,6 @@ the default IPv4 route and DNS information).

Returns

TRUE if the active connection is the default IPv4 connection

-


@@ -684,7 +676,6 @@ the default IPv6 route and DNS information).

Returns

TRUE if the active connection is the default IPv6 connection

-


@@ -769,7 +760,6 @@ nm_active_connection_get_vpn (

Returns

TRUE if the active connection is a VPN connection

-

@@ -779,120 +769,90 @@ nm_active_connection_get_vpn (

NM_ACTIVE_CONNECTION_CONNECTION

#define NM_ACTIVE_CONNECTION_CONNECTION           "connection"
 
-

-


NM_ACTIVE_CONNECTION_ID

#define NM_ACTIVE_CONNECTION_ID                   "id"
 
-

-


NM_ACTIVE_CONNECTION_UUID

#define NM_ACTIVE_CONNECTION_UUID                 "uuid"
 
-

-


NM_ACTIVE_CONNECTION_TYPE

#define NM_ACTIVE_CONNECTION_TYPE                 "type"
 
-

-


NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH

#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT_PATH "specific-object-path"
 
-

-


NM_ACTIVE_CONNECTION_DEVICES

#define NM_ACTIVE_CONNECTION_DEVICES              "devices"
 
-

-


NM_ACTIVE_CONNECTION_STATE

#define NM_ACTIVE_CONNECTION_STATE                "state"
 
-

-


NM_ACTIVE_CONNECTION_DEFAULT

#define NM_ACTIVE_CONNECTION_DEFAULT              "default"
 
-

-


NM_ACTIVE_CONNECTION_IP4_CONFIG

#define NM_ACTIVE_CONNECTION_IP4_CONFIG           "ip4-config"
 
-

-


NM_ACTIVE_CONNECTION_DHCP4_CONFIG

#define NM_ACTIVE_CONNECTION_DHCP4_CONFIG         "dhcp4-config"
 
-

-


NM_ACTIVE_CONNECTION_DEFAULT6

#define NM_ACTIVE_CONNECTION_DEFAULT6             "default6"
 
-

-


NM_ACTIVE_CONNECTION_IP6_CONFIG

#define NM_ACTIVE_CONNECTION_IP6_CONFIG           "ip6-config"
 
-

-


NM_ACTIVE_CONNECTION_DHCP6_CONFIG

#define NM_ACTIVE_CONNECTION_DHCP6_CONFIG         "dhcp6-config"
 
-

-


NM_ACTIVE_CONNECTION_VPN

#define NM_ACTIVE_CONNECTION_VPN                  "vpn"
 
-

-


NM_ACTIVE_CONNECTION_MASTER

#define NM_ACTIVE_CONNECTION_MASTER               "master"
 
-

-

@@ -900,14 +860,14 @@ nm_active_connection_get_vpn (

The “connection” property

  “connection”               NMRemoteConnection *
-

+

The connection that this is an active instance of.

Flags: Read


The “default” property

  “default”                  gboolean
-

+

Whether the active connection is the default IPv4 one.

Flags: Read

Default value: FALSE

@@ -915,7 +875,7 @@ nm_active_connection_get_vpn (

The “default6” property

  “default6”                 gboolean
-

+

Whether the active connection is the default IPv6 one.

Flags: Read

Default value: FALSE

@@ -923,28 +883,29 @@ nm_active_connection_get_vpn (

The “devices” property

  “devices”                  GPtrArray *
-

+

The devices of the active connection.

+

Element-type: NMDevice

Flags: Read


The “dhcp4-config” property

  “dhcp4-config”             NMDhcpConfig *
-

+

The IPv4 NMDhcpConfig of the connection.

Flags: Read


The “dhcp6-config” property

  “dhcp6-config”             NMDhcpConfig *
-

+

The IPv6 NMDhcpConfig of the connection.

Flags: Read


The “id” property

  “id”                       gchar *
-

+

The active connection's ID

Flags: Read

Default value: NULL

@@ -952,28 +913,29 @@ nm_active_connection_get_vpn (

The “ip4-config” property

  “ip4-config”               NMIPConfig *
-

+

The IPv4 NMIPConfig of the connection.

Flags: Read


The “ip6-config” property

  “ip6-config”               NMIPConfig *
-

+

The IPv6 NMIPConfig of the connection.

Flags: Read


The “master” property

  “master”                   NMDevice *
-

+

The master device if one exists.

Flags: Read


The “specific-object-path” property

  “specific-object-path”     gchar *
-

+

The path to the "specific object" of the active connection; see +nm_active_connection_get_specific_object_path() for more details.

Flags: Read

Default value: NULL

@@ -981,7 +943,7 @@ nm_active_connection_get_vpn (

The “state” property

  “state”                    NMActiveConnectionState
-

+

The state of the active connection.

Flags: Read

Default value: NM_ACTIVE_CONNECTION_STATE_UNKNOWN

@@ -989,7 +951,7 @@ nm_active_connection_get_vpn (

The “type” property

  “type”                     gchar *
-

+

The active connection's type

Flags: Read

Default value: NULL

@@ -997,7 +959,7 @@ nm_active_connection_get_vpn (

The “uuid” property

  “uuid”                     gchar *
-

+

The active connection's UUID

Flags: Read

Default value: NULL

@@ -1005,14 +967,13 @@ nm_active_connection_get_vpn (

The “vpn” property

  “vpn”                      gboolean
-

+

Whether the active connection is a VPN connection.

Flags: Read

Default value: FALSE

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