Re: [E-devel] ecore_con API

2010-03-06 Thread The Rasterman
On Thu, 25 Feb 2010 06:05:28 +0100 (CET) Vincent Torri said: that's a good q. as it is now - it means you can get all the platform specific info about your connection... BUT this is platform-specific. the other option is a whole bunch of calls or a big struct we fill in from addrinfo that is at l

[E-devel] ecore_con API

2010-02-24 Thread Vincent Torri
Hey, in Ecore_Con.h, the function ecore_con_info_get() has a parameter of type a pointer to struct addrinfo Shouldn't we pass instead parameter of "standard" types instead of such struct ? something like: EAPI int ecore_con_info_get(Ecore_Con_Server *svr, Ecore_Con_Info_C