From a21af1a6d10074774315c6510d98920fb83338a2 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 17 Jun 2020 17:25:55 -0400 Subject: ResetAll settings API resets settings in the active schema by default. --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 95575d41..3d48b6b4 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -5072,7 +5072,7 @@ __attribute__ ((format (printf, 1, 2))) bool CopyValuesFrom(Ref source, BNSettingsScope scope = SettingsAutoScope); bool Reset(const std::string& key, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); - bool ResetAll(Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); + bool ResetAll(Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope, bool schemaOnly = true); template T Get(const std::string& key, Ref view = nullptr, BNSettingsScope* scope = nullptr); std::string GetJson(const std::string& key, Ref view = nullptr, BNSettingsScope* scope = nullptr); -- cgit v1.3.1