Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

PVR_ERROR CMyInstance::DeleteChannel(const kodi::addon::PVRChannel& channel)
{
}
PVR_ERROR CMyInstance::RenameChannel(const kodi::addon::PVRChannel& channel)
{
}
PVR_ERROR CMyInstance::OpenDialogChannelSettings(const kodi::addon::PVRChannel& channel)
{
}
PVR_ERROR CMyInstance::OpenDialogChannelAdd(const kodi::addon::PVRChannel& channel)
{
}
PVR_ERROR CMyInstance::OpenDialogChannelScan()
{
}
PVR_ERROR CMyInstance::CallChannelMenuHook(const kodi::addon::PVRMenuhook& menuhook, const kodi::addon::PVRChannel& item)
{
}
Definition: Channels.h:39
Definition: MenuHook.h:46
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