libnm/connection: fix a handful of versioning tags

These are marked as being available sooner than they actually appear in
libnm.ver.
This commit is contained in:
Lubomir Rintel
2022-11-07 22:57:18 +01:00
parent 117a440cd9
commit c0b2b5e3a8
2 changed files with 11 additions and 10 deletions

View File

@@ -3490,7 +3490,7 @@ nm_connection_get_setting_olpc_mesh(NMConnection *connection)
*
* Returns: (transfer none): an #NMSettingOvsBridge if the connection contains one, otherwise %NULL
*
* Since: 1.10
* Since: 1.14
**/
NMSettingOvsBridge *
nm_connection_get_setting_ovs_bridge(NMConnection *connection)
@@ -3506,7 +3506,7 @@ nm_connection_get_setting_ovs_bridge(NMConnection *connection)
*
* Returns: (transfer none): an #NMSettingOvsInterface if the connection contains one, otherwise %NULL
*
* Since: 1.10
* Since: 1.14
**/
NMSettingOvsInterface *
nm_connection_get_setting_ovs_interface(NMConnection *connection)
@@ -3523,7 +3523,7 @@ nm_connection_get_setting_ovs_interface(NMConnection *connection)
*
* Returns: (transfer none): an #NMSettingOvsPatch if the connection contains one, otherwise %NULL
*
* Since: 1.10
* Since: 1.14
**/
NMSettingOvsPatch *
nm_connection_get_setting_ovs_patch(NMConnection *connection)
@@ -3539,7 +3539,7 @@ nm_connection_get_setting_ovs_patch(NMConnection *connection)
*
* Returns: (transfer none): an #NMSettingOvsPort if the connection contains one, otherwise %NULL
*
* Since: 1.10
* Since: 1.14
**/
NMSettingOvsPort *
nm_connection_get_setting_ovs_port(NMConnection *connection)
@@ -3629,7 +3629,7 @@ nm_connection_get_setting_tc_config(NMConnection *connection)
*
* Returns: (transfer none): an #NMSettingTun if the connection contains one, otherwise %NULL
*
* Since: 1.2
* Since: 1.14
**/
NMSettingTun *
nm_connection_get_setting_tun(NMConnection *connection)

View File

@@ -220,12 +220,13 @@ NMSettingMacsec *nm_connection_get_setting_macsec(NMConnection *connection);
NM_AVAILABLE_IN_1_2
NMSettingMacvlan *nm_connection_get_setting_macvlan(NMConnection *connection);
NMSettingOlpcMesh *nm_connection_get_setting_olpc_mesh(NMConnection *connection);
NM_AVAILABLE_IN_1_10
NM_AVAILABLE_IN_1_14
NMSettingOvsBridge *nm_connection_get_setting_ovs_bridge(NMConnection *connection);
NM_AVAILABLE_IN_1_10
NM_AVAILABLE_IN_1_14
NMSettingOvsInterface *nm_connection_get_setting_ovs_interface(NMConnection *connection);
NM_AVAILABLE_IN_1_14
NMSettingOvsPatch *nm_connection_get_setting_ovs_patch(NMConnection *connection);
NM_AVAILABLE_IN_1_10
NM_AVAILABLE_IN_1_14
NMSettingOvsPort *nm_connection_get_setting_ovs_port(NMConnection *connection);
NMSettingPpp *nm_connection_get_setting_ppp(NMConnection *connection);
NMSettingPppoe *nm_connection_get_setting_pppoe(NMConnection *connection);
@@ -234,7 +235,7 @@ NMSettingProxy *nm_connection_get_setting_proxy(NMConnection *connection);
NMSettingSerial *nm_connection_get_setting_serial(NMConnection *connection);
NM_AVAILABLE_IN_1_12
NMSettingTCConfig *nm_connection_get_setting_tc_config(NMConnection *connection);
NM_AVAILABLE_IN_1_2
NM_AVAILABLE_IN_1_14
NMSettingTun *nm_connection_get_setting_tun(NMConnection *connection);
NMSettingVpn *nm_connection_get_setting_vpn(NMConnection *connection);
NMSettingWimax *nm_connection_get_setting_wimax(NMConnection *connection);