summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-04-03 16:57:35 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-04-03 16:57:35 +0200
commit899b70d3dcb4bc7ca7de0fe3ec79ccae0577b48a (patch)
tree0c605b766dcd0a41593099bda1da58011a813130
parent85312d56c69a6aa6795ac0d452a70bd9d4405d0d (diff)
downloadefl-899b70d3dcb4bc7ca7de0fe3ec79ccae0577b48a.tar.gz
evas: mark Evas VG API as beta API to.
-rw-r--r--src/lib/evas/Evas_Legacy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h
index ca63600de7..a3ee6e0f2f 100644
--- a/src/lib/evas/Evas_Legacy.h
+++ b/src/lib/evas/Evas_Legacy.h
@@ -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
+
/**
* @}
*/