evas: mark Evas VG API as beta API to.

This commit is contained in:
Cedric BAIL 2015-04-03 16:57:35 +02:00
parent 85312d56c6
commit 899b70d3dc
1 changed files with 4 additions and 0 deletions

View File

@ -1712,6 +1712,8 @@ EAPI Evas_Object *evas_object_vg_add(Evas *e) EINA_WARN_UNUSED_RESULT EINA_ARG_N
#include "canvas/evas_vg.eo.legacy.h"
#ifdef EFL_BETA_API_SUPPORT
/**
* Creates a new vector shape object \.
*
@ -2442,6 +2444,8 @@ EAPI void evas_vg_gradient_radial_focal_get(Eo *obj, double *x, double *y);
#include "canvas/efl_vg_gradient_radial.eo.legacy.h"
#endif
/**
* @}
*/