Check RW mount
[platform/core/uifw/capi-ui-sticker.git] / client / sticker_defs.h
index 01cae60..69167ec 100644 (file)
@@ -69,6 +69,12 @@ typedef enum {
     STICKER_DATA_TYPE_DISP_TYPE,
 } STICKER_DAT_TYPE;
 
+typedef enum {
+    STICKER_EVENT_TYPE_INSERT,
+    STICKER_EVENT_TYPE_DELETE,
+    STICKER_EVENT_TYPE_UPDATE,
+} STICKER_EVENT_TYPE;
+
 #ifdef __cplusplus
 }
 #endif