Mercurial > pidgin.yaz
changeset 13313:403a97caf5c0
[gaim-migrate @ 15679]
SF Patch #1434650 from Sadrul
"This is a minor documentation fix for
gaim_gethostbyname_async"
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 22 Feb 2006 02:08:45 +0000 |
parents | ce9f249e897b |
children | b12427d2994e |
files | src/proxy.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/proxy.h Wed Feb 22 00:40:43 2006 +0000 +++ b/src/proxy.h Wed Feb 22 02:08:45 2006 +0000 @@ -237,7 +237,8 @@ * @param port A portnumber which is stored in the struct sockaddr * @param callback Callback to call after resolving * @param data Extra data for the callback function - * @return a GSList containing the size of followed by the struct sockaddr for any returned IP + * + * @return Zero indicates the connection is pending. Any other value indicates failure. */ int gaim_gethostbyname_async(const char *hostname, int port, dns_callback_t callback, gpointer data);