efl/legacy/elementary/src/modules/web/none/elm_web_none.eo.h

22 lines
348 B
C

#ifndef _ELM_WEB_NONE_EO_H_
#define _ELM_WEB_NONE_EO_H_
#ifndef _ELM_WEB_NONE_EO_CLASS_TYPE
#define _ELM_WEB_NONE_EO_CLASS_TYPE
typedef Eo Elm_Web_None;
#endif
#ifndef _ELM_WEB_NONE_EO_TYPES
#define _ELM_WEB_NONE_EO_TYPES
#endif
#define ELM_WEB_NONE_CLASS elm_web_none_class_get()
EAPI const Eo_Class *elm_web_none_class_get(void);
#endif