From 7ffc7a5d71e9b5ae40cba2f4677b26cd545a2b27 Mon Sep 17 00:00:00 2001 From: Ernest Borowski Date: Thu, 7 Mar 2019 11:39:16 +0100 Subject: Fix since_tizen tag in ckmc-type.h Change-Id: Ib8fd0260527ed87bf0801e3cb7a24d2ca97f4c90 Signed-off-by: Ernest Borowski --- src/include/ckmc/ckmc-type.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/include/ckmc/ckmc-type.h b/src/include/ckmc/ckmc-type.h index da0c05e4..a182519f 100644 --- a/src/include/ckmc/ckmc-type.h +++ b/src/include/ckmc/ckmc-type.h @@ -231,13 +231,13 @@ struct ckmc_alias_info_s; /** * @brief The structure of alias and additional information about it. - * @since_tizen 5.0 + * @since_tizen 5.5 */ typedef struct ckmc_alias_info_s ckmc_alias_info_s; /** * @brief The structure for linked list of alias with additional information. - * @since_tizen 5.0 + * @since_tizen 5.5 */ typedef struct __ckmc_alias_info_list_s { struct ckmc_alias_info_s* info; /**< The pointer pointing to the alias structure @@ -362,7 +362,7 @@ typedef enum __ckmc_algo_type { /** * @brief Gets the alias from #ckmc_alias_info_s structure. - * @since_tizen 5.0 + * @since_tizen 5.5 * @remarks The @a alias should not be released. * The @a alias can be used until #ckmc_alias_info_s is released. * @param[in] info The pointer to the #ckmc_alias_info_s structure @@ -377,7 +377,7 @@ int ckmc_alias_info_get_alias(const ckmc_alias_info_s* info, char** alias); /** * @brief Gets the password protection status from #ckmc_alias_info_s structure. - * @since_tizen 5.0 + * @since_tizen 5.5 * @param[in] info The pointer to the #ckmc_alias_info_s structure * @param[out] is_password_protected The pointer to the password protection flag * @return #CKMC_ERROR_NONE on success, @@ -390,7 +390,7 @@ int ckmc_alias_info_is_password_protected(const ckmc_alias_info_s* info, bool* i /** * @brief Destroys the #ckmc_alias_info_list_s handle and releases resources of #ckmc_alias_info_list_s from the provided first handle cascadingly. - * @since_tizen 5.0 + * @since_tizen 5.5 * @param[in] first The first #ckmc_alias_info_list_s handle to destroy * @see #ckmc_alias_info_list_s */ -- cgit v1.2.3