Mercurial > pidgin.yaz
changeset 24290:af44492cdb95
Update the docs for purple_network_is_available(). It doesn't block.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 30 Oct 2008 21:11:19 +0000 |
parents | d0e0de920387 |
children | f52b94f3b6ca |
files | libpurple/network.h |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/network.h Thu Oct 30 20:12:24 2008 +0000 +++ b/libpurple/network.h Thu Oct 30 21:11:19 2008 +0000 @@ -203,11 +203,9 @@ unsigned short purple_network_get_port_from_fd(int fd); /** - * Detects if there is an available Internet connection. Note that this call - * could block for the amount of time specified in inet_detect_timeout, so - * using it in a UI thread may cause uncomfortableness + * Detects if there is an available network connection. * - * @return TRUE if the Internet is available + * @return TRUE if the network is available */ gboolean purple_network_is_available(void);