# HG changeset patch # User Richard Laager # Date 1225401079 0 # Node ID af44492cdb9537933884827483a24be5c53c30a7 # Parent d0e0de920387debf128bcba9e5440e2564f1e68e Update the docs for purple_network_is_available(). It doesn't block. diff -r d0e0de920387 -r af44492cdb95 libpurple/network.h --- 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);