|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <AddonUpdateRules.h>
Public Member Functions | |
| bool | RefreshRulesMap (const CAddonDatabase &db) |
| bool | IsAutoUpdateable (const std::string &id) const |
| bool | AddUpdateRuleToList (CAddonDatabase &db, const std::string &id, AddonUpdateRule updateRule) |
| bool | RemoveUpdateRuleFromList (CAddonDatabase &db, const std::string &id, AddonUpdateRule updateRule) |
| bool | RemoveAllUpdateRulesFromList (CAddonDatabase &db, const std::string &id) |
Class - CAddonUpdateRules Manages information about the updateability of addons by defining and handling certain rules.
| bool CAddonUpdateRules::AddUpdateRuleToList | ( | CAddonDatabase & | db, |
| const std::string & | id, | ||
| AddonUpdateRule | updateRule ) |
| bool CAddonUpdateRules::IsAutoUpdateable | ( | const std::string & | id | ) | const |
| bool CAddonUpdateRules::RefreshRulesMap | ( | const CAddonDatabase & | db | ) |
| bool CAddonUpdateRules::RemoveAllUpdateRulesFromList | ( | CAddonDatabase & | db, |
| const std::string & | id ) |
| bool CAddonUpdateRules::RemoveUpdateRuleFromList | ( | CAddonDatabase & | db, |
| const std::string & | id, | ||
| AddonUpdateRule | updateRule ) |