Add 'soup_server_disconnect' method
authorAndreas Rottmann <a.rottmann@gmx.at>
Sat, 12 Mar 2011 19:28:03 +0000 (20:28 +0100)
committerAndreas Rottmann <a.rottmann@gmx.at>
Sat, 12 Mar 2011 19:28:59 +0000 (20:28 +0100)
commitaf48c71607a6b84777c65e031c9e121051cbd13f
treef4dfb2157a27a9b9b9edef805902c48d0dd7490f
parentb4503671b1f2b5a907dc7a44c07dbc473f680282
Add 'soup_server_disconnect' method

This is primarily useful for language bindings, where you don't have
explicit control over reference counts, and hence cannot just use
'g_object_unref' on the server object.

See https://bugzilla.gnome.org/show_bug.cgi?id=638576
libsoup/soup-server.c
libsoup/soup-server.h