Update the docs for purple_network_is_available(). It doesn't block.

Thu, 30 Oct 2008 21:11:19 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 30 Oct 2008 21:11:19 +0000
changeset 24567
edd8e0bb750c
parent 24566
96129698582d
child 24568
c90b00f17f7e

Update the docs for purple_network_is_available(). It doesn't block.

libpurple/network.h file | annotate | diff | comparison | revisions
--- 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);
 

mercurial