From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl a new NMSetting containing the same properties and values as the
source NMSetting. [transfer full] [transfer full]
@@ -510,7 +510,7 @@ nm_setting_duplicate (
-gchar *
+char *
name
Read
Returns
@@ -729,7 +729,7 @@ settings differ, on return a hash table mapping the differing keys to one or
more NMSettingDiffResult values OR-ed together. If the settings do not
differ, any hash table passed in is unmodified. If no hash table is passed
in and the settings differ, a new one is created and returned.
Returns
the GVariant or NULL if the option
is not set.
-[transfer none]
+[transfer none]
Since: 1.26.
@@ -1167,7 +1167,7 @@ nm_setting_option_get_all_names (A NULL terminated array of key names. If no names are present, this returns
NULL. The returned array and the names are owned by NMSetting and might be invalidated
by the next operation.
-[array length=out_len zero-terminated=1][transfer none]
+[array length=out_len zero-terminated=1][transfer none]
Since: 1.26
@@ -1537,7 +1537,7 @@ if you specify NM_SETTING_COMPARE_FLAG_DIFF_RESULT_W
Property Details
The “name” property
- “name” gchar *
+ “name” char *
The setting's name, which uniquely identifies the setting within the
connection. Each setting type has a name unique to that type, for
example "ppp" or "802-11-wireless" or "802-3-ethernet".
@@ -1548,6 +1548,6 @@ example "ppp" or "802-11-wireless" or "802-3-ethernet".
+
Generated by GTK-Doc V1.33.1