From e0279ff0b3995b8d62ceae83c9fa87440b1e2624 Mon Sep 17 00:00:00 2001 From: Dewal Agarwal Date: Tue, 11 Jun 2019 11:07:42 +0530 Subject: [PATCH] Native API Ref. & Public Header Change-Id: I6efff618501492769a8f5378e06ae0ca28e872cf Signed-off-by: Dewal Agarwal --- include/context_history.h | 1 - include/context_trigger.h | 33 +++++++++------------------------ 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/include/context_history.h b/include/context_history.h index 6735d96..513506e 100644 --- a/include/context_history.h +++ b/include/context_history.h @@ -301,7 +301,6 @@ int context_history_filter_destroy(context_history_filter_h filter); * @retval #CONTEXT_HISTORY_ERROR_NOT_SUPPORTED Not supported * * @pre context_history_filter_create() - * @see context_history_filter_set_string() */ int context_history_filter_set_int(context_history_filter_h filter, context_history_filter_e filter_type, int value); diff --git a/include/context_trigger.h b/include/context_trigger.h index c12b7d0..5cb6d96 100644 --- a/include/context_trigger.h +++ b/include/context_trigger.h @@ -210,7 +210,7 @@ extern "C" { /** * @deprecated Deprecated since 4.0. * @brief Definition for the attribute key denoting "application id". - * @details This can be used as a key of context_trigger_rule_entry_add_option_string().@n + * @details This can be used as a key.@n * See the programming guide to find the corresponding trigger events. * @since_tizen 2.4 */ @@ -219,8 +219,7 @@ extern "C" { /** * @deprecated Deprecated since 4.0. * @brief Definition for the attribute key denoting "address". - * @details This can be used as a key of context_trigger_rule_entry_add_option_string(), - * or context_trigger_rule_entry_add_comparison_string().@n + * @details This can be used as a key of context_trigger_rule_entry_add_comparison_string().@n * See the programming guide and CAPI_CONTEXT_TRIGGER_MODULE_OPTION_FORMAT to find the corresponding items. * @since_tizen 2.4 */ @@ -246,8 +245,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Monday. - * @details This can be used as a value of context_trigger_rule_entry_add_option_string() - * or right operands of context_trigger_rule_entry_add_comparison_string().@n + * @details This can be used as a value of right operands of context_trigger_rule_entry_add_comparison_string().@n * See the programming guide to find the corresponding option keys or left operand attribute keys. * @since_tizen 2.4 */ @@ -255,8 +253,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Tuesday. - * @details This can be used as a value of context_trigger_rule_entry_add_option_string() - * or right operands of context_trigger_rule_entry_add_comparison_string().@n + * @details This can be used as a value of right operands of context_trigger_rule_entry_add_comparison_string().@n * See the programming guide to find the corresponding option keys or left operand attribute keys. * @since_tizen 2.4 */ @@ -264,8 +261,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Wednesday. - * @details This can be used as a value of context_trigger_rule_entry_add_option_string() - * or right operands of context_trigger_rule_entry_add_comparison_string().@n + * @details This can be used as a value of right operands of context_trigger_rule_entry_add_comparison_string().@n * See the programming guide to find the corresponding option keys or left operand attribute keys. * @since_tizen 2.4 */ @@ -273,8 +269,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Thursday. - * @details This can be used as a value of context_trigger_rule_entry_add_option_string() - * or right operands of context_trigger_rule_entry_add_comparison_string().@n + * @details This can be used as a value of right operands of context_trigger_rule_entry_add_comparison_string().@n * See the programming guide to find the corresponding option keys or left operand attribute keys. * @since_tizen 2.4 */ @@ -282,8 +277,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Friday. - * @details This can be used as a value of context_trigger_rule_entry_add_option_string() - * or right operands of context_trigger_rule_entry_add_comparison_string().@n + * @details This can be used as a value of right operands of context_trigger_rule_entry_add_comparison_string().@n * See the programming guide to find the corresponding option keys or left operand attribute keys. * @since_tizen 2.4 */ @@ -291,8 +285,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Saturday. - * @details This can be used as a value of context_trigger_rule_entry_add_option_string() - * or right operands of context_trigger_rule_entry_add_comparison_string().@n + * @details This can be used as a value of right operands of context_trigger_rule_entry_add_comparison_string().@n * See the programming guide to find the corresponding option keys or left operand attribute keys. * @since_tizen 2.4 */ @@ -300,8 +293,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Sunday. - * @details This can be used as a value of context_trigger_rule_entry_add_option_string() - * or right operands of context_trigger_rule_entry_add_comparison_string().@n + * @details This can be used as a value of right operands of context_trigger_rule_entry_add_comparison_string().@n * See the programming guide to find the corresponding option keys or left operand attribute keys. * @since_tizen 2.4 */ @@ -1033,8 +1025,6 @@ int context_trigger_rule_entry_destroy(context_trigger_rule_entry_h entry); * @retval #CONTEXT_TRIGGER_ERROR_NOT_SUPPORTED Not supported * @retval #CONTEXT_TRIGGER_ERROR_INVALID_RULE Invalid rule * - * @see context_trigger_rule_entry_add_option() - * @see context_trigger_rule_entry_add_option_string() */ int context_trigger_rule_entry_add_option_int(context_trigger_rule_entry_h entry, const char* option_key, int value); @@ -1055,7 +1045,6 @@ int context_trigger_rule_entry_add_option_int(context_trigger_rule_entry_h entry * @retval #CONTEXT_TRIGGER_ERROR_NOT_SUPPORTED Not supported * @retval #CONTEXT_TRIGGER_ERROR_INVALID_RULE Invalid rule * - * @see context_trigger_rule_entry_add_option() * @see context_trigger_rule_entry_add_option_int() */ int context_trigger_rule_entry_add_option_string(context_trigger_rule_entry_h entry, const char* option_key, const char* value) TIZEN_DEPRECATED_API; @@ -1078,7 +1067,6 @@ int context_trigger_rule_entry_add_option_string(context_trigger_rule_entry_h en * @retval #CONTEXT_TRIGGER_ERROR_INVALID_RULE Invalid rule * * @see context_trigger_rule_entry_add_option_int() - * @see context_trigger_rule_entry_add_option_string() */ int context_trigger_rule_entry_add_option(context_trigger_rule_entry_h entry, const char* option_key, const char* event_data_key) TIZEN_DEPRECATED_API; @@ -1099,7 +1087,6 @@ int context_trigger_rule_entry_add_option(context_trigger_rule_entry_h entry, co * @retval #CONTEXT_TRIGGER_ERROR_NOT_SUPPORTED Not supported * @retval #CONTEXT_TRIGGER_ERROR_INVALID_RULE Invalid rule * - * @post context_trigger_rule_entry_add_comparison() * @post context_trigger_rule_entry_add_comparison_int() * @post context_trigger_rule_entry_add_comparison_string() */ @@ -1128,7 +1115,6 @@ int context_trigger_rule_entry_add_key(context_trigger_rule_entry_h entry, conte * @retval #CONTEXT_TRIGGER_ERROR_INVALID_RULE Invalid rule * * @pre context_trigger_rule_entry_add_key() - * @see context_trigger_rule_entry_add_comparison() * @see context_trigger_rule_entry_add_comparison_string() */ int context_trigger_rule_entry_add_comparison_int(context_trigger_rule_entry_h entry, const char* key, const char* comp_operator, int value); @@ -1154,7 +1140,6 @@ int context_trigger_rule_entry_add_comparison_int(context_trigger_rule_entry_h e * @retval #CONTEXT_TRIGGER_ERROR_INVALID_RULE Invalid rule * * @pre context_trigger_rule_entry_add_key() - * @see context_trigger_rule_entry_add_comparison() * @see context_trigger_rule_entry_add_comparison_int() */ int context_trigger_rule_entry_add_comparison_string(context_trigger_rule_entry_h entry, const char* key, const char* comp_operator, const char* value); -- 2.34.1