From 25cf00a276d9a3da3134601d82654c87bcd9ef9c Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 7 Aug 2019 15:30:53 -0400 Subject: Settings system improvements. --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 29f7c3b1..b67ea0a2 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4547,7 +4547,7 @@ namespace BinaryNinja bool UpdateProperty(const std::string& key, const std::string& property, const std::string& value); bool UpdateProperty(const std::string& key, const std::string& property, const std::vector& value); - bool DeserializeSchema(const std::string& schema); + bool DeserializeSchema(const std::string& schema, BNSettingsScope scope = SettingsAutoScope, bool merge = true); std::string SerializeSchema(); bool DeserializeSettings(const std::string& contents, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); std::string SerializeSettings(Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); -- cgit v1.3.1