Add missing event type
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 19 Nov 2014 04:42:43 +0000 (13:42 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 19 Nov 2014 04:42:43 +0000 (13:42 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ic4012ce8ef0894c96511a611b1330c897ad8dd4a

include/dynamicbox.h
include/internal/dynamicbox.h

index 660d4a2..9f601d6 100644 (file)
@@ -145,6 +145,14 @@ extern const int DBOX_SYS_EVENT_LANG_CHANGED;
 extern const int DBOX_SYS_EVENT_TIME_CHANGED;
 
 /**
+ * @brief System event type: MMC Status change event.
+ * @since_tizen 2.3
+ * @feature http://developer.samsung.com/tizen/feature/samsung_extension
+ * @feature http://developer.samsung.com/tizen/feature/in_house/shell.appwidget
+ */
+extern const int DBOX_SYS_EVENT_MMC_STATUS_CHANGED;
+
+/**
  * @brief System event type: Region changed.
  * @since_tizen 2.3
  * @feature http://developer.samsung.com/tizen/feature/samsung_extension
index e6a0253..f9f1774 100644 (file)
@@ -320,13 +320,6 @@ extern const int DBOX_USE_NET;
 
 /**
  * @internal
- * @brief System event type: MMC Status change event.
- * @since_tizen 2.3
- */
-extern const int DBOX_SYS_EVENT_MMC_STATUS_CHANGED;
-
-/**
- * @internal
  * @brief Notifies the updated content to the provider.
  * @details Forcedly notifies the updated contents.
  *    This function can be used from async callback function to notify the updated content.