summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-08-06 12:16:22 +0200
committerThomas Haller <thaller@redhat.com>2019-08-06 12:16:29 +0200
commite48089b0393bd502d8ce1f0b44d6c7a6f081a69d (patch)
treec78b44e8dc4df70e9f195a1e549b3771412ea7b4
parentddb08e3602607a5e137c05c4da25e2b4ab4166dd (diff)
downloadNetworkManager-e48089b0393bd502d8ce1f0b44d6c7a6f081a69d.tar.gz
libnm/doc: add missing "Since: 1.20" comments
-rw-r--r--libnm-core/nm-connection.h2
-rw-r--r--libnm-core/nm-dbus-interface.h4
-rw-r--r--libnm-core/nm-setting-wireless.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/libnm-core/nm-connection.h b/libnm-core/nm-connection.h
index 4399ad67da..2c553e0ebd 100644
--- a/libnm-core/nm-connection.h
+++ b/libnm-core/nm-connection.h
@@ -112,7 +112,7 @@ NMSetting *nm_connection_get_setting_by_name (NMConnection *connection,
* @NM_CONNECTION_SERIALIZE_NO_SECRETS: do not include secrets
* @NM_CONNECTION_SERIALIZE_ONLY_SECRETS: only serialize secrets
* @NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED: if set, only secrets that
- * are agent owned will be serialized.
+ * are agent owned will be serialized. Since: 1.20
*
* These flags determine which properties are serialized when calling when
* calling nm_connection_to_dbus().
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h
index 1f4b431779..d74ea2ba22 100644
--- a/libnm-core/nm-dbus-interface.h
+++ b/libnm-core/nm-dbus-interface.h
@@ -292,7 +292,7 @@ typedef enum { /*< flags >*/
* @NM_WIFI_DEVICE_CAP_FREQ_VALID: device reports frequency capabilities
* @NM_WIFI_DEVICE_CAP_FREQ_2GHZ: device supports 2.4GHz frequencies
* @NM_WIFI_DEVICE_CAP_FREQ_5GHZ: device supports 5GHz frequencies
- * @NM_WIFI_DEVICE_CAP_MESH: device supports acting as a mesh point
+ * @NM_WIFI_DEVICE_CAP_MESH: device supports acting as a mesh point. Since: 1.20.
*
* 802.11 specific device encryption and authentication capabilities.
**/
@@ -385,7 +385,7 @@ typedef enum { /*< underscore_name=nm_802_11_ap_security_flags, flags >*/
* provides connectivity to clients.
* @NM_802_11_MODE_AP: the device is an access point/hotspot. Not valid for
* access point objects; used only for hotspot mode on the local machine.
- * @NM_802_11_MODE_MESH: the device is a 802.11s mesh point.
+ * @NM_802_11_MODE_MESH: the device is a 802.11s mesh point. Since: 1.20.
*
* Indicates the 802.11 mode an access point or device is currently in.
**/
diff --git a/libnm-core/nm-setting-wireless.h b/libnm-core/nm-setting-wireless.h
index dcb11e11c5..d04bad3abc 100644
--- a/libnm-core/nm-setting-wireless.h
+++ b/libnm-core/nm-setting-wireless.h
@@ -126,6 +126,8 @@ typedef enum { /*< flags >*/
* NM_SETTING_WIRELESS_MODE_MESH:
*
* Indicates that the connection should create a mesh point.
+ *
+ * Since: 1.20
*/
#define NM_SETTING_WIRELESS_MODE_MESH "mesh"