#ifndef _ELM_PHOTO_EO_H_ #define _ELM_PHOTO_EO_H_ #ifndef _ELM_PHOTO_EO_CLASS_TYPE #define _ELM_PHOTO_EO_CLASS_TYPE typedef Eo Elm_Photo; #endif #ifndef _ELM_PHOTO_EO_TYPES #define _ELM_PHOTO_EO_TYPES #endif /** Elementary photo class * * @ingroup Elm_Photo */ #define ELM_PHOTO_CLASS elm_photo_class_get() EWAPI const Efl_Class *elm_photo_class_get(void); #endif