mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-14 15:40:30 +01:00
connectivity: add missing G_PARAM_CONSTRUCT for NM_CONNECTIVITY_URI property
This commit is contained in:
parent
7aab5bc81c
commit
a79e9fdbb0
1 changed files with 1 additions and 0 deletions
|
|
@ -427,6 +427,7 @@ nm_connectivity_class_init (NMConnectivityClass *klass)
|
|||
g_param_spec_string (NM_CONNECTIVITY_URI, "", "",
|
||||
NULL,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
|
||||
g_object_class_install_property
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue