mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 05:00:36 +01:00
libnm/doc: improve documentation for NMMetered enum
This commit is contained in:
parent
36fec3be75
commit
703677bdad
1 changed files with 3 additions and 3 deletions
|
|
@ -655,8 +655,8 @@ typedef enum {
|
|||
/**
|
||||
* NMMetered:
|
||||
* @NM_METERED_UNKNOWN: The metered status is unknown
|
||||
* @NM_METERED_YES: Metered, the value was statically set
|
||||
* @NM_METERED_NO: Not metered, the value was statically set
|
||||
* @NM_METERED_YES: Metered, the value was explicitly configured
|
||||
* @NM_METERED_NO: Not metered, the value was explicitly configured
|
||||
* @NM_METERED_GUESS_YES: Metered, the value was guessed
|
||||
* @NM_METERED_GUESS_NO: Not metered, the value was guessed
|
||||
*
|
||||
|
|
@ -675,7 +675,7 @@ typedef enum {
|
|||
* device type or on DHCP options (like Android devices exposing a "ANDROID_METERED"
|
||||
* DHCP vendor option).
|
||||
*
|
||||
* Most applications probably should treat the runtime states %NM_METERED_GUESS_YES
|
||||
* Most applications probably should treat the runtime state %NM_METERED_GUESS_YES
|
||||
* like %NM_METERED_YES, and all other states as not metered.
|
||||
*
|
||||
* Note that the per-device metered states are then combined to a global metered
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue