From: seungha.son Date: Wed, 21 Sep 2016 00:29:27 +0000 (+0900) Subject: Add description for notification_event_type_extension_e X-Git-Tag: submit/tizen/20160922.051802~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97bc4bb7b7fda083f068279b2f69b622d6f79a77;p=platform%2Fcore%2Fapi%2Fnotification.git Add description for notification_event_type_extension_e Signed-off-by: seungha.son Change-Id: I586d9e75172ddb1e2ed0bc1e7524069374659e48 --- diff --git a/include/notification_internal.h b/include/notification_internal.h index cce350bd..1af1b405 100644 --- a/include/notification_internal.h +++ b/include/notification_internal.h @@ -28,7 +28,15 @@ extern "C" { #endif /** - * @brief Enumeration for notification ongoing value type + * @addtogroup NOTIFICATION_INTERNAL + * @{ + */ +#define NOTIFICATION_GLOBAL_UID -1 +#define NOTIFICATION_DISPLAY_APP_HEADS_UP NOTIFICATION_DISPLAY_APP_ACTIVE /* To avoid build error */ +#define NOTIFICATION_ERROR (notification_error_quark()) + +/** + * @brief Enumeration for notification ongoing value type. * @since_tizen 3.0 */ typedef enum _notification_ongoing_value_type { @@ -36,18 +44,16 @@ typedef enum _notification_ongoing_value_type { NOTIFICATION_ONGOING_VALUE_TYPE_TIME, } notification_ongoing_value_type_e; +/** + * @brief Enumeration for extension event type on notification. + * @since_tizen 3.0 + * @see #notification_event_type_e + */ typedef enum _notification_event_type_extension { NOTIFICATION_EVENT_TYPE_HIDDEN_BY_USER = 100, NOTIFICATION_EVENT_TYPE_HIDDEN_BY_TIMEOUT = 101, } notification_event_type_extension_e; -/** - * @addtogroup NOTIFICATION_INTERNAL - * @{ - */ -#define NOTIFICATION_GLOBAL_UID -1 -#define NOTIFICATION_DISPLAY_APP_HEADS_UP NOTIFICATION_DISPLAY_APP_ACTIVE /* To avoid build error */ -#define NOTIFICATION_ERROR (notification_error_quark()) GQuark notification_error_quark(void); /**