From 0b4d525e59bfeaa25eb7dc45d59c90176a05a941 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 7 Apr 2015 13:06:59 +0200 Subject: [PATCH] evas: make all of Evas_Object_VG API part of BETA As JP pointed out there is no point of having an API if the only way to use it is through a BETA API. --- src/lib/evas/Evas_Legacy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index a3ee6e0f2f..27ecd286d5 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -1695,6 +1695,8 @@ EAPI Evas_Object *evas_object_rectangle_add(Evas *e) EINA_WARN_UNUSED_RESULT EIN * @since 1.14 */ +#ifdef EFL_BETA_API_SUPPORT + /** * Creates a new vector object on the given Evas @p e canvas. * @@ -1712,8 +1714,6 @@ 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 \. *