summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2016-03-09 11:28:40 +0100
committermanuel <manuel@mausz.at>2016-03-09 11:28:40 +0100
commitc05df66e7fddc46306d2022761f141e7179954aa (patch)
treef8da44e90c942969d4191acc9b073050d31c21f5 /xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h
parent9fc8b732737f139d3e466510d75668ab45578960 (diff)
downloadkodi-pvr-build-c05df66e7fddc46306d2022761f141e7179954aa.tar.gz
kodi-pvr-build-c05df66e7fddc46306d2022761f141e7179954aa.tar.bz2
kodi-pvr-build-c05df66e7fddc46306d2022761f141e7179954aa.zip
sync with upstream
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h')
-rw-r--r--xbmc/addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_dll.h4
1 files changed, 2 insertions, 2 deletions
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"
639 /*! 639 /*!
640 * Tell the client the time frame to use when notifying epg events back to Kodi. The client might push epg events asynchronously 640 * Tell the client the time frame to use when notifying epg events back to Kodi. The client might push epg events asynchronously
641 * to Kodi using the callback function EpgEventStateChange. To be able to only push events that are actually of interest for Kodi, 641 * to Kodi using the callback function EpgEventStateChange. To be able to only push events that are actually of interest for Kodi,
642 * client needs to know about the epg time frame Kodi uses. Kodi calls this function once after the client add-on has been sucessfully 642 * client needs to know about the epg time frame Kodi uses. Kodi supplies the current epg time frame value in PVR_PROPERTIES.iEpgMaxDays
643 * initialized and then everytime the time frame value changes. 643 * when creating the addon and calls SetEPGTimeFrame later whenever Kodi's epg time frame value changes.
644 * @param iDays number of days from "now". EPG_TIMEFRAME_UNLIMITED means that Kodi is interested in all epg events, regardless of event times. 644 * @param iDays number of days from "now". EPG_TIMEFRAME_UNLIMITED means that Kodi is interested in all epg events, regardless of event times.
645 * @return PVR_ERROR_NO_ERROR if new value was successfully set. 645 * @return PVR_ERROR_NO_ERROR if new value was successfully set.
646 * @remarks Required if bSupportsEPG is set to true. Return PVR_ERROR_NOT_IMPLEMENTED if this add-on won't provide this function. 646 * @remarks Required if bSupportsEPG is set to true. Return PVR_ERROR_NOT_IMPLEMENTED if this add-on won't provide this function.