efl: all those interface are clearly BETA_API.

This commit is contained in:
Cedric BAIL 2015-04-03 16:30:45 +02:00
parent 23c34b96d3
commit 5f2fda2c18
1 changed files with 4 additions and 4 deletions

View File

@ -139,10 +139,6 @@ typedef enum _Efl_Gfx_Fill_Spread
#ifdef EFL_BETA_API_SUPPORT
EAPI extern const Eo_Event_Description _EFL_GFX_CHANGED;
#define EFL_GFX_CHANGED (&(_EFL_GFX_CHANGED))
/* Interfaces */
#include "interfaces/efl_control.eo.h"
#include "interfaces/efl_file.eo.h"
@ -151,6 +147,10 @@ EAPI extern const Eo_Event_Description _EFL_GFX_CHANGED;
#include "interfaces/efl_text.eo.h"
#include "interfaces/efl_text_properties.eo.h"
EAPI extern const Eo_Event_Description _EFL_GFX_CHANGED;
#define EFL_GFX_CHANGED (&(_EFL_GFX_CHANGED))
#include "interfaces/efl_gfx_base.eo.h"
#include "interfaces/efl_gfx_stack.eo.h"
#include "interfaces/efl_gfx_fill.eo.h"