ginetaddress.c: fix an incorrect enum name in the docs
authorDan Winship <danw@gnome.org>
Thu, 29 Dec 2011 14:18:53 +0000 (09:18 -0500)
committerDan Winship <danw@gnome.org>
Mon, 16 Jan 2012 18:37:02 +0000 (13:37 -0500)
gio/ginetaddress.c

index e6418b3..7de45e7 100644 (file)
@@ -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.
  *