SDLNet.IPAddress.lookup:


Description:

public weak string? lookup ()
Resolve an ip address to a host name in canonical form. Note that this function is not thread-safe.

Returns:

If the ip couldn't be resolved, this function returns null, otherwise a pointer to a static buffer containing the hostname is returned.

created by valadoc