From: Hwankyu Jhun Date: Wed, 17 Apr 2024 03:50:16 +0000 (+0900) Subject: Remove profile check condition X-Git-Tag: accepted/tizen/unified/20240801.150148~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F309805%2F1;p=platform%2Fcore%2Fapi%2Fmedia-key.git Remove profile check condition This patch removes profile check from the descriptions. Change-Id: I36b1c1e89eb8f7bdd9b55ff83929e15291c92ffb Signed-off-by: Hwankyu Jhun --- diff --git a/include/media_key.h b/include/media_key.h index 6e724e7..cae684c 100644 --- a/include/media_key.h +++ b/include/media_key.h @@ -35,7 +35,7 @@ extern "C" { /** * @brief Enumeration for error codes of a media key. * - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 */ typedef enum { @@ -65,7 +65,7 @@ typedef enum { /** * @brief Enumeration for event statuses of a media key. * - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 */ typedef enum { MEDIA_KEY_STATUS_PRESSED, /**< Pressed status */ @@ -76,7 +76,7 @@ typedef enum { /** * @brief Called when the status of the media key is changed. * - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 * * @param[in] key The key whose status is changed * @param[in] status The status of the key @@ -90,7 +90,7 @@ typedef void (*media_key_event_cb)(media_key_e key, media_key_event_e status, vo /** * @brief Registers a change event callback for all media keys. * - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 * * @param[in] callback The callback function to invoke * @param[in] user_data The user data to be passed to the callback function @@ -106,7 +106,7 @@ int media_key_reserve(media_key_event_cb callback, void* user_data); /** * @brief Unregisters the change event callback function. * - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 * * @return @c 0 on success, * otherwise a negative error value