Ecore_Con (3) Linux Manual Page
Ecore_Con.h – Sockets functions. Synopsis Typedefs typedef struct _Ecore_Con_Server Ecore_Con_Server A connection handle. typedef struct _Ecore_Con_Client Ecore_Con_Client A connection handle. Functions EAPI int ecore_con_init (void) Initialises the Ecore_Con library. EAPI int ecore_con_shutdown (void) Shuts down the Ecore_Con library. EAPI Ecore_Con_Server * ecore_con_server_add (Ecore_Con_Type type, const char *name, int port, const void *data) Creates a server…
