From 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a Mon Sep 17 00:00:00 2001
From: Michael Biebl
NMConnection *secrets; -NMSettingWirelessSecurity *s_wsec; -GVariant *secrets_dict; ++g_object_unref (secrets); +g_variant_unref (secrets_dict); NMConnection *secrets; +NMSettingWirelessSecurity *s_wsec; +GVariant *secrets_dict; -secrets = nm_simple_connection_new (); -s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_new (); -g_object_set (G_OBJECT (s_wsec), - NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK", - NULL); -nm_connection_add_setting (secrets, NM_SETTING (s_wsec)); -secrets_dict = nm_connection_to_dbus (secrets, NM_CONNECTION_SERIALIZE_ALL); +secrets = nm_simple_connection_new (); +s_wsec = (NMSettingWirelessSecurity *) nm_setting_wireless_security_new (); +g_object_set (G_OBJECT (s_wsec), + NM_SETTING_WIRELESS_SECURITY_PSK, "my really cool PSK", + NULL); +nm_connection_add_setting (secrets, NM_SETTING (s_wsec)); +secrets_dict = nm_connection_to_dbus (secrets, NM_CONNECTION_SERIALIZE_ALL); -(call the NMSecretAgentOldGetSecretsFunc with secrets_dict) +(call the NMSecretAgentOldGetSecretsFunc with secrets_dict) -g_object_unref (secrets); -g_variant_unref (secrets_dict);
Since: 1.34
+
+
+nm_setting_bond_port_get_prio ()
+gint32
+nm_setting_bond_port_get_prio (NMSettingBondPort *setting);
+
+
+Since: 1.44, 1.42.8
+
Types and Values
@@ -136,6 +174,12 @@ nm_setting_bond_port_get_queue_id (#define NM_SETTING_BOND_PORT_QUEUE_ID "queue-id"
+
+
+
+