efl/src/lib/elementary/elm_photo_eo.h

25 lines
375 B
C

#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