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",
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to