Constructor
GioInetAddressnew_loopback
since: 2.22
Declaration [src]
GInetAddress*
g_inet_address_new_loopback (
  GSocketFamily family
)
Parameters
- family
- 
            Type: GSocketFamilyThe address family. 
Return value
Type: GInetAddress
A new GInetAddress corresponding to the loopback address for family.
    Free the returned object with g_object_unref().
| The caller of the function takes ownership of the data, and is responsible for freeing it. |