From c05df66e7fddc46306d2022761f141e7179954aa Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 9 Mar 2016 11:28:40 +0100 Subject: sync with upstream --- xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h') diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h index 8b54ea6..5cb6075 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h @@ -639,8 +639,8 @@ extern "C" /*! * Tell the client the time frame to use when notifying epg events back to Kodi. The client might push epg events asynchronously * to Kodi using the callback function EpgEventStateChange. To be able to only push events that are actually of interest for Kodi, - * client needs to know about the epg time frame Kodi uses. Kodi calls this function once after the client add-on has been sucessfully - * initialized and then everytime the time frame value changes. + * client needs to know about the epg time frame Kodi uses. Kodi supplies the current epg time frame value in PVR_PROPERTIES.iEpgMaxDays + * when creating the addon and calls SetEPGTimeFrame later whenever Kodi's epg time frame value changes. * @param iDays number of days from "now". EPG_TIMEFRAME_UNLIMITED means that Kodi is interested in all epg events, regardless of event times. * @return PVR_ERROR_NO_ERROR if new value was successfully set. * @remarks Required if bSupportsEPG is set to true. Return PVR_ERROR_NOT_IMPLEMENTED if this add-on won't provide this function. -- cgit v1.2.3