changeset 30305:4742a50da311

Update this comment; the function supports IPv6
author Paul Aurich <paul@darkrain42.org>
date Sat, 08 May 2010 03:00:06 +0000
parents 39217b9abd0f
children 9f8e8fdb6c1a
files libpurple/network.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/network.h	Fri May 07 22:58:28 2010 +0000
+++ b/libpurple/network.h	Sat May 08 03:00:06 2010 +0000
@@ -90,8 +90,8 @@
 /**
  * Returns all IP addresses of the local system.
  *
- * @note The caller must free this list, this function currently only
- *       handles IPv4 addresses
+ * @note The caller must free this list.  If libpurple was built with
+ *       support for it, this function also enumerates IPv6 addresses.
  * @since 2.7.0
  *
  * @return A list of local IP addresses.