mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 04:08:01 +02:00
libnm/connection: fix a handful of versioning tags
These are marked as being available sooner than they actually appear in
libnm.ver.
(cherry picked from commit c0b2b5e3a8)
This commit is contained in:
parent
e401307bec
commit
af6be92033
2 changed files with 11 additions and 10 deletions
|
|
@ -3487,7 +3487,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)
|
||||
|
|
@ -3503,7 +3503,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)
|
||||
|
|
@ -3520,7 +3520,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)
|
||||
|
|
@ -3536,7 +3536,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)
|
||||
|
|
@ -3626,7 +3626,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)
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
NMSettingOvsPatch *nm_connection_get_setting_ovs_patch(NMConnection *connection);
|
||||
NM_AVAILABLE_IN_1_10
|
||||
NM_AVAILABLE_IN_1_14
|
||||
NMSettingOvsPatch *nm_connection_get_setting_ovs_patch(NMConnection *connection);
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue