mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add Database::user_known_bash_tags()
This commit is contained in:
@@ -145,6 +145,13 @@ public:
|
||||
*/
|
||||
virtual std::vector<std::string> GetKnownBashTags() const = 0;
|
||||
|
||||
/**
|
||||
* @brief Gets the Bash Tags that are listed in the loaded userlist.
|
||||
* @details Bash Tag suggestions can include Bash Tags not in this list.
|
||||
* @returns The Bash Tag names, which may include duplicates.
|
||||
*/
|
||||
virtual std::vector<std::string> GetUserKnownBashTags() const = 0;
|
||||
|
||||
/**
|
||||
* @brief Get all general messages listed in the loaded metadata lists.
|
||||
* @param evaluateConditions
|
||||
|
||||
Reference in New Issue
Block a user