comparison libpurple/network.h @ 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 35a1cf247168
children 1cdae196aac8
comparison
equal deleted inserted replaced
30303:39217b9abd0f 30305:4742a50da311
88 const char *purple_network_get_local_system_ip(int fd); 88 const char *purple_network_get_local_system_ip(int fd);
89 89
90 /** 90 /**
91 * Returns all IP addresses of the local system. 91 * Returns all IP addresses of the local system.
92 * 92 *
93 * @note The caller must free this list, this function currently only 93 * @note The caller must free this list. If libpurple was built with
94 * handles IPv4 addresses 94 * support for it, this function also enumerates IPv6 addresses.
95 * @since 2.7.0 95 * @since 2.7.0
96 * 96 *
97 * @return A list of local IP addresses. 97 * @return A list of local IP addresses.
98 */ 98 */
99 GList *purple_network_get_all_local_system_ips(void); 99 GList *purple_network_get_all_local_system_ips(void);