soup-message: fix up add_header_handler()/add_status_handler() docs
authorDan Winship <danw@gnome.org>
Thu, 13 Dec 2012 14:55:27 +0000 (15:55 +0100)
committerDan Winship <danw@gnome.org>
Mon, 17 Dec 2012 21:09:49 +0000 (16:09 -0500)
commit81df4008fe06b7ccb0ddee69d190608a13aa4020
treee9fc823ae25a88a93fb2ccf195b5cf30a8e458f1
parent6d28a5d6e8cad579ea4f38df146d777083f73bb6
soup-message: fix up add_header_handler()/add_status_handler() docs

soup_message_add_header_handler() and
soup_message_add_status_handler() used to have the semantics that the
handlers they added wouldn't be called if the message was cancelled by
a preceding signal handler. This feature accidentally got lost in
2.32, but no one appears to have noticed. Fix up the docs to
correspond to the current reality.

Also, fix part of the add_header_handler() docs that *never*
corresponded to reality.
libsoup/soup-message.c