diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-12-02 16:29:35 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-12-02 16:41:51 +0100 |
commit | 05f68d98fb41421b0b50297916e8bbe74e9d5fd0 (patch) | |
tree | ba68c0bfa66a652880d5abce95695d67aab38e24 /src/lib/efl/Efl.h | |
parent | 12cb64cfadb7e1643f887bf0c0c32c9d47cd27df (diff) |
efl_part: declare stable
Summary:
last release we declared efl_part.eo stable. But we accidently forgot
efl_part()...
Reviewers: segfaultxavi
Reviewed By: segfaultxavi
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D10772
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index a9970e21ca..1703b16529 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -214,10 +214,6 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
214 | #include "interfaces/efl_text_markup.eo.h" | 214 | #include "interfaces/efl_text_markup.eo.h" |
215 | #include "interfaces/efl_text_markup_util.eo.h" | 215 | #include "interfaces/efl_text_markup_util.eo.h" |
216 | 216 | ||
217 | #ifdef EFL_BETA_API_SUPPORT | ||
218 | |||
219 | EAPI void efl_observable_tuple_free(Efl_Observable_Tuple *tuple); | ||
220 | |||
221 | /** | 217 | /** |
222 | * @brief Get a proxy object referring to a part of an object. | 218 | * @brief Get a proxy object referring to a part of an object. |
223 | * | 219 | * |
@@ -234,6 +230,10 @@ EAPI void efl_observable_tuple_free(Efl_Observable_Tuple *tuple); | |||
234 | */ | 230 | */ |
235 | EAPI Efl_Object *efl_part(const Eo *obj, const char *name); | 231 | EAPI Efl_Object *efl_part(const Eo *obj, const char *name); |
236 | 232 | ||
233 | #ifdef EFL_BETA_API_SUPPORT | ||
234 | |||
235 | EAPI void efl_observable_tuple_free(Efl_Observable_Tuple *tuple); | ||
236 | |||
237 | #else | 237 | #else |
238 | 238 | ||
239 | #ifndef EFL_NOLEGACY_API_SUPPORT | 239 | #ifndef EFL_NOLEGACY_API_SUPPORT |