Region changed system event is added
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 4 Mar 2013 10:48:17 +0000 (10:48 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 4 Mar 2013 10:48:17 +0000 (10:48 +0000)
Change-Id: I8744816278e0ce57716166369afc4b43eaac86de

include/livebox.h
packaging/liblivebox.spec
src/livebox.c

index d815dec..0d3b24a 100644 (file)
@@ -40,6 +40,7 @@ extern const int USE_NET; /*!< Using network */
 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_REGION_CHANGED; /*!< Region changed */
 extern const int LB_SYS_EVENT_PAUSED;
 extern const int LB_SYS_EVENT_RESUMED;
 
index 1a69865..6102f9a 100644 (file)
@@ -1,6 +1,6 @@
 Name: liblivebox
 Summary: Library for the development of a livebox 
-Version: 0.1.15
+Version: 0.1.16
 Release: 1
 Group: main/app
 License: Flora License
index 487011d..228780d 100644 (file)
@@ -78,6 +78,7 @@ EAPI const int NEED_TO_UPDATE = 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_TIME_CHANGED = 0x04;
+EAPI const int LB_SYS_EVENT_REGION_CHANGED = 0x08;
 EAPI const int LB_SYS_EVENT_PAUSED = 0x0100;
 EAPI const int LB_SYS_EVENT_RESUMED = 0x0200;