Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
DllHelper.h File Reference
#include <string>
#include <kodi/AddonBase.h>
#include <dlfcn.h>

Classes

class  CDllHelper
 Class to help with load of shared library functions. More...
 

Macros

#define REGISTER_DLL_SYMBOL(functionPtr)    CDllHelper::RegisterSymbol(functionPtr, #functionPtr)
 

Macro Definition Documentation

◆ REGISTER_DLL_SYMBOL

#define REGISTER_DLL_SYMBOL (   functionPtr)     CDllHelper::RegisterSymbol(functionPtr, #functionPtr)