diff options
| author | Michael Biebl <biebl@debian.org> | 2024-02-13 22:23:40 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-02-13 22:23:40 +0100 |
| commit | 6681f77b757bbc42ce5c8868ee9142b7ebc8c059 (patch) | |
| tree | f713e759b7c255ebeea83351f05dd466fd31422f /docs/libnm/libnm-sections.txt | |
| parent | 70e18d99b8e3e77bb37e218d7ac582130156f8ef (diff) | |
New upstream version 1.45.91 upstream/1.45.91
Diffstat (limited to 'docs/libnm/libnm-sections.txt')
| -rw-r--r-- | docs/libnm/libnm-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt index b54bc9c3..492f35f6 100644 --- a/docs/libnm/libnm-sections.txt +++ b/docs/libnm/libnm-sections.txt @@ -2419,6 +2419,7 @@ NM_SETTING_CONNECTION_CONTROLLER NM_SETTING_CONNECTION_SLAVE_TYPE NM_SETTING_CONNECTION_PORT_TYPE NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES +NM_SETTING_CONNECTION_AUTOCONNECT_PORTS NM_SETTING_CONNECTION_SECONDARIES NM_SETTING_CONNECTION_GATEWAY_PING_TIMEOUT NM_SETTING_CONNECTION_METERED @@ -2461,6 +2462,7 @@ nm_setting_connection_is_slave_type nm_setting_connection_get_slave_type nm_setting_connection_get_port_type nm_setting_connection_get_autoconnect_slaves +nm_setting_connection_get_autoconnect_ports nm_setting_connection_get_num_secondaries nm_setting_connection_get_secondary nm_setting_connection_add_secondary @@ -2855,6 +2857,7 @@ NM_SETTING_IP_CONFIG_IGNORE_AUTO_DNS NM_SETTING_IP_CONFIG_DHCP_HOSTNAME NM_SETTING_IP_CONFIG_DHCP_SEND_HOSTNAME NM_SETTING_IP_CONFIG_DHCP_HOSTNAME_FLAGS +NM_SETTING_IP_CONFIG_DHCP_DSCP NM_SETTING_IP_CONFIG_NEVER_DEFAULT NM_SETTING_IP_CONFIG_MAY_FAIL NM_SETTING_IP_CONFIG_DAD_TIMEOUT @@ -2931,6 +2934,7 @@ nm_setting_ip_config_get_ignore_auto_routes nm_setting_ip_config_get_ignore_auto_dns nm_setting_ip_config_get_dhcp_hostname nm_setting_ip_config_get_dhcp_send_hostname +nm_setting_ip_config_get_dhcp_dscp nm_setting_ip_config_get_never_default nm_setting_ip_config_get_may_fail nm_setting_ip_config_get_dad_timeout |