| 46 | |
| 47 | |
| 48 | bool Settings::RegisterSetting(const string& key, const string& properties) |
| 49 | { |
| 50 | return BNSettingsRegisterSetting(m_object, key.c_str(), properties.c_str()); |
| 51 | } |
| 52 | |
| 53 | |
| 54 | bool Settings::Contains(const string& key) |
no test coverage detected