ginetaddress.c: fix an incorrect enum name in the docs

This commit is contained in:
Dan Winship 2011-12-29 09:18:53 -05:00
parent 76f46b4f33
commit c71fc7477e

View File

@ -443,8 +443,8 @@ g_inet_address_new_from_string (const gchar *string)
* @family: the address family of @bytes * @family: the address family of @bytes
* *
* Creates a new #GInetAddress from the given @family and @bytes. * Creates a new #GInetAddress from the given @family and @bytes.
* @bytes should be 4 bytes for %G_INET_ADDRESS_IPV4 and 16 bytes for * @bytes should be 4 bytes for %G_SOCKET_FAMILY_IPV4 and 16 bytes for
* %G_INET_ADDRESS_IPV6. * %G_SOCKET_FAMILY_IPV6.
* *
* Returns: a new #GInetAddress corresponding to @family and @bytes. * Returns: a new #GInetAddress corresponding to @family and @bytes.
* *