From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- docs/libnm/html/NMSimpleConnection.html | 231 ++++++++++++++++---------------- 1 file changed, 114 insertions(+), 117 deletions(-) (limited to 'docs/libnm/html/NMSimpleConnection.html') diff --git a/docs/libnm/html/NMSimpleConnection.html b/docs/libnm/html/NMSimpleConnection.html index c017881e..b1e77edb 100644 --- a/docs/libnm/html/NMSimpleConnection.html +++ b/docs/libnm/html/NMSimpleConnection.html @@ -2,34 +2,27 @@ -NMSimpleConnection +libnm Reference Manual: NMSimpleConnection - + - - - - - - - - - - + + + + + + +
@@ -37,139 +30,143 @@

NMSimpleConnection

NMSimpleConnection

- +
-
-

Synopsis

-
struct              NMSimpleConnection;
-                    NMSimpleConnectionClass;
-NMConnection *      nm_simple_connection_new            (void);
-NMConnection *      nm_simple_connection_new_from_dbus  (GVariant *dict,
-                                                         GError **error);
-NMConnection *      nm_simple_connection_new_clone      (NMConnection *connection);
-
+
+

Functions

+

Object Hierarchy

-
-  GObject
-   +----NMSimpleConnection
+
    GObject
+    ╰── NMSimpleConnection
 
-

Implemented Interfaces

-

-NMSimpleConnection implements - NMConnection.

-
-

Description

-

Details

-
-

struct NMSimpleConnection

-
struct NMSimpleConnection;
-

-

-
-
-
-

NMSimpleConnectionClass

-
typedef struct {
-	GObjectClass parent_class;
-} NMSimpleConnectionClass;
-
-

-

-
-
+

Functions

-

nm_simple_connection_new ()

-
NMConnection *      nm_simple_connection_new            (void);
-

-Creates a new NMSimpleConnection object with no NMSetting objects. An +

nm_simple_connection_new ()

+
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. [transfer full] -
+but might be used in the process of creating a new one.

+
+

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. See nm_connection_to_dbus() for a description of the expected -hash table. -

-
+

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

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 validate. [transfer full] -

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 validate.

+

[transfer full]

+
+

-

nm_simple_connection_new_clone ()

-
NMConnection *      nm_simple_connection_new_clone      (NMConnection *connection);
-

-Clones an NMConnection as an NMSimpleConnection. -

-
+

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

connection

the NMConnection to clone

 
+
+

Returns

+

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

+

[transfer full]

+
+
+
+
+

Types and Values

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