# HG changeset patch # User Paul Aurich # Date 1273287606 0 # Node ID 4742a50da31101ad67c033acd7fc77f3eac4dd17 # Parent 39217b9abd0f5567f292a112735f387273f9030c Update this comment; the function supports IPv6 diff -r 39217b9abd0f -r 4742a50da311 libpurple/network.h --- 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.