Change-Id: Ifa9ca0d344236826ba1a8906778c86fe3ad237e7
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;
Name: liblivebox
Summary: Library for the development of a livebox
-Version: 0.1.9
+Version: 0.1.10
Release: 1
Group: main/app
License: Flora License
EAPI const int NEED_TO_DESTROY = 0x01;
EAPI const int LB_SYS_EVENT_FONT_CHANGED = 0x01;
EAPI const int LB_SYS_EVENT_LANG_CHANGED = 0x02;
-EAPI const int LB_SYS_EVENT_PAUSED = 0x04;
-EAPI const int LB_SYS_EVENT_RESUMED = 0x08;
+EAPI const int LB_SYS_EVENT_TIME_CHANGED = 0x04;
+EAPI const int LB_SYS_EVENT_PAUSED = 0x0100;
+EAPI const int LB_SYS_EVENT_RESUMED = 0x0200;
EAPI struct livebox_desc *livebox_desc_open(const char *filename, int for_pd)
{