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.
This commit is contained in:
Cedric BAIL 2015-04-07 13:06:59 +02:00
parent e9cd816839
commit 0b4d525e59
1 changed files with 2 additions and 2 deletions

View 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 \.
*