mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 12:50:33 +01:00
libnm-util: document "address-labels" property as for internal use only
(cherry picked from commit 214f523f3f)
This commit is contained in:
parent
2e296f27d2
commit
75cb1a6058
1 changed files with 5 additions and 0 deletions
|
|
@ -1338,6 +1338,11 @@ nm_setting_ip4_config_class_init (NMSettingIP4ConfigClass *setting_class)
|
|||
DBUS_TYPE_G_ARRAY_OF_ARRAY_OF_UINT,
|
||||
G_PARAM_READWRITE | NM_SETTING_PARAM_INFERRABLE));
|
||||
|
||||
/**
|
||||
* 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