summaryrefslogtreecommitdiff
path: root/src/lib/efl/Efl_Model_Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/Efl_Model_Common.h')
-rw-r--r--src/lib/efl/Efl_Model_Common.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/lib/efl/Efl_Model_Common.h b/src/lib/efl/Efl_Model_Common.h
index 1440e815a5..0db00f8e9c 100644
--- a/src/lib/efl/Efl_Model_Common.h
+++ b/src/lib/efl/Efl_Model_Common.h
@@ -1,6 +1,8 @@
#ifndef EFL_MODEL_COMMON_H__
# define EFL_MODEL_COMMON_H__
+#include <ecore_promise.h>
+
/**
* @struct _Efl_Model_Children_Event
* Every time a child id added the event
@@ -29,17 +31,6 @@ typedef struct _Efl_Model_Children_Event Efl_Model_Children_Event;
#include "interfaces/efl_model_base.eo.h"
- /**
- * @brief Sets the new load status signaling an event if changed
- *
- * @param model The model to call the event @c EFL_MODEL_EVENT_LOAD_STATUS
- * @param load The load status to be changed
- * @param status The new status
- *
- * @since 1.17
- */
-EAPI void efl_model_load_set(Efl_Model_Base *model, Efl_Model_Load *load, Efl_Model_Load_Status status) EINA_ARG_NONNULL(1, 2);
-
/**
* @brief Slices a list
*