clients: fix meta setting descriptor for connection.autoconnect-slaves
Don't specify .get_gtype for properties of enum type.
https://bugzilla.redhat.com/show_bug.cgi?id=1455061
Fixes: c55561d303
This commit is contained in:

committed by
Thomas Haller

parent
22ad5422cf
commit
f15fd1e504
@@ -5037,9 +5037,6 @@ static const NMMetaPropertyInfo *const property_infos_CONNECTION[] = {
|
|||||||
),
|
),
|
||||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES,
|
PROPERTY_INFO_WITH_DESC (NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES,
|
||||||
.property_type = &_pt_gobject_enum,
|
.property_type = &_pt_gobject_enum,
|
||||||
.property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (gobject_enum,
|
|
||||||
.get_gtype = nm_setting_connection_autoconnect_slaves_get_type,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_CONNECTION_SECONDARIES,
|
PROPERTY_INFO_WITH_DESC (NM_SETTING_CONNECTION_SECONDARIES,
|
||||||
.describe_message =
|
.describe_message =
|
||||||
|
Reference in New Issue
Block a user