summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-08-07 15:30:53 -0400
committerBrian Potchik <brian@vector35.com>2019-08-07 15:30:53 -0400
commit25cf00a276d9a3da3134601d82654c87bcd9ef9c (patch)
treecb4411e48db783440a6ef0f1dece3ccea5e3a7a6 /binaryninjaapi.h
parent4704a1ee70e5b1a82989b2b3b016146fc183aefe (diff)
Settings system improvements.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
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<std::string>& 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<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
std::string SerializeSettings(Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);