summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2024-04-17 12:50:16 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2024-04-17 12:50:16 +0900
commit0874b2909f1e5c8fc458ec903793f34d77ea4cc9 (patch)
treebc0356617ef0dc9247d3bf165a6c7617494c39d8
parent3d84f9acac546fb7cc43f187680780eae0067b59 (diff)
downloadmedia-key-0874b2909f1e5c8fc458ec903793f34d77ea4cc9.tar.gz
media-key-0874b2909f1e5c8fc458ec903793f34d77ea4cc9.tar.bz2
media-key-0874b2909f1e5c8fc458ec903793f34d77ea4cc9.zip
Remove profile check conditionHEADtizen
This patch removes profile check from the descriptions. Change-Id: I36b1c1e89eb8f7bdd9b55ff83929e15291c92ffb Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--include/media_key.h10
1 files changed, 5 insertions, 5 deletions
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