From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001
From: Michael Biebl Registers an error quark for NMConnection if necessary. Creates a new NMConnection from a hash table describing the connection. See
hash the GHashTable describing
+ the GHashTable describing
the connection. the new NMConnection object, populated with settings created
-from the values in the hash table, or a new NMConnection containing the same settings and properties
+ a new NMConnection containing the same settings and properties
as the source NMConnection. [transfer full] the new setting object, or the new setting object, or [transfer full]
-GQuark
+GQuark
nm_connection_error_quark ()
@@ -116,7 +116,7 @@
-gboolean
+gboolean
nm_connection_replace_settings ()
@@ -124,7 +124,7 @@
-gboolean
+gboolean
nm_connection_replace_settings_from_connection ()
@@ -132,7 +132,7 @@
-gboolean
+gboolean
nm_connection_compare ()
@@ -140,7 +140,7 @@
-gboolean
+gboolean
nm_connection_diff ()
@@ -148,7 +148,7 @@
-gboolean
+gboolean
nm_connection_verify ()
@@ -156,7 +156,7 @@
-gboolean
+gboolean
nm_connection_normalize ()
@@ -187,7 +187,7 @@
-gboolean
+gboolean
nm_connection_update_secrets ()
@@ -224,7 +224,7 @@
-gboolean
+gboolean
nm_connection_is_type ()
@@ -240,7 +240,7 @@
-GHashTable *
+GHashTable *
nm_connection_to_hash ()
@@ -256,7 +256,7 @@
-GType
+GType
nm_connection_lookup_setting_type ()
@@ -264,7 +264,7 @@
-GType
+GType
nm_connection_lookup_setting_type_by_quark ()
@@ -520,7 +520,7 @@
@@ -538,17 +538,17 @@
-gchar *
+gchar *
path
Read / Write / Construct
void
changed
-Run First
+Run First
void
secrets-cleared
-Run First
+Run First
@@ -598,9 +598,9 @@
@@ -627,7 +627,7 @@ parameters (MTU, SSID, APN, channel, rate, etc) and IP-level parameters
void
secrets-updated
-Run First
+Run First
Functions
nm_connection_error_quark ()
-GQuark
+
GQuark
nm_connection_error_quark (
void);void
nm_connection_new_from_hash ()
NMConnection *
-nm_connection_new_from_hash (
+nm_connection_new_from_hash (GHashTable *hash,
- GError **error);GHashTable *hash,
+ GError **error);
nm_connection_to_hash() for a description of the expected hash table.[element-type utf8 GLib.HashTable]
@@ -680,7 +680,7 @@ the connection.
Returns
NULL if the connection failed to
+from the values in the hash table, or NULL if the connection failed to
validate
Returns
-const
Returns
-NULL if the setting name was unknown. NULL if the setting name was unknown.
setting
the NMSetting to add to the connection object.
the NMSetting to add to the connection object.
void nm_connection_remove_setting (-NMConnection *connection, -GType setting_type);
Removes the NMSetting with the given GType from the NMConnection. This
+ GType setting_type);
+
Removes the NMSetting with the given GType from the NMConnection. This operation dereferences the NMSetting object.
setting_type
-the GType of the setting object to remove
the GType of the setting object to remove
NMSetting * nm_connection_get_setting (-NMConnection *connection, -GType setting_type);
Gets the NMSetting with the given GType, if one has been previously added
+ GType setting_type);
+
Gets the NMSetting with the given GType, if one has been previously added to the NMConnection.
setting_type
the GType of the setting object to return
the GType of the setting object to return
the NMSetting, or NULL if no setting of that type was previously
+
the NMSetting, or NULL if no setting of that type was previously
added to the NMConnection.
[transfer none]
the NMSetting, or NULL if no setting with that name was previously
+
the NMSetting, or NULL if no setting with that name was previously
added to the NMConnection.
[transfer none]
gboolean +gboolean nm_connection_replace_settings (+NMConnection *connection, -GHashTable *new_settings, -GError **error);GHashTable *new_settings, +GError **error);
Flags: Run First
+Flags: Run First