mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
libnm-glib: export missing get_gateway() and get_searches() functions
They were added by db9b7e10ac commit.
This commit is contained in:
parent
1d42962e7f
commit
3391fa810c
1 changed files with 4 additions and 0 deletions
|
|
@ -215,8 +215,10 @@ global:
|
|||
nm_dhcp6_config_new;
|
||||
nm_ip4_config_get_addresses;
|
||||
nm_ip4_config_get_domains;
|
||||
nm_ip4_config_get_gateway;
|
||||
nm_ip4_config_get_nameservers;
|
||||
nm_ip4_config_get_routes;
|
||||
nm_ip4_config_get_searches;
|
||||
nm_ip4_config_get_type;
|
||||
nm_ip4_config_get_wins_servers;
|
||||
nm_ip4_config_new;
|
||||
|
|
@ -224,8 +226,10 @@ global:
|
|||
nm_ip6_address_object_array_get_type;
|
||||
nm_ip6_config_get_addresses;
|
||||
nm_ip6_config_get_domains;
|
||||
nm_ip6_config_get_gateway;
|
||||
nm_ip6_config_get_nameservers;
|
||||
nm_ip6_config_get_routes;
|
||||
nm_ip6_config_get_searches;
|
||||
nm_ip6_config_get_type;
|
||||
nm_ip6_config_new;
|
||||
nm_ip6_route_object_array_get_type;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue