Creates a new #GInetAddress from the given @family and @bytes. @bytes should be 4 bytes for %G_SOCKET_FAMILY_IPV4 and 16 bytes for %G_SOCKET_FAMILY_IPV6.
raw address data
the address family of @bytes
a new #GInetAddress corresponding to @family and @bytes. Free the returned object with g_object_unref().
ConstructionException GTK+ fails to create the object.
2.22
See Implementation
Creates a new #GInetAddress from the given @family and @bytes. @bytes should be 4 bytes for %G_SOCKET_FAMILY_IPV4 and 16 bytes for %G_SOCKET_FAMILY_IPV6.