mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 21:08:04 +02:00
libnm/doc: add missing "Since: 1.20" comments
(cherry picked from commit e48089b039)
This commit is contained in:
parent
fa0c5a41c1
commit
fb49607de1
3 changed files with 5 additions and 3 deletions
|
|
@ -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_NO_SECRETS: do not include secrets
|
||||||
* @NM_CONNECTION_SERIALIZE_ONLY_SECRETS: only serialize secrets
|
* @NM_CONNECTION_SERIALIZE_ONLY_SECRETS: only serialize secrets
|
||||||
* @NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED: if set, only secrets that
|
* @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
|
* These flags determine which properties are serialized when calling when
|
||||||
* calling nm_connection_to_dbus().
|
* calling nm_connection_to_dbus().
|
||||||
|
|
|
||||||
|
|
@ -292,7 +292,7 @@ typedef enum { /*< flags >*/
|
||||||
* @NM_WIFI_DEVICE_CAP_FREQ_VALID: device reports frequency capabilities
|
* @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_2GHZ: device supports 2.4GHz frequencies
|
||||||
* @NM_WIFI_DEVICE_CAP_FREQ_5GHZ: device supports 5GHz 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.
|
* 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.
|
* provides connectivity to clients.
|
||||||
* @NM_802_11_MODE_AP: the device is an access point/hotspot. Not valid for
|
* @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.
|
* 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.
|
* Indicates the 802.11 mode an access point or device is currently in.
|
||||||
**/
|
**/
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,8 @@ typedef enum { /*< flags >*/
|
||||||
* NM_SETTING_WIRELESS_MODE_MESH:
|
* NM_SETTING_WIRELESS_MODE_MESH:
|
||||||
*
|
*
|
||||||
* Indicates that the connection should create a mesh point.
|
* Indicates that the connection should create a mesh point.
|
||||||
|
*
|
||||||
|
* Since: 1.20
|
||||||
*/
|
*/
|
||||||
#define NM_SETTING_WIRELESS_MODE_MESH "mesh"
|
#define NM_SETTING_WIRELESS_MODE_MESH "mesh"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue