summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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