evas: make all of Evas_Object_VG API part of BETA
authorCedric BAIL <cedric@osg.samsung.com>
Tue, 7 Apr 2015 11:06:59 +0000 (13:06 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 7 Apr 2015 11:11:21 +0000 (13:11 +0200)
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

index a3ee6e0..27ecd28 100644 (file)
@@ -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 \.
  *