connectivity: add missing G_PARAM_CONSTRUCT for NM_CONNECTIVITY_URI property
This commit is contained in:
@@ -427,6 +427,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
|
||||||
|
Reference in New Issue
Block a user