[glib] ginetaddress.c: fix an incorrect enum name in the docs
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] ginetaddress.c: fix an incorrect enum name in the docs
- Date: Mon, 16 Jan 2012 18:40:58 +0000 (UTC)
commit c71fc7477ed3ebe513432cba21d69ca99d7eb81c
Author: Dan Winship <danw gnome org>
Date: Thu Dec 29 09:18:53 2011 -0500
ginetaddress.c: fix an incorrect enum name in the docs
gio/ginetaddress.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
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.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]