From: Sung-jae Park Date: Fri, 9 Nov 2012 06:59:38 +0000 (+0900) Subject: Add new event types. X-Git-Tag: accepted/tizen/mobile/20150530.065423^2~18^2~11^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3108c884e9e902d69d1836d29e22e8b4430a7ff1;p=apps%2Fnative%2Fwidget%2Fwidget.git Add new event types. Change-Id: I2ecfd7fd3fb5bb8c0943228c9e58256b7bdaab7a --- diff --git a/include/livebox.h b/include/livebox.h index 5849651..f2a37ae 100644 --- a/include/livebox.h +++ b/include/livebox.h @@ -17,6 +17,9 @@ extern const int OUTPUT_UPDATED; /*!< Contents is updated */ extern const int NEED_TO_CREATE; /*!< Need to create a new instance */ 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 */ + /*! * \brief * Extra event informatino for livebox_content_event interface function diff --git a/packaging/liblivebox.spec b/packaging/liblivebox.spec index 89eadec..32dfced 100644 --- a/packaging/liblivebox.spec +++ b/packaging/liblivebox.spec @@ -1,6 +1,6 @@ Name: liblivebox Summary: Library for the development of a livebox -Version: 0.1.0 +Version: 0.1.1 Release: 1 Group: main/app License: Samsung Proprietary License