Kodi Development  20.0
for Binary and Script based Add-Ons

Header parts:

PVR_ERROR DeleteChannel(const kodi::addon::PVRChannel& channel) override;
PVR_ERROR RenameChannel(const kodi::addon::PVRChannel& channel) override;
PVR_ERROR OpenDialogChannelSettings(const kodi::addon::PVRChannel& channel) override;
PVR_ERROR OpenDialogChannelAdd(const kodi::addon::PVRChannel& channel) override;
PVR_ERROR OpenDialogChannelScan() override;
PVR_ERROR CallChannelMenuHook(const kodi::addon::PVRMenuhook& menuhook, const kodi::addon::PVRChannel& item) override;
Definition: Channels.h:39
Definition: MenuHook.h:46
PVR_ERROR
Definition: pvr_general.h:35