pidgin: b927bd57: Update the docs for purple_network_is_av...

rlaager at pidgin.im rlaager at pidgin.im
Thu Oct 30 18:56:04 EDT 2008


-----------------------------------------------------------------
Revision: b927bd5745d35f83128bbffcaf9f83c1c123ca7a
Ancestor: 5389a3dc777bba86e930a5cdbc496f5447e5e306
Author: rlaager at pidgin.im
Date: 2008-10-30T21:11:19
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/b927bd5745d35f83128bbffcaf9f83c1c123ca7a

Modified files:
        libpurple/network.h

ChangeLog: 

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

-------------- next part --------------
============================================================
--- libpurple/network.h	6ed2e88bbafab7105c48de92ad82262a72fe2174
+++ libpurple/network.h	b54c65b60be90b0306ed1f6be0583b06a86f502b
@@ -203,11 +203,9 @@ unsigned short purple_network_get_port_f
 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);
 


More information about the Commits mailing list