mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 14:10:36 +01:00
libnm-core: add ifcfg-rh documentation for user setting
This commit is contained in:
parent
20bb9bde24
commit
ade90756ba
1 changed files with 12 additions and 0 deletions
|
|
@ -597,6 +597,18 @@ nm_setting_user_class_init (NMSettingUserClass *klass)
|
|||
*
|
||||
* Since: 1.8
|
||||
**/
|
||||
/* ---ifcfg-rh---
|
||||
* property: data
|
||||
* variable: NM_USER_*
|
||||
* description: each key/value pair is stored as a separate variable with
|
||||
* name composed by concatenating NM_USER_ with the encoded key. The key is
|
||||
* encoded by substituting lowercase letters with uppercase and prepending
|
||||
* uppercase letters with an underscore. A dot is encoded as a double
|
||||
* underscore. Remaining characters are encoded as underscore followed by a
|
||||
* 3 digit octal representation of the character.
|
||||
* example: NM_USER_FOO__BAR=something
|
||||
* ---end---
|
||||
*/
|
||||
obj_properties[PROP_DATA] =
|
||||
g_param_spec_boxed (NM_SETTING_USER_DATA, "", "",
|
||||
G_TYPE_HASH_TABLE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue