summaryrefslogtreecommitdiff
path: root/include/livebox.h
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-03-04 10:48:17 +0000
committerSung-jae Park <nicesj.park@samsung.com>2013-03-04 10:48:17 +0000
commitefce9a43a34895ef5bd611468a7d3972fa65c334 (patch)
tree8cc7667dbe795b91e8194cdb511d783a843e2bdb /include/livebox.h
parentb1ee4393972b6ad50b60c9cab3d3f5b0ac5f0022 (diff)
downloadlivebox-efce9a43a34895ef5bd611468a7d3972fa65c334.tar.gz
livebox-efce9a43a34895ef5bd611468a7d3972fa65c334.tar.bz2
livebox-efce9a43a34895ef5bd611468a7d3972fa65c334.zip
Region changed system event is added
Change-Id: I8744816278e0ce57716166369afc4b43eaac86de
Diffstat (limited to 'include/livebox.h')
-rw-r--r--include/livebox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/livebox.h b/include/livebox.h
index d815dec..0d3b24a 100644
--- a/include/livebox.h
+++ b/include/livebox.h
@@ -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;