mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 04:48:10 +02:00
connectivity: add missing G_PARAM_CONSTRUCT for NM_CONNECTIVITY_URI property
(cherry picked from commit a79e9fdbb0)
This commit is contained in:
parent
da87866882
commit
6f4bf2818a
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ nm_connectivity_class_init (NMConnectivityClass *klass)
|
||||||
g_param_spec_string (NM_CONNECTIVITY_URI, "", "",
|
g_param_spec_string (NM_CONNECTIVITY_URI, "", "",
|
||||||
NULL,
|
NULL,
|
||||||
G_PARAM_READWRITE |
|
G_PARAM_READWRITE |
|
||||||
|
G_PARAM_CONSTRUCT |
|
||||||
G_PARAM_STATIC_STRINGS));
|
G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue