mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 18:18:28 +02:00
device: don't make NM_DEVICE_(IP|DHCP)(4|6)_CONFIG properties writable
It's not necessary, nor used, nor actually implemented.
This commit is contained in:
parent
5c00980c13
commit
acb9615060
1 changed files with 4 additions and 4 deletions
|
|
@ -17742,22 +17742,22 @@ nm_device_class_init (NMDeviceClass *klass)
|
|||
obj_properties[PROP_IP4_CONFIG] =
|
||||
g_param_spec_string (NM_DEVICE_IP4_CONFIG, "", "",
|
||||
NULL,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_READABLE |
|
||||
G_PARAM_STATIC_STRINGS);
|
||||
obj_properties[PROP_DHCP4_CONFIG] =
|
||||
g_param_spec_string (NM_DEVICE_DHCP4_CONFIG, "", "",
|
||||
NULL,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_READABLE |
|
||||
G_PARAM_STATIC_STRINGS);
|
||||
obj_properties[PROP_IP6_CONFIG] =
|
||||
g_param_spec_string (NM_DEVICE_IP6_CONFIG, "", "",
|
||||
NULL,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_READABLE |
|
||||
G_PARAM_STATIC_STRINGS);
|
||||
obj_properties[PROP_DHCP6_CONFIG] =
|
||||
g_param_spec_string (NM_DEVICE_DHCP6_CONFIG, "", "",
|
||||
NULL,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_READABLE |
|
||||
G_PARAM_STATIC_STRINGS);
|
||||
obj_properties[PROP_STATE] =
|
||||
g_param_spec_uint (NM_DEVICE_STATE, "", "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue