Typedefs
Ecore Connection Library Functions

Utility functions that set up and shut down the Ecore Connection library. More...

Typedefs

typedef void(* Ecore_Con_Dns_Cb) (const char *canonname, const char *ip, struct sockaddr *addr, int addrlen, void *data)
 A callback type for use with ecore_con_lookup.
 

Detailed Description

Utility functions that set up and shut down the Ecore Connection library.

There's also ecore_con_lookup() that can be used to make simple asynchronous DNS lookups.

A simple example of how to use these functions: