From fbf622db0ca0507540ba5a4d2a96966e1798becb Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Fri, 8 May 2015 14:28:42 +0100 Subject: [PATCH] eolian: fix generation tests --- src/tests/eolian/data/class_simple_ref_eo.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tests/eolian/data/class_simple_ref_eo.h b/src/tests/eolian/data/class_simple_ref_eo.h index b078018ebb..56d9d7636e 100644 --- a/src/tests/eolian/data/class_simple_ref_eo.h +++ b/src/tests/eolian/data/class_simple_ref_eo.h @@ -20,6 +20,7 @@ typedef Eo Class_Simple; EAPI const Eo_Class *class_simple_class_get(void) EINA_CONST; +#ifdef CLASS_SIMPLE_BETA /** * * Common desc for a @@ -29,7 +30,9 @@ EAPI const Eo_Class *class_simple_class_get(void) EINA_CONST; * */ EOAPI Eina_Bool evas_obj_simple_a_set(int value); +#endif +#ifdef CLASS_SIMPLE_BETA /** * * Common desc for a @@ -38,6 +41,7 @@ EOAPI Eina_Bool evas_obj_simple_a_set(int value); * */ EOAPI int evas_obj_simple_a_get(void); +#endif /** * @@ -47,6 +51,7 @@ EOAPI int evas_obj_simple_a_get(void); */ EOAPI void evas_obj_simple_b_set(void); +#ifdef CLASS_SIMPLE_BETA /** * * comment foo @@ -58,6 +63,7 @@ EOAPI void evas_obj_simple_b_set(void); * */ EOAPI char * evas_obj_simple_foo(int a, char *b, double *c); +#endif /** *