summaryrefslogtreecommitdiff
path: root/src/libnm-core-impl/nm-setting-private.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-29 23:51:46 +0200
committerThomas Haller <thaller@redhat.com>2021-07-16 13:31:59 +0200
commita9ef71eb4aab3c3728400c47dfbc61241d1b20da (patch)
treefd9a87e9a5aee05d66a950453e7f8f3b4a40d288 /src/libnm-core-impl/nm-setting-private.h
parentb34220a0844b02ff4efeee635e496e7d7f2ed4a2 (diff)
downloadNetworkManager-a9ef71eb4aab3c3728400c47dfbc61241d1b20da.tar.gz
libnm: pass full property meta data to from_dbus_fcn() hook
Diffstat (limited to 'src/libnm-core-impl/nm-setting-private.h')
-rw-r--r--src/libnm-core-impl/nm-setting-private.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/libnm-core-impl/nm-setting-private.h b/src/libnm-core-impl/nm-setting-private.h
index dd47e32158..6a19e0ec24 100644
--- a/src/libnm-core-impl/nm-setting-private.h
+++ b/src/libnm-core-impl/nm-setting-private.h
@@ -644,12 +644,13 @@ gboolean _nm_setting_should_compare_secret_property(NMSetting * settin
NMBridgeVlan *_nm_bridge_vlan_dup(const NMBridgeVlan *vlan);
NMBridgeVlan *_nm_bridge_vlan_dup_and_seal(const NMBridgeVlan *vlan);
-gboolean _nm_utils_bridge_vlans_from_dbus(NMSetting * setting,
- GVariant * connection_dict,
- const char * property,
- GVariant * value,
- NMSettingParseFlags parse_flags,
- GError ** error);
+gboolean _nm_utils_bridge_vlans_from_dbus(const NMSettInfoSetting * sett_info,
+ const NMSettInfoProperty *property_info,
+ NMSetting * setting,
+ GVariant * connection_dict,
+ GVariant * value,
+ NMSettingParseFlags parse_flags,
+ GError ** error);
GVariant *_nm_utils_bridge_vlans_to_dbus(const NMSettInfoSetting * sett_info,
const NMSettInfoProperty * property_info,
@@ -687,12 +688,13 @@ GVariant *_nm_utils_hwaddr_cloned_get(const NMSettInfoSetting * se
NMConnectionSerializationFlags flags,
const NMConnectionSerializationOptions *options);
-gboolean _nm_utils_hwaddr_cloned_set(NMSetting * setting,
- GVariant * connection_dict,
- const char * property,
- GVariant * value,
- NMSettingParseFlags parse_flags,
- GError ** error);
+gboolean _nm_utils_hwaddr_cloned_set(const NMSettInfoSetting * sett_info,
+ const NMSettInfoProperty *property_info,
+ NMSetting * setting,
+ GVariant * connection_dict,
+ GVariant * value,
+ NMSettingParseFlags parse_flags,
+ GError ** error);
/*****************************************************************************/