diff options
Diffstat (limited to 'xbmc/addons/include/xbmc_pvr_dll.h')
| -rw-r--r-- | xbmc/addons/include/xbmc_pvr_dll.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xbmc/addons/include/xbmc_pvr_dll.h b/xbmc/addons/include/xbmc_pvr_dll.h index 3ad46fc..5280399 100644 --- a/xbmc/addons/include/xbmc_pvr_dll.h +++ b/xbmc/addons/include/xbmc_pvr_dll.h | |||
| @@ -176,7 +176,7 @@ extern "C" | |||
| 176 | * Show the channel scan dialog if this backend supports it. | 176 | * Show the channel scan dialog if this backend supports it. |
| 177 | * @return PVR_ERROR_NO_ERROR if the dialog was displayed successfully. | 177 | * @return PVR_ERROR_NO_ERROR if the dialog was displayed successfully. |
| 178 | * @remarks Required if bSupportsChannelScan is set to true. Return PVR_ERROR_NOT_IMPLEMENTED if this add-on won't provide this function. | 178 | * @remarks Required if bSupportsChannelScan is set to true. Return PVR_ERROR_NOT_IMPLEMENTED if this add-on won't provide this function. |
| 179 | * @note see libXBMC_gui.h about related parts | 179 | * @note see libKODI_guilib.h about related parts |
| 180 | */ | 180 | */ |
| 181 | PVR_ERROR OpenDialogChannelScan(void); | 181 | PVR_ERROR OpenDialogChannelScan(void); |
| 182 | 182 | ||
| @@ -227,7 +227,7 @@ extern "C" | |||
| 227 | * @param channel The channel to show the dialog for. | 227 | * @param channel The channel to show the dialog for. |
| 228 | * @return PVR_ERROR_NO_ERROR if the dialog has been displayed successfully. | 228 | * @return PVR_ERROR_NO_ERROR if the dialog has been displayed successfully. |
| 229 | * @remarks Required if bSupportsChannelSettings is set to true. | 229 | * @remarks Required if bSupportsChannelSettings is set to true. |
| 230 | * @note see libXBMC_gui.h about related parts | 230 | * @note see libKODI_guilib.h about related parts |
| 231 | */ | 231 | */ |
| 232 | PVR_ERROR OpenDialogChannelSettings(const PVR_CHANNEL& channel); | 232 | PVR_ERROR OpenDialogChannelSettings(const PVR_CHANNEL& channel); |
| 233 | 233 | ||
| @@ -236,7 +236,7 @@ extern "C" | |||
| 236 | * @param channel The channel to add. | 236 | * @param channel The channel to add. |
| 237 | * @return PVR_ERROR_NO_ERROR if the channel has been added successfully. | 237 | * @return PVR_ERROR_NO_ERROR if the channel has been added successfully. |
| 238 | * @remarks Required if bSupportsChannelSettings is set to true. | 238 | * @remarks Required if bSupportsChannelSettings is set to true. |
| 239 | * @note see libXBMC_gui.h about related parts | 239 | * @note see libKODI_guilib.h about related parts |
| 240 | */ | 240 | */ |
| 241 | PVR_ERROR OpenDialogChannelAdd(const PVR_CHANNEL& channel); | 241 | PVR_ERROR OpenDialogChannelAdd(const PVR_CHANNEL& channel); |
| 242 | //@} | 242 | //@} |
