From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/NMSimpleConnection.html | 159 -------------------------------- 1 file changed, 159 deletions(-) delete mode 100644 docs/libnm/html/NMSimpleConnection.html (limited to 'docs/libnm/html/NMSimpleConnection.html') diff --git a/docs/libnm/html/NMSimpleConnection.html b/docs/libnm/html/NMSimpleConnection.html deleted file mode 100644 index d2eb741a..00000000 --- a/docs/libnm/html/NMSimpleConnection.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - -NMSimpleConnection: libnm Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMSimpleConnection

-

NMSimpleConnection — An unmanaged connection

-
-
-

Functions

- -
-
-

Description

-

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

-
-
-

Functions

-
-

nm_simple_connection_new ()

-
NMConnection *
-nm_simple_connection_new (void);
-

Creates a new NMSimpleConnection object with no NMSetting objects.

-
-

Returns

-

the new empty NMConnection object.

-

[transfer full]

-
-
-
-
-

nm_simple_connection_new_from_dbus ()

-
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 -description of the expected hash table.

-
-

Parameters

-
----- - - - - - - - - - - - - -

dict

a GVariant of type NM_VARIANT_TYPE_CONNECTION describing the connection

 

error

on unsuccessful return, an error

 
-
-
-

Returns

-

the new NMSimpleConnection object, populated with -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.

-
-

Parameters

-
----- - - - - - -

connection

the NMConnection to clone

 
-
-
-

Returns

-

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

-

[transfer full]

-
-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5