Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

PVR_ERROR CMyInstance::GetChannelGroupsAmount(int& amount)
{
}
PVR_ERROR CMyInstance::GetChannelGroups(bool radio, kodi::addon::PVRChannelGroupsResultSet& results)
{
}
PVR_ERROR CMyInstance::GetChannelGroupMembers(const kodi::addon::PVRChannelGroup& group, kodi::addon::PVRChannelGroupMembersResultSet& results)
{
}
Definition: ChannelGroups.h:38
Definition: ChannelGroups.h:238
Definition: ChannelGroups.h:103
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