#ifndef _ELM_HOVER_PART_EO_H_ #define _ELM_HOVER_PART_EO_H_ #ifndef _ELM_HOVER_PART_EO_CLASS_TYPE #define _ELM_HOVER_PART_EO_CLASS_TYPE typedef Eo Elm_Hover_Part; #endif #ifndef _ELM_HOVER_PART_EO_TYPES #define _ELM_HOVER_PART_EO_TYPES #endif #ifdef EFL_BETA_API_SUPPORT /** elementary hover internal part class * * @ingroup Elm_Hover_Part */ #define ELM_HOVER_PART_CLASS elm_hover_part_class_get() EAPI EAPI_WEAK const Efl_Class *elm_hover_part_class_get(void) EINA_CONST; #endif /* EFL_BETA_API_SUPPORT */ #endif