# HG changeset patch # User Richard Laager # Date 1140574125 0 # Node ID 403a97caf5c0e857e4610be874f87f07f756b5c5 # Parent ce9f249e897b913825c180c47c43053909d482af [gaim-migrate @ 15679] SF Patch #1434650 from Sadrul "This is a minor documentation fix for gaim_gethostbyname_async" committer: Tailor Script diff -r ce9f249e897b -r 403a97caf5c0 src/proxy.h --- 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);