summaryrefslogtreecommitdiff
path: root/src/lib/ecore/Ecore_Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore/Ecore_Common.h')
-rw-r--r--src/lib/ecore/Ecore_Common.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h
index 06b35e5074..97551bc8fa 100644
--- a/src/lib/ecore/Ecore_Common.h
+++ b/src/lib/ecore/Ecore_Common.h
@@ -2524,6 +2524,8 @@ typedef enum _Ecore_Poller_Type Ecore_Poller_Type;
typedef Eo Ecore_Poller; /**< A handle for pollers */
+#define _ECORE_POLLER_EO_CLASS_TYPE
+
/**
* @brief Sets the time(in seconds) between ticks for the given poller type.
* @param type The poller type to adjust.
@@ -2626,6 +2628,8 @@ typedef Eina_Bool (*Ecore_Timeline_Cb)(void *data, double pos);
*/
typedef Eo Ecore_Animator; /**< A handle for animators */
+#define _ECORE_ANIMATOR_EO_CLASS_TYPE
+
/**
* @brief Set the animator call interval in seconds.
*
@@ -2900,6 +2904,8 @@ EAPI void ecore_animator_custom_tick(void);
*/
typedef Eo Ecore_Timer; /**< A handle for timers */
+#define _ECORE_TIMER_EO_CLASS_TYPE
+
/**
* Retrieves the current precision used by timer infrastructure.
* @return Current precision.
@@ -3008,16 +3014,22 @@ EAPI char *ecore_timer_dump(void);
*/
typedef Eo Ecore_Idler; /**< A handle for idlers */
+#define _ECORE_IDLER_EO_CLASS_TYPE
+
/*
* @since 1.8
*/
typedef Eo Ecore_Idle_Enterer; /**< A handle for idle enterers */
+#define _ECORE_IDLE_ENTERER_EO_CLASS_TYPE
+
/*
* @since 1.8
*/
typedef Eo Ecore_Idle_Exiter; /**< A handle for idle exiters */
+#define _ECORE_IDLE_EXITER_EO_CLASS_TYPE
+
/**
* @}
*/
@@ -3050,6 +3062,8 @@ typedef Eo Ecore_Idle_Exiter; /**< A handle for idle exiters */
* @since 1.8
*/
typedef Eo Ecore_Job; /**< A job handle */
+
+#define _ECORE_JOB_EO_CLASS_TYPE
/**
* @}
*/