enable access.h again - but comment it as unstable.

This commit is contained in:
Carsten Haitzler 2013-11-03 00:16:23 +09:00
parent 4172bae1dc
commit 9f3e3de184
3 changed files with 5 additions and 1 deletions

View File

@ -166,7 +166,7 @@ EAPI extern Elm_Version *elm_version;
#include <elm_sys_notify.h>
/* special widgets - types used elsewhere */
//#include <elm_access.h>
#include <elm_access.h>
#include <elm_icon.h>
#include <elm_scroller.h>
#include <elm_entry.h>

View File

@ -142,6 +142,7 @@ elc_popup.h \
elc_popup_eo.h \
elc_popup_legacy.h \
elc_popup_common.h \
elm_access.h \
elm_actionslider.h \
elm_actionslider_eo.h \
elm_actionslider_legacy.h \

View File

@ -2,6 +2,9 @@
* @defgroup Access Access
* @ingroup Elementary
*
* WARNING! this API is not finalized. It is unstable. - do not use it if
* you want no breaks in future.
*
* TODO: description
*
*/