mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add Database::set_user_known_bash_tags()
This commit is contained in:
@@ -152,6 +152,15 @@ public:
|
||||
*/
|
||||
virtual std::vector<std::string> GetUserKnownBashTags() const = 0;
|
||||
|
||||
/**
|
||||
* @brief Sets the known Bash Tags to store in the userlist, overwriting any
|
||||
* existing definitions there.
|
||||
* @param bashTags
|
||||
* The Bash Tag names to set.
|
||||
*/
|
||||
virtual void SetUserKnownBashTags(
|
||||
const std::vector<std::string>& bashTags) = 0;
|
||||
|
||||
/**
|
||||
* @brief Get all general messages listed in the loaded metadata lists.
|
||||
* @param evaluateConditions
|
||||
|
||||
Reference in New Issue
Block a user