From 88625ab09bf9c6d8f0d5042fcde398a5abfd1da6 Mon Sep 17 00:00:00 2001
From: Michael Biebl Creates a new NMSimpleConnection from a hash table describing the
connection and normalize the connection. See void
nm_simple_connection_new_from_dbus ()
NMConnection *
-nm_simple_connection_new_from_dbus (
+nm_simple_connection_new_from_dbus (GVariant *dict,
- GError **error);GVariant *dict,
+ GError **error);
nm_connection_to_dbus() for a
description of the expected hash table.
dict
a GVariant of type NM_VARIANT_TYPE_CONNECTION describing the connection
a GVariant of type NM_VARIANT_TYPE_CONNECTION describing the connection
the new NMSimpleConnection object, populated with
-settings created from the values in the hash table, or NULL if the
+settings created from the values in the hash table, or NULL if the
connection failed to normalize.
[transfer full]