diff options
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/General.h')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/kodi/General.h | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/General.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/General.h index 22d31f1..999ff6a 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/General.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/General.h | |||
| @@ -1,24 +1,13 @@ | |||
| 1 | #pragma once | ||
| 2 | /* | 1 | /* |
| 3 | * Copyright (C) 2005-2017 Team Kodi | 2 | * Copyright (C) 2005-2018 Team Kodi |
| 4 | * http://kodi.tv | 3 | * This file is part of Kodi - https://kodi.tv |
| 5 | * | ||
| 6 | * This Program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License as published by | ||
| 8 | * the Free Software Foundation; either version 2, or (at your option) | ||
| 9 | * any later version. | ||
| 10 | * | ||
| 11 | * This Program is distributed in the hope that it will be useful, | ||
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | * GNU General Public License for more details. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU General Public License | ||
| 17 | * along with Kodi; see the file COPYING. If not, see | ||
| 18 | * <http://www.gnu.org/licenses/>. | ||
| 19 | * | 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0-or-later | ||
| 6 | * See LICENSES/README.md for more information. | ||
| 20 | */ | 7 | */ |
| 21 | 8 | ||
| 9 | #pragma once | ||
| 10 | |||
| 22 | #include "AddonBase.h" | 11 | #include "AddonBase.h" |
| 23 | 12 | ||
| 24 | /* | 13 | /* |
| @@ -188,8 +177,8 @@ namespace kodi { | |||
| 188 | /// @return The localized message, or default if the add-on | 177 | /// @return The localized message, or default if the add-on |
| 189 | /// helper fails to return a message | 178 | /// helper fails to return a message |
| 190 | /// | 179 | /// |
| 191 | /// @note Label id's \b 30000 to \b 30999 and \b 32000 to \b 32999 are related | 180 | /// @note Label id's \b 30000 to \b 30999 and \b 32000 to \b 32999 are related |
| 192 | /// to the add-on's own included strings from | 181 | /// to the add-on's own included strings from |
| 193 | /// <b>./resources/language/resource.language.??_??/strings.po</b> | 182 | /// <b>./resources/language/resource.language.??_??/strings.po</b> |
| 194 | /// All other strings are from Kodi core language files. | 183 | /// All other strings are from Kodi core language files. |
| 195 | /// | 184 | /// |
