From d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 30 Mar 2016 00:56:30 +0200 Subject: Imported Upstream version 1.1.92 --- docs/libnm/html/NMSimpleConnection.html | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/libnm/html/NMSimpleConnection.html') diff --git a/docs/libnm/html/NMSimpleConnection.html b/docs/libnm/html/NMSimpleConnection.html index 2324c3a8..d596d39d 100644 --- a/docs/libnm/html/NMSimpleConnection.html +++ b/docs/libnm/html/NMSimpleConnection.html @@ -42,7 +42,7 @@ -NMConnection * +NMConnection * nm_simple_connection_new () @@ -50,7 +50,7 @@ -NMConnection * +NMConnection * nm_simple_connection_new_from_dbus () @@ -58,7 +58,7 @@ -NMConnection * +NMConnection * nm_simple_connection_new_clone () @@ -69,7 +69,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMSimpleConnection
 
@@ -80,26 +80,26 @@

Functions

nm_simple_connection_new ()

-
NMConnection *
+
NMConnection *
 nm_simple_connection_new (void);

Creates a new NMSimpleConnection object with no NMSetting objects. An NMSimpleConnection does not directly represent a D-Bus-exported connection, but might be used in the process of creating a new one.

Returns

-

the new empty NMConnection object.

+

the new empty NMConnection object.

[transfer full]


nm_simple_connection_new_from_dbus ()

-
NMConnection *
-nm_simple_connection_new_from_dbus (GVariant *dict,
-                                    GError **error);
+
NMConnection *
+nm_simple_connection_new_from_dbus (GVariant *dict,
+                                    GError **error);

Creates a new NMSimpleConnection from a hash table describing the -connection. See nm_connection_to_dbus() for a description of the expected -hash table.

+connection and normalize the connection. See nm_connection_to_dbus() for a +description of the expected hash table.

Parameters

@@ -111,7 +111,7 @@ hash table.

- + @@ -125,17 +125,17 @@ hash table.

Returns

the new NMSimpleConnection object, populated with -settings created from the values in the hash table, or NULL if the -connection failed to validate.

+settings created from the values in the hash table, or NULL if the +connection failed to normalize.

[transfer full]


nm_simple_connection_new_clone ()

-
NMConnection *
-nm_simple_connection_new_clone (NMConnection *connection);
-

Clones an NMConnection as an NMSimpleConnection.

+
NMConnection *
+nm_simple_connection_new_clone (NMConnection *connection);
+

Clones an NMConnection as an NMSimpleConnection.

Parameters

dict

a GVariant of type NM_VARIANT_TYPE_CONNECTION describing the connection

a GVariant of type NM_VARIANT_TYPE_CONNECTION describing the connection

 
@@ -146,15 +146,15 @@ nm_simple_connection_new_clone (N - +

connection

the NMConnection to clone

the NMConnection to clone

 

Returns

-

a new NMConnection containing the same settings -and properties as the source NMConnection.

+

a new NMConnection containing the same settings +and properties as the source NMConnection.

[transfer full]

-- cgit 1.3.0-6-gf8a5