efl/src/lib/ecore_con/ecore_con_eet_server_obj_eo.h

25 lines
590 B
C

#ifndef _ECORE_CON_EET_SERVER_OBJ_EO_H_
#define _ECORE_CON_EET_SERVER_OBJ_EO_H_
#ifndef _ECORE_CON_EET_SERVER_OBJ_EO_CLASS_TYPE
#define _ECORE_CON_EET_SERVER_OBJ_EO_CLASS_TYPE
typedef Eo Ecore_Con_Eet_Server_Obj;
#endif
#ifndef _ECORE_CON_EET_SERVER_OBJ_EO_TYPES
#define _ECORE_CON_EET_SERVER_OBJ_EO_TYPES
#endif
/** Ecore Connection Eet Server class.
*
* @ingroup Ecore_Con_Eet_Server_Obj
*/
#define ECORE_CON_EET_SERVER_OBJ_CLASS ecore_con_eet_server_obj_class_get()
ECORE_CON_API ECORE_CON_API_WEAK const Efl_Class *ecore_con_eet_server_obj_class_get(void) EINA_CONST;
#endif