Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

PVR_ERROR CMyInstance::GetTimerTypes(std::vector<kodi::addon::PVRTimerType>& types)
{
}
PVR_ERROR CMyInstance::GetTimersAmount(int& amount)
{
}
PVR_ERROR CMyInstance::GetTimers(kodi::addon::PVRTimersResultSet& results)
{
}
PVR_ERROR CMyInstance::AddTimer(const kodi::addon::PVRTimer& timer)
{
}
PVR_ERROR CMyInstance::DeleteTimer(const kodi::addon::PVRTimer& timer, bool forceDelete)
{
}
PVR_ERROR CMyInstance::UpdateTimer(const kodi::addon::PVRTimer& timer)
{
}
PVR_ERROR CMyInstance::CallTimerMenuHook(const kodi::addon::PVRMenuhook& menuhook, const kodi::addon::PVRTimer& item)
{
}
Definition: MenuHook.h:46
Definition: Timers.h:39
Definition: Timers.h:487
PVR_ERROR
Definition: pvr_general.h:35
@ PVR_ERROR_NOT_IMPLEMENTED
-2 : The method that Kodi called is not implemented by the add-on.
Definition: pvr_general.h:43