evas: mark Evas VG API as beta API to.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:57:35 +0000 (16:57 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:57:35 +0000 (16:57 +0200)
src/lib/evas/Evas_Legacy.h

index ca63600..a3ee6e0 100644 (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
+
 /**
  * @}
  */