mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01:00
libnm: make "connection.type" property a NMRefString
This commit is contained in:
parent
419be57dbc
commit
d36aaf91fa
1 changed files with 2 additions and 1 deletions
|
|
@ -1908,7 +1908,8 @@ nm_setting_connection_class_init(NMSettingConnectionClass *klass)
|
|||
PROP_TYPE,
|
||||
NM_SETTING_PARAM_INFERRABLE,
|
||||
NMSettingConnectionPrivate,
|
||||
type);
|
||||
type,
|
||||
.direct_string_is_refstr = TRUE);
|
||||
|
||||
/**
|
||||
* NMSettingConnection:permissions:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue