From: Dan Winship Date: Thu, 29 Dec 2011 14:18:53 +0000 (-0500) Subject: ginetaddress.c: fix an incorrect enum name in the docs X-Git-Tag: 2.31.10~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c71fc7477ed3ebe513432cba21d69ca99d7eb81c;p=platform%2Fupstream%2Fglib.git ginetaddress.c: fix an incorrect enum name in the docs --- diff --git a/gio/ginetaddress.c b/gio/ginetaddress.c index e6418b3..7de45e7 100644 --- a/gio/ginetaddress.c +++ b/gio/ginetaddress.c @@ -443,8 +443,8 @@ g_inet_address_new_from_string (const gchar *string) * @family: the address family of @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 - * %G_INET_ADDRESS_IPV6. + * @bytes should be 4 bytes for %G_SOCKET_FAMILY_IPV4 and 16 bytes for + * %G_SOCKET_FAMILY_IPV6. * * Returns: a new #GInetAddress corresponding to @family and @bytes. *