From fcaec29be7eda381ef11db1a01d1915e420fe7f0 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 16 Aug 2019 15:59:36 -0700 Subject: efl: use a @static function so that binding can pick it up. Reviewed-by: Lauro Neto > Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D9604 --- src/lib/efl/Efl.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'src/lib/efl/Efl.h') diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index e1cfe4156e..403750ac93 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h @@ -146,6 +146,7 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; #include "interfaces/efl_ui_view.eo.h" #include "interfaces/efl_ui_property_bind.eo.h" #include "interfaces/efl_ui_factory.eo.h" +#include "interfaces/efl_ui_view_factory.eo.h" #include "interfaces/efl_ui_factory_bind.eo.h" #include "interfaces/efl_model_provider.eo.h" #include "interfaces/efl_cached_item.eo.h" @@ -203,22 +204,6 @@ EAPI void efl_observable_tuple_free(Efl_Observable_Tuple *tuple); */ EAPI Efl_Object *efl_part(const Eo *obj, const char *name); -/** - * @brief This triggers the create method of a factory and trigger the item created event. - * - * @param[in] factory The factory that will provide the item - * @param[in] model The model to use to fetch information from - * @param[in] parent The parent of the newly created item - * @return A future that will resolve with the newly created item. - * - * @since 1.23 - * @note This exists as we always want to trigger the event once all the logic - * of every factory in the chain has done what it planned to do. Basically we - * want the inverse of inheritance call like efl_super. So we do setup the future - * in this way. - */ -EAPI Eina_Future *efl_ui_view_factory_create_with_event(Efl_Ui_Factory *factory, Eina_Iterator *models, Efl_Gfx_Entity *parent); - #else #ifndef EFL_NOLEGACY_API_SUPPORT -- cgit v1.2.1