From f9da4150772b902c61cbe3bd8ae765f9dd40eaee Mon Sep 17 00:00:00 2001 From: JinWang An Date: Tue, 14 Nov 2023 16:40:55 +0900 Subject: [PATCH] Add lacks of TIZEN_DEPRECATED_API TAG Change-Id: I7b0c554032feacf50ddc34914194e036dcd7ced6 Signed-off-by: JinWang An (cherry picked from commit d5a9f320290e160b164f76871d50fb750ba4b5f8) --- src/include/utils_i18n_timezone.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/utils_i18n_timezone.h b/src/include/utils_i18n_timezone.h index 932f155..d22a341 100644 --- a/src/include/utils_i18n_timezone.h +++ b/src/include/utils_i18n_timezone.h @@ -361,7 +361,7 @@ int i18n_timezone_get_display_name(i18n_timezone_h timezone, char **display_name * * @retval #I18N_ERROR_NONE Successful */ -int i18n_timezone_get_display_name_with_locale(i18n_timezone_h timezone, const char *language, const char *country , char **display_name); +int i18n_timezone_get_display_name_with_locale(i18n_timezone_h timezone, const char *language, const char *country , char **display_name) TIZEN_DEPRECATED_API; /** * @brief Returns a name of this time zone suitable for presentation to the user in the default locale. @@ -394,7 +394,7 @@ int i18n_timezone_get_display_name_with_type(i18n_timezone_h timezone, i18n_uboo * * @retval #I18N_ERROR_NONE Successful */ -int i18n_timezone_get_display_name_with_type_locale(i18n_timezone_h timezone, i18n_ubool daylight, i18n_timezone_display_type_e style, const char *language, const char *country, char **display_name); +int i18n_timezone_get_display_name_with_type_locale(i18n_timezone_h timezone, i18n_ubool daylight, i18n_timezone_display_type_e style, const char *language, const char *country, char **display_name) TIZEN_DEPRECATED_API; /** * @brief Queries if this time zone uses daylight savings time. -- 2.7.4