libsoup r1024 - in trunk: . libsoup



Author: otte
Date: Wed Jan  9 21:28:48 2008
New Revision: 1024
URL: http://svn.gnome.org/viewvc/libsoup?rev=1024&view=rev

Log:
* libsoup/soup-socket.c: (soup_socket_class_init): clarify docs for new-connetion signal.

Modified:
   trunk/ChangeLog
   trunk/libsoup/soup-socket.c

Modified: trunk/libsoup/soup-socket.c
==============================================================================
--- trunk/libsoup/soup-socket.c	(original)
+++ trunk/libsoup/soup-socket.c	Wed Jan  9 21:28:48 2008
@@ -242,7 +242,9 @@
 	 *
 	 * Emitted when a listening socket (set up with
 	 * soup_socket_listen() or soup_socket_server_new()) receives a
-	 * new connection.
+	 * new connection. If you want to keep the connection, do not forget 
+	 * to add a reference to it. Otherwise the @new socket will be closed
+	 * after this signal.
 	 **/
 	signals[NEW_CONNECTION] =
 		g_signal_new ("new_connection",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]