diff options
| author | Michael Biebl <biebl@debian.org> | 2020-10-05 22:27:18 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-10-05 22:27:18 +0200 |
| commit | aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e (patch) | |
| tree | a2a9bb4d007339a0b1304540388230ccedac32bd /docs/libnm/libnm-sections.txt | |
| parent | e7b44ef4c80907346ec7492a09c45277459924fc (diff) | |
New upstream version 1.27.90 upstream/1.27.90
Diffstat (limited to 'docs/libnm/libnm-sections.txt')
| -rw-r--r-- | docs/libnm/libnm-sections.txt | 42 |
1 files changed, 13 insertions, 29 deletions
diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt index 82dd697d..3fab3066 100644 --- a/docs/libnm/libnm-sections.txt +++ b/docs/libnm/libnm-sections.txt @@ -1532,34 +1532,6 @@ nm_ip_config_get_type </SECTION> <SECTION> -<FILE>nm-json</FILE> -nm_jansson_load -json_object_iter_value -json_object_key_to_iter -json_integer -json_object_del -json_array_get -json_array_size -json_array_append_new -json_string -json_object_iter_next -json_loads -json_dumps -json_object_iter_key -json_object -json_object_get -json_array -json_false -json_delete -json_true -json_object_size -json_object_set_new -json_object_iter -json_integer_value -json_string_value -</SECTION> - -<SECTION> <FILE>nm-libnm-utils</FILE> <TITLE>NMIPConfig</TITLE> nm_utils_fixup_vendor_string @@ -1567,6 +1539,7 @@ nm_utils_fixup_product_string nm_utils_wincaps_to_dash nm_utils_g_param_spec_is_default NMLDBusLogLevel +nml_dbus_log_enabled_full nml_dbus_log_enabled NML_DBUS_LOG NML_DBUS_LOG_T @@ -2719,6 +2692,7 @@ NM_SETTING_IP_CONFIG_MAY_FAIL NM_SETTING_IP_CONFIG_DAD_TIMEOUT NM_SETTING_IP_CONFIG_DHCP_TIMEOUT NM_SETTING_IP_CONFIG_DHCP_IAID +NM_SETTING_IP_CONFIG_DHCP_REJECT_SERVERS NM_SETTING_IP_CONFIG_ROUTING_RULES NM_SETTING_DNS_OPTION_DEBUG NM_SETTING_DNS_OPTION_NDOTS @@ -2755,7 +2729,6 @@ nm_setting_ip_config_clear_dns_searches nm_setting_ip_config_get_num_dns_options nm_setting_ip_config_has_dns_options nm_setting_ip_config_get_dns_option -nm_setting_ip_config_next_valid_dns_option nm_setting_ip_config_add_dns_option nm_setting_ip_config_remove_dns_option nm_setting_ip_config_remove_dns_option_by_value @@ -2791,6 +2764,10 @@ nm_setting_ip_config_get_dad_timeout nm_setting_ip_config_get_dhcp_timeout nm_setting_ip_config_get_dhcp_iaid nm_setting_ip_config_get_dhcp_hostname_flags +nm_setting_ip_config_get_dhcp_reject_servers +nm_setting_ip_config_add_dhcp_reject_server +nm_setting_ip_config_remove_dhcp_reject_server +nm_setting_ip_config_clear_dhcp_reject_servers <SUBSECTION Standard> NMIPAddress NMIPRoute @@ -2858,6 +2835,7 @@ nm_setting_ip_tunnel_get_type NM_SETTING_IP4_CONFIG_SETTING_NAME NM_SETTING_IP4_CONFIG_DHCP_CLIENT_ID NM_SETTING_IP4_CONFIG_DHCP_FQDN +NM_SETTING_IP4_CONFIG_DHCP_VENDOR_CLASS_IDENTIFIER NM_SETTING_IP4_CONFIG_METHOD_AUTO NM_SETTING_IP4_CONFIG_METHOD_LINK_LOCAL NM_SETTING_IP4_CONFIG_METHOD_MANUAL @@ -2867,6 +2845,7 @@ NMSettingIP4Config nm_setting_ip4_config_new nm_setting_ip4_config_get_dhcp_client_id nm_setting_ip4_config_get_dhcp_fqdn +nm_setting_ip4_config_get_dhcp_vendor_class_identifier <SUBSECTION Standard> NMSettingIP4ConfigClass NM_IS_SETTING_IP4_CONFIG @@ -3943,6 +3922,7 @@ NM_SETTING_WIRELESS_HIDDEN NM_SETTING_WIRELESS_POWERSAVE NM_SETTING_WIRELESS_MAC_ADDRESS_RANDOMIZATION NM_SETTING_WIRELESS_WAKE_ON_WLAN +NM_SETTING_WIRELESS_AP_ISOLATION NM_SETTING_WIRELESS_MODE_ADHOC NM_SETTING_WIRELESS_MODE_AP NM_SETTING_WIRELESS_MODE_INFRA @@ -3976,6 +3956,7 @@ nm_setting_wireless_get_num_seen_bssids nm_setting_wireless_get_seen_bssid nm_setting_wireless_ap_security_compatible nm_setting_wireless_get_wake_on_wlan +nm_setting_wireless_get_ap_isolation <SUBSECTION Standard> NMSettingWirelessClass NM_IS_SETTING_WIRELESS @@ -4324,6 +4305,9 @@ NM_AVAILABLE_IN_1_24 NM_DEPRECATED_IN_1_26 NM_DEPRECATED_IN_1_26_FOR NM_AVAILABLE_IN_1_26 +NM_DEPRECATED_IN_1_28 +NM_DEPRECATED_IN_1_28_FOR +NM_AVAILABLE_IN_1_28 </SECTION> <SECTION> |