Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ADDON::CAddonDllInformer Class Referenceabstract

Information class for use on addon type managers. More...

#include <AddonDll.h>

Inheritance diagram for ADDON::CAddonDllInformer:
ADDON::CVFSAddonCache

Public Member Functions

virtual ~CAddonDllInformer ()=default
 
virtual bool IsInUse (const std::string &id)=0
 

Detailed Description

Information class for use on addon type managers.

This to query via CAddonDll the manager so that work can be performed. If there are multiple instances it be harder to be informed about any changes.

Constructor & Destructor Documentation

◆ ~CAddonDllInformer()

virtual ADDON::CAddonDllInformer::~CAddonDllInformer ( )
virtualdefault

Member Function Documentation

◆ IsInUse()

virtual bool ADDON::CAddonDllInformer::IsInUse ( const std::string & id)
pure virtual

Implemented in ADDON::CVFSAddonCache.


The documentation for this class was generated from the following file: