summaryrefslogtreecommitdiff
path: root/src/tests/eolian/data/class_simple_ref_eo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/eolian/data/class_simple_ref_eo.h')
-rw-r--r--src/tests/eolian/data/class_simple_ref_eo.h18
1 files changed, 14 insertions, 4 deletions
diff --git a/src/tests/eolian/data/class_simple_ref_eo.h b/src/tests/eolian/data/class_simple_ref_eo.h
index d0a6d02ce8..56142c569b 100644
--- a/src/tests/eolian/data/class_simple_ref_eo.h
+++ b/src/tests/eolian/data/class_simple_ref_eo.h
@@ -14,6 +14,8 @@ typedef Eo Class_Simple;
#ifndef FOO
/** doc for constant
*
+ * @since 1.66
+ *
* @ingroup Foo
*/
#define FOO 5
@@ -23,11 +25,13 @@ typedef Eo Class_Simple;
#endif
/** Class Desc Simple
*
+ * @since 1.66
+ *
* @ingroup Class_Simple
*/
#define CLASS_SIMPLE_CLASS class_simple_class_get()
-EWAPI const Efl_Class *class_simple_class_get(void);
+EAPI EAPI_WEAK const Efl_Class *class_simple_class_get(void) EINA_CONST;
#ifdef EFL_BETA_API_SUPPORT
/**
@@ -40,9 +44,11 @@ EWAPI const Efl_Class *class_simple_class_get(void);
*
* @return comment for property set return
*
+ * @since 1.66
+ *
* @ingroup Class_Simple
*/
-EOAPI Eina_Bool efl_canvas_object_simple_a_set(Eo *obj, int value);
+EAPI EAPI_WEAK Eina_Bool efl_canvas_object_simple_a_set(Eo *obj, int value);
#endif /* EFL_BETA_API_SUPPORT */
#ifdef EFL_BETA_API_SUPPORT
@@ -53,9 +59,11 @@ EOAPI Eina_Bool efl_canvas_object_simple_a_set(Eo *obj, int value);
*
* @return Value description
*
+ * @since 1.66
+ *
* @ingroup Class_Simple
*/
-EOAPI int efl_canvas_object_simple_a_get(const Eo *obj);
+EAPI EAPI_WEAK int efl_canvas_object_simple_a_get(const Eo *obj);
#endif /* EFL_BETA_API_SUPPORT */
#ifdef EFL_BETA_API_SUPPORT
@@ -70,9 +78,11 @@ EOAPI int efl_canvas_object_simple_a_get(const Eo *obj);
*
* @return comment for method return
*
+ * @since 1.66
+ *
* @ingroup Class_Simple
*/
-EOAPI char *efl_canvas_object_simple_foo(Eo *obj, int a, char *b, double *c, int *d);
+EAPI EAPI_WEAK char *efl_canvas_object_simple_foo(Eo *obj, int a, char *b, double *c, int *d);
#endif /* EFL_BETA_API_SUPPORT */
#endif