diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-23 17:11:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-23 17:11:22 +0100 |
| commit | b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 (patch) | |
| tree | 597d2716cfa4b904c98717b874371e0e7b5e0c71 /docs/libnm/libnm-sections.txt | |
| parent | 1372848511cb896b80b51ed1a3e9606bd9816631 (diff) | |
New upstream version 1.42.2 upstream/1.42.2
Diffstat (limited to 'docs/libnm/libnm-sections.txt')
| -rw-r--r-- | docs/libnm/libnm-sections.txt | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt index 7c120bf9..da7f15e6 100644 --- a/docs/libnm/libnm-sections.txt +++ b/docs/libnm/libnm-sections.txt @@ -60,6 +60,7 @@ NM_ACTIVE_CONNECTION_IP6_CONFIG NM_ACTIVE_CONNECTION_DHCP6_CONFIG NM_ACTIVE_CONNECTION_VPN NM_ACTIVE_CONNECTION_MASTER +NM_ACTIVE_CONNECTION_CONTROLLER nm_active_connection_get_connection nm_active_connection_get_id nm_active_connection_get_uuid @@ -70,6 +71,7 @@ nm_active_connection_get_state nm_active_connection_get_state_flags nm_active_connection_get_state_reason nm_active_connection_get_master +nm_active_connection_get_controller nm_active_connection_get_default nm_active_connection_get_ip4_config nm_active_connection_get_dhcp4_config @@ -550,6 +552,70 @@ nm_wimax_nsp_network_type_get_type </SECTION> <SECTION> +<FILE>nm-core-types</FILE> +<TITLE>NMSettingOvs</TITLE> +NMUtilsPredicateStr +NMConnection +NMSetting +NMSetting6Lowpan +NMSetting8021x +NMSettingAdsl +NMSettingBluetooth +NMSettingBond +NMSettingBondPort +NMSettingBridge +NMSettingBridgePort +NMSettingCdma +NMSettingConnection +NMSettingDcb +NMSettingDummy +NMSettingEthtool +NMSettingGeneric +NMSettingGsm +NMSettingHostname +NMSettingIP4Config +NMSettingIP6Config +NMSettingIPConfig +NMSettingIPTunnel +NMSettingInfiniband +NMSettingLoopback +NMSettingMacsec +NMSettingMacvlan +NMSettingMatch +NMSettingOlpcMesh +NMSettingOvsBridge +NMSettingOvsDpdk +NMSettingOvsExternalIDs +NMSettingOvsInterface +NMSettingOvsOtherConfig +NMSettingOvsPatch +NMSettingOvsPort +NMSettingPpp +NMSettingPppoe +NMSettingProxy +NMSettingSerial +NMSettingSriov +NMSettingTCConfig +NMSettingTeam +NMSettingTeamPort +NMSettingTun +NMSettingUser +NMSettingVeth +NMSettingVlan +NMSettingVpn +NMSettingVrf +NMSettingVxlan +NMSettingWifiP2P +NMSettingWimax +NMSettingWireGuard +NMSettingWired +NMSettingWireless +NMSettingWirelessSecurity +NMSettingWpan +NMSimpleConnection +</SECTION> + +<SECTION> <FILE>nm-dbus-interface</FILE> NM_AVAILABLE_IN_1_2 NM_AVAILABLE_IN_1_8 @@ -2721,6 +2787,7 @@ NM_SETTING_IP_CONFIG_REQUIRED_TIMEOUT NM_SETTING_IP_CONFIG_DHCP_IAID NM_SETTING_IP_CONFIG_DHCP_REJECT_SERVERS NM_SETTING_IP_CONFIG_AUTO_ROUTE_EXT_GW +NM_SETTING_IP_CONFIG_REPLACE_LOCAL_RULE NM_SETTING_IP_CONFIG_ROUTING_RULES NM_SETTING_DNS_OPTION_DEBUG NM_SETTING_DNS_OPTION_NDOTS @@ -2797,6 +2864,7 @@ nm_setting_ip_config_add_dhcp_reject_server nm_setting_ip_config_remove_dhcp_reject_server nm_setting_ip_config_clear_dhcp_reject_servers nm_setting_ip_config_get_auto_route_ext_gw +nm_setting_ip_config_get_replace_local_rule <SUBSECTION Standard> NMIPAddress NMIPRoute @@ -4356,6 +4424,7 @@ NM_AVAILABLE_IN_1_40 NM_DEPRECATED_IN_1_42 NM_DEPRECATED_IN_1_42_FOR NM_AVAILABLE_IN_1_42 +NM_AVAILABLE_IN_1_42_2 </SECTION> <SECTION> @@ -4389,6 +4458,7 @@ NM_VERSION_1_36 NM_VERSION_1_38 NM_VERSION_1_40 NM_VERSION_1_42 +NM_VERSION_1_42_2 NM_API_VERSION NM_VERSION_CUR_STABLE NM_VERSION_NEXT_STABLE |