mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 17:00:29 +01:00
libnm-util: document "address-labels" property as for internal use only
This commit is contained in:
parent
adb3e37c74
commit
214f523f3f
1 changed files with 5 additions and 0 deletions
|
|
@ -1293,6 +1293,11 @@ nm_setting_ip4_config_class_init (NMSettingIP4ConfigClass *setting_class)
|
|||
G_PARAM_READWRITE | NM_SETTING_PARAM_INFERRABLE |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* NMSettingIP4Config:address-labels:
|
||||
*
|
||||
* Internal use only.
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_ADDRESS_LABELS,
|
||||
_nm_param_spec_specialized ("address-labels", "", "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue