mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 07:08:02 +02:00
parent
94b1b53a91
commit
4e47d36d73
1 changed files with 3 additions and 3 deletions
|
|
@ -3580,10 +3580,10 @@ validate_dns_option (const char *name, gboolean numeric, gboolean ipv6,
|
||||||
/**
|
/**
|
||||||
* _nm_utils_dns_option_validate
|
* _nm_utils_dns_option_validate
|
||||||
* @option: option string
|
* @option: option string
|
||||||
* @out_name: (out) (allow-none) the option name
|
* @out_name: (out) (allow-none): the option name
|
||||||
* @out_value: (out) (allow-none) the option value
|
* @out_value: (out) (allow-none): the option value
|
||||||
* @ipv6: whether the option refers to a IPv6 configuration
|
* @ipv6: whether the option refers to a IPv6 configuration
|
||||||
* @option_descs: (allow-none) an array of NMUtilsDNSOptionDesc which describes the
|
* @option_descs: (allow-none): an array of NMUtilsDNSOptionDesc which describes the
|
||||||
* valid options
|
* valid options
|
||||||
*
|
*
|
||||||
* Parses a DNS option in the form "name" or "name:number" and, if
|
* Parses a DNS option in the form "name" or "name:number" and, if
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue