summaryrefslogtreecommitdiff
path: root/src/include/utils_i18n_field_position.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils_i18n_field_position.h')
-rw-r--r--src/include/utils_i18n_field_position.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/utils_i18n_field_position.h b/src/include/utils_i18n_field_position.h
index 630c0be..bfa5e63 100644
--- a/src/include/utils_i18n_field_position.h
+++ b/src/include/utils_i18n_field_position.h
@@ -53,7 +53,7 @@ extern "C" {
/**
* @brief Creates a field position object with a non-specified field.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
* @remarks The created object should be released by the caller with the
* i18n_field_position_destroy() function.
*
@@ -70,7 +70,7 @@ int i18n_field_position_create(i18n_field_position_h *field_position);
* @brief Creates a field position object for the given field.
* @details The only fields currently supported are the fields accepted by the date formatter,
* see #i18n_udate_format_field_e.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
* @remarks The created object should be released by the caller with the
* i18n_field_position_destroy() function.
*
@@ -86,7 +86,7 @@ int i18n_field_position_create_for_field(int32_t field, i18n_field_position_h *f
/**
* @brief Destroys the field position object.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] field_position The field position object to destroy
*
@@ -98,7 +98,7 @@ int i18n_field_position_destroy(i18n_field_position_h field_position);
/**
* @brief Creates a clone of the given @a field_position object.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
* @remarks The @a clone object should be released by the caller with the
* i18n_field_position_destroy() function.
*
@@ -114,7 +114,7 @@ int i18n_field_position_clone(i18n_field_position_h field_position, i18n_field_p
/**
* @brief Retrieves the field identifier.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] field_position The field_position object
* @param[out] field The field identifier
@@ -127,7 +127,7 @@ int i18n_field_position_get_field(i18n_field_position_h field_position, int32_t
/**
* @brief Retrieves the index of the first character in the requested field.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] field_position The field position object
* @param[out] begin_index The index of the first character in the requested field
@@ -140,7 +140,7 @@ int i18n_field_position_get_begin_index(i18n_field_position_h field_position, in
/**
* @brief Retrieves the index of the character following the last character in the requested field.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] field_position The field position object
* @param[out] end_index The index of the character following the last character
@@ -154,7 +154,7 @@ int i18n_field_position_get_end_index(i18n_field_position_h field_position, int3
/**
* @brief Sets the field.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] field_position The field_position object
* @param[in] field The new value of the field
@@ -167,7 +167,7 @@ int i18n_field_position_set_field(i18n_field_position_h field_position, int32_t
/**
* @brief Sets the begin index.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] field_position The field_position object
* @param[in] begin_index The new value of the begin index
@@ -180,7 +180,7 @@ int i18n_field_position_set_begin_index(i18n_field_position_h field_position, in
/**
* @brief Sets the end index.
- * @since_tizen 2.3.2 and 3.0
+ * @since_tizen @if MOBILE 3.0 @elseif WEARABLE 2.3.2 @endif
*
* @param[in] field_position The field_position object
* @param[in] end_index The new value of the end index