Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
AddonManager.h File Reference
#include "threads/CriticalSection.h"
#include "utils/EventStream.h"
#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <string>
#include <utility>
#include <vector>

Classes

class  ADDON::CAddonMgr
 

Namespaces

namespace  ADDON
 

Typedefs

using ADDON::ADDON_INFO_LIST = std::map<std::string, AddonInfoPtr>
 
using ADDON::AddonWithUpdate = std::pair<std::shared_ptr<IAddon>, std::shared_ptr<IAddon>>
 

Enumerations

enum class  ADDON::AddonCheckType : bool { ADDON::OUTDATED_ADDONS , ADDON::AVAILABLE_UPDATES }
 
enum class  ADDON::OnlyEnabled : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false }
 
enum class  ADDON::OnlyEnabledRootAddon : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false }
 
enum class  ADDON::CheckIncompatible : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false }