comparison src/ft.h @ 8211:99a87d90b570

[gaim-migrate @ 8934] I only advised that you g_free the static buffer to weed out the people who don't know any better! Honest! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 05 Feb 2004 07:38:39 +0000
parents fa6395637e2c
children f50c059b6384
comparison
equal deleted inserted replaced
8210:9758dcf0afcc 8211:99a87d90b570
562 * If that IP is not set, the IP set in preferences is tried. 562 * If that IP is not set, the IP set in preferences is tried.
563 * 563 *
564 * If that IP is not set, the system's local IP is tried, via a call to 564 * If that IP is not set, the system's local IP is tried, via a call to
565 * gaim_xfers_get_local_ip(). 565 * gaim_xfers_get_local_ip().
566 * 566 *
567 * @note The returned IP address must be g_free()'d when no longer
568 * in use.
569 *
570 * @note The returned string is a pointer to a static buffer. If this 567 * @note The returned string is a pointer to a static buffer. If this
571 * function is called twice, it may be important to make a copy 568 * function is called twice, it may be important to make a copy
572 * of the returned string. 569 * of the returned string.
573 * 570 *
574 * @return The local IP address to be used. 571 * @return The local IP address to be used.