mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 16:50:16 +01:00
libnm-util: ensure NMConnection scope & path can be set on construction
This commit is contained in:
parent
27d425d853
commit
ce7ebaa7f9
1 changed files with 2 additions and 2 deletions
|
|
@ -1172,7 +1172,7 @@ nm_connection_class_init (NMConnectionClass *klass)
|
|||
NM_CONNECTION_SCOPE_UNKNOWN,
|
||||
NM_CONNECTION_SCOPE_USER,
|
||||
NM_CONNECTION_SCOPE_UNKNOWN,
|
||||
G_PARAM_READWRITE));
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
|
||||
|
||||
/**
|
||||
* NMConnection:path:
|
||||
|
|
@ -1186,7 +1186,7 @@ nm_connection_class_init (NMConnectionClass *klass)
|
|||
"Path",
|
||||
"Path",
|
||||
NULL,
|
||||
G_PARAM_READWRITE));
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
|
||||
|
||||
/* Signals */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue