cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5964008946abad2b8c4fac019b3f2ea090a7498d

commit 5964008946abad2b8c4fac019b3f2ea090a7498d
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Jun 9 10:07:43 2016 -0700

    edje: this API is BETA and only available to legacy for now.
---
 src/lib/edje/Edje_Common.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/lib/edje/Edje_Common.h b/src/lib/edje/Edje_Common.h
index 0db97f8..45566c3 100644
--- a/src/lib/edje/Edje_Common.h
+++ b/src/lib/edje/Edje_Common.h
@@ -2339,6 +2339,8 @@ EAPI Eina_Bool edje_audio_channel_mute_get(Edje_Channel 
channel);
  */
 EAPI const char *edje_object_part_object_name_get(const Evas_Object *obj);
 
+#ifdef EFL_BETA_API_SUPPORT
+
 /**
  * Create scene and root node which contains all 3D parts of edje object
  * @param obj An edje part object
@@ -2350,6 +2352,9 @@ EAPI const char *edje_object_part_object_name_get(const 
Evas_Object *obj);
  * @since 1.18
  */
 EAPI Eina_Bool edje_3d_object_add(Evas_Object *obj, Eo **root_node, Eo *scene);
+
+#endif
+
 /**
  * @}
  */

-- 


Reply via email to