elementary: make elm_code a BETA API.

This commit is contained in:
Cedric BAIL 2016-06-03 14:04:36 -07:00
parent efb9c26a1c
commit f3d5ae6ec2
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#ifdef HAVE_CONFIG
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif

View File

@ -1,6 +1,8 @@
#ifndef ELM_CODE_H_
# define ELM_CODE_H_
#ifdef EFL_BETA_API_SUPPORT
#include "elm_code_common.h"
#include "elm_code_line.h"
#include "elm_code_text.h"
@ -108,4 +110,6 @@ EAPI void elm_code_callback_fire(Elm_Code *code, const Eo_Event_Description *sig
}
#endif
#endif /* EFL_BETA_API_SUPPORT */
#endif /* ELM_CODE_H_ */