Add TIME_CHANGED event
[apps/livebox/livebox.git] / include / livebox.h
index c17c222..3479af8 100644 (file)
@@ -35,6 +35,7 @@ extern const int NEED_TO_DESTROY; /*!< Need to destroy this instance */
 
 extern const int LB_SYS_EVENT_FONT_CHANGED; /*!< System font is changed */
 extern const int LB_SYS_EVENT_LANG_CHANGED; /*!< System language is changed */
+extern const int LB_SYS_EVENT_TIME_CHANGED; /*!< System time is changed */
 extern const int LB_SYS_EVENT_PAUSED;
 extern const int LB_SYS_EVENT_RESUMED;