From 73e152af6e3fb4f5848bfb8394484026ff119003 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 11 May 2016 17:08:25 +0200 Subject: Imported Upstream version 1.2.2 --- docs/libnm/html/NMSimpleConnection.html | 66 ++++++++++++++++++++++----------- 1 file changed, 45 insertions(+), 21 deletions(-) (limited to 'docs/libnm/html/NMSimpleConnection.html') diff --git a/docs/libnm/html/NMSimpleConnection.html b/docs/libnm/html/NMSimpleConnection.html index d6bf39e4..b96c0029 100644 --- a/docs/libnm/html/NMSimpleConnection.html +++ b/docs/libnm/html/NMSimpleConnection.html @@ -6,7 +6,7 @@ - + @@ -16,11 +16,12 @@ Top  |  Description  |  - Object Hierarchy + Object Hierarchy  |  + Implemented Interfaces Home Up -Prev +Prev Next
@@ -42,7 +43,7 @@ -NMConnection * +NMConnection * nm_simple_connection_new () @@ -50,7 +51,7 @@ -NMConnection * +NMConnection * nm_simple_connection_new_from_dbus () @@ -58,7 +59,7 @@ -NMConnection * +NMConnection * nm_simple_connection_new_clone () @@ -68,40 +69,59 @@
+

Types and Values

+
++++ + + + + +
 NMSimpleConnection
+
+

Object Hierarchy

    GObject
     ╰── NMSimpleConnection
 
+

Implemented Interfaces

+

+NMSimpleConnection implements + NMConnection.

+
+

Description

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.

+

Returns

+

the new empty NMConnection object.

[transfer full]


nm_simple_connection_new_from_dbus ()

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

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

-

Parameters

+

Parameters

@@ -123,7 +143,7 @@ description of the expected hash table.

-

Returns

+

Returns

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

@@ -133,11 +153,11 @@ connection failed to normalize.


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

+

Parameters

@@ -146,21 +166,25 @@ nm_simple_connection_new_clone (

connection

-
+

the NMConnection to clone

the NMConnection to clone

 
-

Returns

-

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

+

Returns

+

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

[transfer full]

Types and Values

+
+

NMSimpleConnection

+
typedef struct _NMSimpleConnection NMSimpleConnection;
+