Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-11-03 19:05:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsoup (Old)
 and      /work/SRC/openSUSE:Factory/.libsoup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsoup"

Fri Nov  3 19:05:27 2017 rev:101 rq:538067 version:2.60.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-10-20 
16:13:07.375427759 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes     2017-11-03 
19:05:33.693266267 +0100
@@ -1,0 +2,17 @@
+Fri Oct 27 23:42:49 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 2.60.2:
+  + Fix documentation typos (bgo#788920).
+  + format-zero-length warning triggered in soup-logger.c
+       (bgo#789096).
+  + Warnings while generating inrospection files
+       (bgo#789099).
+  + Updated translations.
+- Add conditional use for translation-update-upstream: suse-only
+  requirement.
+- Update Url to https://wiki.gnome.org/Projects/libsoup: current
+  libsoup's project web page.
+- Run spec-cleaner -p to get respectives pkgconfig(*): gio-2.0,
+  gobject-2.0, gobject-introspection-1.0, gtk-doc and libxml-2.0.
+
+-------------------------------------------------------------------

Old:
----
  libsoup-2.60.1.tar.xz

New:
----
  libsoup-2.60.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsoup.spec ++++++
--- /var/tmp/diff_new_pack.8zYRBB/_old  2017-11-03 19:05:35.393204419 +0100
+++ /var/tmp/diff_new_pack.8zYRBB/_new  2017-11-03 19:05:35.397204274 +0100
@@ -20,21 +20,24 @@
 Summary:        HTTP client/server library for GNOME
 License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
-Version:        2.60.1
+Version:        2.60.2
 Release:        0
-Url:            https://wiki.gnome.org/LibSoup
+Url:            https://wiki.gnome.org/Projects/libsoup
 Source:         
https://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  glib-networking
-BuildRequires:  glib2-devel >= 2.38.0
-BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.35.0
-BuildRequires:  libxml2-devel
-BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
+BuildRequires:  pkgconfig(gtk-doc) >= 1.20
 BuildRequires:  pkgconfig(krb5)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(vapigen)
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 # We do not need these dependencies needed only for tests.
 #BuildRequires:  apache2-mod_php5 php5-xmlrpc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -66,7 +69,6 @@
 %ifarch ppc64
 Obsoletes:      libsoup-64bit
 %endif
-#
 
 %description 2_4-1
 Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@@ -102,7 +104,6 @@
 %ifarch ppc64
 Obsoletes:      libsoup-devel-64bit
 %endif
-#
 
 %description devel
 Libsoup is an HTTP client/server library for GNOME. It uses GObjects
@@ -120,7 +121,9 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure\
@@ -132,11 +135,11 @@
 
 %install
 %makeinstall
-rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
+rm %{buildroot}/%{_libdir}/*.*a
 %find_lang %{name} %{?no_lang_C}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post 2_4-1 -p /sbin/ldconfig
 

++++++ libsoup-2.60.1.tar.xz -> libsoup-2.60.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/Makefile.in 
new/libsoup-2.60.2/Makefile.in
--- old/libsoup-2.60.1/Makefile.in      2017-10-11 15:13:50.000000000 +0200
+++ new/libsoup-2.60.2/Makefile.in      2017-10-26 16:34:43.000000000 +0200
@@ -205,7 +205,8 @@
        $(top_srcdir)/build-aux/ltmain.sh \
        $(top_srcdir)/build-aux/missing AUTHORS COPYING NEWS README \
        build-aux/compile build-aux/config.guess build-aux/config.sub \
-       build-aux/install-sh build-aux/ltmain.sh build-aux/missing
+       build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
+       build-aux/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/NEWS new/libsoup-2.60.2/NEWS
--- old/libsoup-2.60.1/NEWS     2017-10-11 10:20:27.000000000 +0200
+++ new/libsoup-2.60.2/NEWS     2017-10-26 16:34:12.000000000 +0200
@@ -1,3 +1,18 @@
+Changes in libsoup from 2.60.1 to 2.60.2:
+
+       * Fix documentation typos [#788920, Nirbheek Chauhan]
+
+       * format-zero-length warning triggered in soup-logger.c
+         [#789096, Tomas Popela]
+
+       * Warnings while generating inrospection files
+         [#789099, Tomas Popela]
+
+       * Visual Studio builds: Enhance security of x64 binaries
+         [Chun-wei Fan]
+
+       * Updated translation: Nepali.
+
 Changes in libsoup from 2.60.0 to 2.60.1:
 
        * Fallback to another authentication type if the current
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/config.h.win32 
new/libsoup-2.60.2/config.h.win32
--- old/libsoup-2.60.1/config.h.win32   2017-10-11 15:13:54.000000000 +0200
+++ new/libsoup-2.60.2/config.h.win32   2017-10-26 16:34:46.000000000 +0200
@@ -87,7 +87,7 @@
 #define PACKAGE_NAME "libsoup"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libsoup 2.60.1"
+#define PACKAGE_STRING "libsoup 2.60.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libsoup"
@@ -96,7 +96,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.60.1"
+#define PACKAGE_VERSION "2.60.2"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/configure new/libsoup-2.60.2/configure
--- old/libsoup-2.60.1/configure        2017-10-11 15:13:49.000000000 +0200
+++ new/libsoup-2.60.2/configure        2017-10-26 16:34:43.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libsoup 2.60.1.
+# Generated by GNU Autoconf 2.69 for libsoup 2.60.2.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup>.
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='libsoup'
 PACKAGE_TARNAME='libsoup'
-PACKAGE_VERSION='2.60.1'
-PACKAGE_STRING='libsoup 2.60.1'
+PACKAGE_VERSION='2.60.2'
+PACKAGE_STRING='libsoup 2.60.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup'
 PACKAGE_URL=''
 
@@ -1553,7 +1553,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libsoup 2.60.1 to adapt to many kinds of systems.
+\`configure' configures libsoup 2.60.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1624,7 +1624,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libsoup 2.60.1:";;
+     short | recursive ) echo "Configuration of libsoup 2.60.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1778,7 +1778,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libsoup configure 2.60.1
+libsoup configure 2.60.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2056,7 +2056,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libsoup $as_me 2.60.1, which was
+It was created by libsoup $as_me 2.60.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2922,7 +2922,7 @@
 
 # Define the identity of the package.
  PACKAGE='libsoup'
- VERSION='2.60.1'
+ VERSION='2.60.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3089,7 +3089,7 @@
 
 SOUP_MAJOR_VERSION=2
 SOUP_MINOR_VERSION=60
-SOUP_MICRO_VERSION=1
+SOUP_MICRO_VERSION=2
 
 
 
@@ -16061,7 +16061,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libsoup $as_me 2.60.1, which was
+This file was extended by libsoup $as_me 2.60.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16127,7 +16127,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libsoup config.status 2.60.1
+libsoup config.status 2.60.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/configure.ac 
new/libsoup-2.60.2/configure.ac
--- old/libsoup-2.60.1/configure.ac     2017-10-11 10:20:27.000000000 +0200
+++ new/libsoup-2.60.2/configure.ac     2017-10-26 16:34:33.000000000 +0200
@@ -4,7 +4,7 @@
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [60])
-m4_define([soup_micro_version], [1])
+m4_define([soup_micro_version], [2])
 
 AC_PREREQ(2.63)
 
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/docs/reference/html/SoupLogger.html 
new/libsoup-2.60.2/docs/reference/html/SoupLogger.html
--- old/libsoup-2.60.1/docs/reference/html/SoupLogger.html      2017-10-11 
15:17:33.000000000 +0200
+++ new/libsoup-2.60.2/docs/reference/html/SoupLogger.html      2017-10-27 
09:59:39.000000000 +0200
@@ -171,9 +171,9 @@
 &gt; Host: localhost
 &gt; Content-Type: text/plain
 &gt; Connection: close
-&gt; 
+&gt;
 &gt; This is a test.
-  
+
 &lt; HTTP/1.1 201 Created
 &lt; Soup-Debug-Timestamp: 1200171744
 &lt; Soup-Debug: SoupMessage 1 (0x617000)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/docs/reference/html/SoupSession.html 
new/libsoup-2.60.2/docs/reference/html/SoupSession.html
--- old/libsoup-2.60.1/docs/reference/html/SoupSession.html     2017-10-11 
15:17:33.000000000 +0200
+++ new/libsoup-2.60.2/docs/reference/html/SoupSession.html     2017-10-27 
09:59:39.000000000 +0200
@@ -1339,13 +1339,13 @@
 's status
 code and response headers will be updated, and then the WebSocket
 handshake will be completed. On success,
-<code class="function">soup_websocket_connect_finish()</code> will return a new
+<a class="link" href="SoupSession.html#soup-session-websocket-connect-finish" 
title="soup_session_websocket_connect_finish ()"><code 
class="function">soup_session_websocket_connect_finish()</code></a> will return 
a new
 <a class="link" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span 
class="type">SoupWebsocketConnection</span></a>. On failure it will return a 
<span class="type">GError</span>.</p>
 <p>If the server returns a status other than "101 Switching
 Protocols", then <em class="parameter"><code>msg</code></em>
  will contain the complete response headers
 and body from the server's response, and
-<code class="function">soup_websocket_connect_finish()</code> will return
+<a class="link" href="SoupSession.html#soup-session-websocket-connect-finish" 
title="soup_session_websocket_connect_finish ()"><code 
class="function">soup_session_websocket_connect_finish()</code></a> will return
 <a class="link" 
href="libsoup-2.4-WebSockets.html#SOUP-WEBSOCKET-ERROR-NOT-WEBSOCKET:CAPS"><code
 class="literal">SOUP_WEBSOCKET_ERROR_NOT_WEBSOCKET</code></a>.</p>
 <div class="refsect3">
 <a 
name="soup-session-websocket-connect-async.parameters"></a><h4>Parameters</h4>
@@ -1407,7 +1407,7 @@
                                        <em class="parameter"><code><span 
class="type">GError</span> **error</code></em>);</pre>
 <p>Gets the <a class="link" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span 
class="type">SoupWebsocketConnection</span></a> response to a
 <a class="link" href="SoupSession.html#soup-session-websocket-connect-async" 
title="soup_session_websocket_connect_async ()"><code 
class="function">soup_session_websocket_connect_async()</code></a> call and (if 
successful),
-returns a <span class="type">SoupWebsockConnection</span> that can be used to 
communicate
+returns a <a class="link" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection"><span 
class="type">SoupWebsocketConnection</span></a> that can be used to communicate
 with the server.</p>
 <div class="refsect3">
 <a 
name="soup-session-websocket-connect-finish.parameters"></a><h4>Parameters</h4>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libsoup-2.60.1/docs/reference/html/SoupSessionAsync.html 
new/libsoup-2.60.2/docs/reference/html/SoupSessionAsync.html
--- old/libsoup-2.60.1/docs/reference/html/SoupSessionAsync.html        
2017-10-11 15:17:33.000000000 +0200
+++ new/libsoup-2.60.2/docs/reference/html/SoupSessionAsync.html        
2017-10-27 09:59:39.000000000 +0200
@@ -28,8 +28,8 @@
 <div class="refnamediv"><table width="100%"><tr>
 <td valign="top">
 <h2><span class="refentrytitle"><a 
name="SoupSessionAsync.top_of_page"></a>SoupSessionAsync</span></h2>
-<p>SoupSessionAsync — (Deprecated) SoupSession for asynchronous
-  (main-loop-based) I/O.</p>
+<p>SoupSessionAsync — SoupSession for asynchronous (main-loop-based) I/O
+(deprecated).</p>
 </td>
 <td class="gallery_image" valign="top" align="right"></td>
 </tr></table></div>
@@ -62,9 +62,6 @@
 <a name="SoupSessionAsync.description"></a><h2>Description</h2>
 <p><a class="link" href="SoupSessionAsync.html" title="SoupSessionAsync"><span 
class="type">SoupSessionAsync</span></a> is an implementation of <a 
class="link" href="SoupSession.html" title="SoupSession"><span 
class="type">SoupSession</span></a> that uses
 non-blocking I/O via the glib main loop for all I/O.</p>
-<p>As of libsoup 2.42, this is deprecated in favor of the plain
-<a class="link" href="SoupSession.html" title="SoupSession"><span 
class="type">SoupSession</span></a> class (which uses both asynchronous and 
synchronous
-I/O, depending on the API used). See the <a class="link" 
href="libsoup-session-porting.html" title="Porting to the new 
SoupSession">porting guide</a>.</p>
 </div>
 <div class="refsect1">
 <a name="SoupSessionAsync.functions_details"></a><h2>Functions</h2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libsoup-2.60.1/docs/reference/html/SoupSessionSync.html 
new/libsoup-2.60.2/docs/reference/html/SoupSessionSync.html
--- old/libsoup-2.60.1/docs/reference/html/SoupSessionSync.html 2017-10-11 
15:17:33.000000000 +0200
+++ new/libsoup-2.60.2/docs/reference/html/SoupSessionSync.html 2017-10-27 
09:59:39.000000000 +0200
@@ -28,8 +28,8 @@
 <div class="refnamediv"><table width="100%"><tr>
 <td valign="top">
 <h2><span class="refentrytitle"><a 
name="SoupSessionSync.top_of_page"></a>SoupSessionSync</span></h2>
-<p>SoupSessionSync — (Deprecated) SoupSession for blocking I/O in
-  multithreaded programs.</p>
+<p>SoupSessionSync — SoupSession for blocking I/O in multithreaded programs
+(deprecated).</p>
 </td>
 <td class="gallery_image" valign="top" align="right"></td>
 </tr></table></div>
@@ -62,9 +62,6 @@
 <a name="SoupSessionSync.description"></a><h2>Description</h2>
 <p><a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span 
class="type">SoupSessionSync</span></a> is an implementation of <a class="link" 
href="SoupSession.html" title="SoupSession"><span 
class="type">SoupSession</span></a> that uses
 synchronous I/O, intended for use in multi-threaded programs.</p>
-<p>As of libsoup 2.42, this is deprecated in favor of the plain
-<a class="link" href="SoupSession.html" title="SoupSession"><span 
class="type">SoupSession</span></a> class (which uses both asynchronous and 
synchronous
-I/O, depending on the API used). See the <a class="link" 
href="libsoup-session-porting.html" title="Porting to the new 
SoupSession">porting guide</a>.</p>
 </div>
 <div class="refsect1">
 <a name="SoupSessionSync.functions_details"></a><h2>Functions</h2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/docs/reference/html/ch02.html 
new/libsoup-2.60.2/docs/reference/html/ch02.html
--- old/libsoup-2.60.1/docs/reference/html/ch02.html    2017-10-11 
15:17:33.000000000 +0200
+++ new/libsoup-2.60.2/docs/reference/html/ch02.html    2017-10-27 
09:59:39.000000000 +0200
@@ -84,12 +84,12 @@
 <span class="refentrytitle"><a 
href="SoupSession.html">SoupSession</a></span><span class="refpurpose"> — Soup 
session state object</span>
 </dt>
 <dt>
-<span class="refentrytitle"><a 
href="SoupSessionAsync.html">SoupSessionAsync</a></span><span 
class="refpurpose"> — (Deprecated) SoupSession for asynchronous
-  (main-loop-based) I/O.</span>
+<span class="refentrytitle"><a 
href="SoupSessionAsync.html">SoupSessionAsync</a></span><span 
class="refpurpose"> — SoupSession for asynchronous (main-loop-based) I/O
+(deprecated).</span>
 </dt>
 <dt>
-<span class="refentrytitle"><a 
href="SoupSessionSync.html">SoupSessionSync</a></span><span class="refpurpose"> 
— (Deprecated) SoupSession for blocking I/O in
-  multithreaded programs.</span>
+<span class="refentrytitle"><a 
href="SoupSessionSync.html">SoupSessionSync</a></span><span class="refpurpose"> 
— SoupSession for blocking I/O in multithreaded programs
+(deprecated).</span>
 </dt>
 <dt>
 <span class="refentrytitle"><a 
href="libsoup-2.4-soup-status.html">soup-status</a></span><span 
class="refpurpose"> — HTTP (and libsoup) status codes</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/docs/reference/html/index.html 
new/libsoup-2.60.2/docs/reference/html/index.html
--- old/libsoup-2.60.1/docs/reference/html/index.html   2017-10-11 
15:17:33.000000000 +0200
+++ new/libsoup-2.60.2/docs/reference/html/index.html   2017-10-27 
09:59:39.000000000 +0200
@@ -99,12 +99,12 @@
 <span class="refentrytitle"><a 
href="SoupSession.html">SoupSession</a></span><span class="refpurpose"> — Soup 
session state object</span>
 </dt>
 <dt>
-<span class="refentrytitle"><a 
href="SoupSessionAsync.html">SoupSessionAsync</a></span><span 
class="refpurpose"> — (Deprecated) SoupSession for asynchronous
-  (main-loop-based) I/O.</span>
+<span class="refentrytitle"><a 
href="SoupSessionAsync.html">SoupSessionAsync</a></span><span 
class="refpurpose"> — SoupSession for asynchronous (main-loop-based) I/O
+(deprecated).</span>
 </dt>
 <dt>
-<span class="refentrytitle"><a 
href="SoupSessionSync.html">SoupSessionSync</a></span><span class="refpurpose"> 
— (Deprecated) SoupSession for blocking I/O in
-  multithreaded programs.</span>
+<span class="refentrytitle"><a 
href="SoupSessionSync.html">SoupSessionSync</a></span><span class="refpurpose"> 
— SoupSession for blocking I/O in multithreaded programs
+(deprecated).</span>
 </dt>
 <dt>
 <span class="refentrytitle"><a 
href="libsoup-2.4-soup-status.html">soup-status</a></span><span 
class="refpurpose"> — HTTP (and libsoup) status codes</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/docs/reference/html/ix01.html 
new/libsoup-2.60.2/docs/reference/html/ix01.html
--- old/libsoup-2.60.1/docs/reference/html/ix01.html    2017-10-11 
15:17:33.000000000 +0200
+++ new/libsoup-2.60.2/docs/reference/html/ix01.html    2017-10-27 
09:59:39.000000000 +0200
@@ -25,23 +25,23 @@
 <div xmlns:xlink="http://www.w3.org/1999/xlink"; class="index"><div 
class="indexdiv">
 <h3>S</h3>
 <dl>
-<dt id="ientry-idm34510">SoupAddress, <a class="indexterm" 
href="SoupAddress.html#SoupAddress-struct">SoupAddress</a>
+<dt id="ientry-idm34502">SoupAddress, <a class="indexterm" 
href="SoupAddress.html#SoupAddress-struct">SoupAddress</a>
 </dt>
-<dt id="ientry-idm34609">SoupAddress:family, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--family">The “family” property</a>
+<dt id="ientry-idm34601">SoupAddress:family, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--family">The “family” property</a>
 </dt>
-<dt id="ientry-idm34620">SoupAddress:name, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--name">The “name” property</a>
+<dt id="ientry-idm34612">SoupAddress:name, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--name">The “name” property</a>
 </dt>
-<dt id="ientry-idm34631">SoupAddress:physical, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--physical">The “physical” property</a>
+<dt id="ientry-idm34623">SoupAddress:physical, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--physical">The “physical” property</a>
 </dt>
-<dt id="ientry-idm34642">SoupAddress:port, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--port">The “port” property</a>
+<dt id="ientry-idm34634">SoupAddress:port, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--port">The “port” property</a>
 </dt>
-<dt id="ientry-idm34654">SoupAddress:protocol, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--protocol">The “protocol” property</a>
+<dt id="ientry-idm34646">SoupAddress:protocol, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--protocol">The “protocol” property</a>
 </dt>
-<dt id="ientry-idm34665">SoupAddress:sockaddr, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--sockaddr">The “sockaddr” property</a>
+<dt id="ientry-idm34657">SoupAddress:sockaddr, <a class="indexterm" 
href="SoupAddress.html#SoupAddress--sockaddr">The “sockaddr” property</a>
 </dt>
-<dt id="ientry-idm33847">SoupAddressCallback, <a class="indexterm" 
href="SoupAddress.html#SoupAddressCallback">SoupAddressCallback ()</a>
+<dt id="ientry-idm33839">SoupAddressCallback, <a class="indexterm" 
href="SoupAddress.html#SoupAddressCallback">SoupAddressCallback ()</a>
 </dt>
-<dt id="ientry-idm34515">SoupAddressFamily, <a class="indexterm" 
href="SoupAddress.html#SoupAddressFamily">enum SoupAddressFamily</a>
+<dt id="ientry-idm34507">SoupAddressFamily, <a class="indexterm" 
href="SoupAddress.html#SoupAddressFamily">enum SoupAddressFamily</a>
 </dt>
 <dt id="ientry-idm1717">SoupAuth, <a class="indexterm" 
href="SoupAuth.html#SoupAuth-struct">SoupAuth</a>
 </dt>
@@ -93,9 +93,9 @@
 </dt>
 <dt id="ientry-idm2404">SoupAuthDomainGenericAuthCallback, <a 
class="indexterm" 
href="SoupAuthDomain.html#SoupAuthDomainGenericAuthCallback">SoupAuthDomainGenericAuthCallback
 ()</a>
 </dt>
-<dt id="ientry-idm27658">SoupAuthManager, <a class="indexterm" 
href="SoupAuthManager.html#SoupAuthManager-struct">SoupAuthManager</a>
+<dt id="ientry-idm27650">SoupAuthManager, <a class="indexterm" 
href="SoupAuthManager.html#SoupAuthManager-struct">SoupAuthManager</a>
 </dt>
-<dt id="ientry-idm27687">SoupAuthManager::authenticate, <a class="indexterm" 
href="SoupAuthManager.html#SoupAuthManager-authenticate">The “authenticate” 
signal</a>
+<dt id="ientry-idm27679">SoupAuthManager::authenticate, <a class="indexterm" 
href="SoupAuthManager.html#SoupAuthManager-authenticate">The “authenticate” 
signal</a>
 </dt>
 <dt id="ientry-idm12273">SoupBuffer, <a class="indexterm" 
href="SoupMessageBody.html#SoupBuffer-struct">SoupBuffer</a>
 </dt>
@@ -111,29 +111,29 @@
 </dt>
 <dt id="ientry-idm18996">SoupClientContext, <a class="indexterm" 
href="SoupServer.html#SoupClientContext">SoupServer</a>
 </dt>
-<dt id="ientry-idm27839">SoupContentDecoder, <a class="indexterm" 
href="SoupContentDecoder.html#SoupContentDecoder-struct">SoupContentDecoder</a>
+<dt id="ientry-idm27831">SoupContentDecoder, <a class="indexterm" 
href="SoupContentDecoder.html#SoupContentDecoder-struct">SoupContentDecoder</a>
 </dt>
-<dt id="ientry-idm28049">SoupContentSniffer, <a class="indexterm" 
href="SoupContentSniffer.html#SoupContentSniffer-struct">SoupContentSniffer</a>
+<dt id="ientry-idm28041">SoupContentSniffer, <a class="indexterm" 
href="SoupContentSniffer.html#SoupContentSniffer-struct">SoupContentSniffer</a>
 </dt>
 <dt id="ientry-idm5605">SoupCookie, <a class="indexterm" 
href="SoupCookie.html#SoupCookie-struct">SoupCookie</a>
 </dt>
-<dt id="ientry-idm28841">SoupCookieJar, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJar-struct">SoupCookieJar</a>
+<dt id="ientry-idm28833">SoupCookieJar, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJar-struct">SoupCookieJar</a>
 </dt>
-<dt id="ientry-idm28932">SoupCookieJar::changed, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJar-changed">The “changed” signal</a>
+<dt id="ientry-idm28924">SoupCookieJar::changed, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJar-changed">The “changed” signal</a>
 </dt>
-<dt id="ientry-idm28906">SoupCookieJar:accept-policy, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJar--accept-policy">The “accept-policy” 
property</a>
+<dt id="ientry-idm28898">SoupCookieJar:accept-policy, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJar--accept-policy">The “accept-policy” 
property</a>
 </dt>
-<dt id="ientry-idm28919">SoupCookieJar:read-only, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJar--read-only">The “read-only” property</a>
+<dt id="ientry-idm28911">SoupCookieJar:read-only, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJar--read-only">The “read-only” property</a>
 </dt>
-<dt id="ientry-idm28846">SoupCookieJarAcceptPolicy, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJarAcceptPolicy">enum 
SoupCookieJarAcceptPolicy</a>
+<dt id="ientry-idm28838">SoupCookieJarAcceptPolicy, <a class="indexterm" 
href="SoupCookieJar.html#SoupCookieJarAcceptPolicy">enum 
SoupCookieJarAcceptPolicy</a>
 </dt>
-<dt id="ientry-idm29293">SoupCookieJarDB, <a class="indexterm" 
href="SoupCookieJarDB.html#SoupCookieJarDB-struct">SoupCookieJarDB</a>
+<dt id="ientry-idm29285">SoupCookieJarDB, <a class="indexterm" 
href="SoupCookieJarDB.html#SoupCookieJarDB-struct">SoupCookieJarDB</a>
 </dt>
-<dt id="ientry-idm29309">SoupCookieJarDB:filename, <a class="indexterm" 
href="SoupCookieJarDB.html#SoupCookieJarDB--filename">The “filename” 
property</a>
+<dt id="ientry-idm29301">SoupCookieJarDB:filename, <a class="indexterm" 
href="SoupCookieJarDB.html#SoupCookieJarDB--filename">The “filename” 
property</a>
 </dt>
-<dt id="ientry-idm29131">SoupCookieJarText, <a class="indexterm" 
href="SoupCookieJarText.html#SoupCookieJarText-struct">SoupCookieJarText</a>
+<dt id="ientry-idm29123">SoupCookieJarText, <a class="indexterm" 
href="SoupCookieJarText.html#SoupCookieJarText-struct">SoupCookieJarText</a>
 </dt>
-<dt id="ientry-idm29147">SoupCookieJarText:filename, <a class="indexterm" 
href="SoupCookieJarText.html#SoupCookieJarText--filename">The “filename” 
property</a>
+<dt id="ientry-idm29139">SoupCookieJarText:filename, <a class="indexterm" 
href="SoupCookieJarText.html#SoupCookieJarText--filename">The “filename” 
property</a>
 </dt>
 <dt id="ientry-idm14667">SoupDate, <a class="indexterm" 
href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#SoupDate-struct">SoupDate</a>
 </dt>
@@ -145,17 +145,17 @@
 </dt>
 <dt id="ientry-idm7745">SoupHTTPVersion, <a class="indexterm" 
href="SoupMessage.html#SoupHTTPVersion">enum SoupHTTPVersion</a>
 </dt>
-<dt id="ientry-idm29865">SoupLogger, <a class="indexterm" 
href="SoupLogger.html#SoupLogger-struct">SoupLogger</a>
+<dt id="ientry-idm29857">SoupLogger, <a class="indexterm" 
href="SoupLogger.html#SoupLogger-struct">SoupLogger</a>
 </dt>
-<dt id="ientry-idm29910">SoupLogger:level, <a class="indexterm" 
href="SoupLogger.html#SoupLogger--level">The “level” property</a>
+<dt id="ientry-idm29902">SoupLogger:level, <a class="indexterm" 
href="SoupLogger.html#SoupLogger--level">The “level” property</a>
 </dt>
-<dt id="ientry-idm29923">SoupLogger:max-body-size, <a class="indexterm" 
href="SoupLogger.html#SoupLogger--max-body-size">The “max-body-size” 
property</a>
+<dt id="ientry-idm29915">SoupLogger:max-body-size, <a class="indexterm" 
href="SoupLogger.html#SoupLogger--max-body-size">The “max-body-size” 
property</a>
 </dt>
-<dt id="ientry-idm29540">SoupLoggerFilter, <a class="indexterm" 
href="SoupLogger.html#SoupLoggerFilter">SoupLoggerFilter ()</a>
+<dt id="ientry-idm29532">SoupLoggerFilter, <a class="indexterm" 
href="SoupLogger.html#SoupLoggerFilter">SoupLoggerFilter ()</a>
 </dt>
-<dt id="ientry-idm29870">SoupLoggerLogLevel, <a class="indexterm" 
href="SoupLogger.html#SoupLoggerLogLevel">enum SoupLoggerLogLevel</a>
+<dt id="ientry-idm29862">SoupLoggerLogLevel, <a class="indexterm" 
href="SoupLogger.html#SoupLoggerLogLevel">enum SoupLoggerLogLevel</a>
 </dt>
-<dt id="ientry-idm29726">SoupLoggerPrinter, <a class="indexterm" 
href="SoupLogger.html#SoupLoggerPrinter">SoupLoggerPrinter ()</a>
+<dt id="ientry-idm29718">SoupLoggerPrinter, <a class="indexterm" 
href="SoupLogger.html#SoupLoggerPrinter">SoupLoggerPrinter ()</a>
 </dt>
 <dt id="ientry-idm12316">SoupMemoryUse, <a class="indexterm" 
href="SoupMessageBody.html#SoupMemoryUse">enum SoupMemoryUse</a>
 </dt>
@@ -243,9 +243,9 @@
 </dt>
 <dt id="ientry-idm15823">SoupMultipartInputStream:message, <a 
class="indexterm" 
href="SoupMultipartInputStream.html#SoupMultipartInputStream--message">The 
“message” property</a>
 </dt>
-<dt id="ientry-idm30011">SoupProxyResolverDefault, <a class="indexterm" 
href="SoupProxyResolverDefault.html#SoupProxyResolverDefault-struct">SoupProxyResolverDefault</a>
+<dt id="ientry-idm30003">SoupProxyResolverDefault, <a class="indexterm" 
href="SoupProxyResolverDefault.html#SoupProxyResolverDefault-struct">SoupProxyResolverDefault</a>
 </dt>
-<dt id="ientry-idm30019">SoupProxyResolverDefault:gproxy-resolver, <a 
class="indexterm" 
href="SoupProxyResolverDefault.html#SoupProxyResolverDefault--gproxy-resolver">The
 “gproxy-resolver” property</a>
+<dt id="ientry-idm30011">SoupProxyResolverDefault:gproxy-resolver, <a 
class="indexterm" 
href="SoupProxyResolverDefault.html#SoupProxyResolverDefault--gproxy-resolver">The
 “gproxy-resolver” property</a>
 </dt>
 <dt id="ientry-idm10941">SoupRange, <a class="indexterm" 
href="SoupMessageHeaders.html#SoupRange">SoupRange</a>
 </dt>
@@ -359,161 +359,161 @@
 </dt>
 <dt id="ientry-idm23456">SoupSession:user-agent, <a class="indexterm" 
href="SoupSession.html#SoupSession--user-agent">The “user-agent” property</a>
 </dt>
-<dt id="ientry-idm23896">SoupSessionAsync, <a class="indexterm" 
href="SoupSessionAsync.html#SoupSessionAsync-struct">SoupSessionAsync</a>
+<dt id="ientry-idm23892">SoupSessionAsync, <a class="indexterm" 
href="SoupSessionAsync.html#SoupSessionAsync-struct">SoupSessionAsync</a>
 </dt>
 <dt id="ientry-idm21076">SoupSessionCallback, <a class="indexterm" 
href="SoupSession.html#SoupSessionCallback">SoupSessionCallback ()</a>
 </dt>
-<dt id="ientry-idm27379">SoupSessionFeature, <a class="indexterm" 
href="SoupSessionFeature.html#SoupSessionFeature-struct">SoupSessionFeature</a>
+<dt id="ientry-idm27371">SoupSessionFeature, <a class="indexterm" 
href="SoupSessionFeature.html#SoupSessionFeature-struct">SoupSessionFeature</a>
 </dt>
-<dt id="ientry-idm27389">SoupSessionFeatureInterface, <a class="indexterm" 
href="SoupSessionFeature.html#SoupSessionFeatureInterface">SoupSessionFeatureInterface</a>
+<dt id="ientry-idm27381">SoupSessionFeatureInterface, <a class="indexterm" 
href="SoupSessionFeature.html#SoupSessionFeatureInterface">SoupSessionFeatureInterface</a>
 </dt>
-<dt id="ientry-idm23946">SoupSessionSync, <a class="indexterm" 
href="SoupSessionSync.html#SoupSessionSync-struct">SoupSessionSync</a>
+<dt id="ientry-idm23938">SoupSessionSync, <a class="indexterm" 
href="SoupSessionSync.html#SoupSessionSync-struct">SoupSessionSync</a>
 </dt>
-<dt id="ientry-idm35976">SoupSocket, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-struct">SoupSocket</a>
+<dt id="ientry-idm35968">SoupSocket, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-struct">SoupSocket</a>
 </dt>
-<dt id="ientry-idm36364">SoupSocket::disconnected, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-disconnected">The “disconnected” signal</a>
+<dt id="ientry-idm36356">SoupSocket::disconnected, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-disconnected">The “disconnected” signal</a>
 </dt>
-<dt id="ientry-idm36399">SoupSocket::event, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-event">The “event” signal</a>
+<dt id="ientry-idm36391">SoupSocket::event, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-event">The “event” signal</a>
 </dt>
-<dt id="ientry-idm36454">SoupSocket::new-connection, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-new-connection">The “new-connection” signal</a>
+<dt id="ientry-idm36446">SoupSocket::new-connection, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-new-connection">The “new-connection” signal</a>
 </dt>
-<dt id="ientry-idm36501">SoupSocket::readable, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-readable">The “readable” signal</a>
+<dt id="ientry-idm36493">SoupSocket::readable, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-readable">The “readable” signal</a>
 </dt>
-<dt id="ientry-idm36542">SoupSocket::writable, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-writable">The “writable” signal</a>
+<dt id="ientry-idm36534">SoupSocket::writable, <a class="indexterm" 
href="SoupSocket.html#SoupSocket-writable">The “writable” signal</a>
 </dt>
-<dt id="ientry-idm36137">SoupSocket:async-context, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--async-context">The “async-context” 
property</a>
+<dt id="ientry-idm36129">SoupSocket:async-context, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--async-context">The “async-context” 
property</a>
 </dt>
-<dt id="ientry-idm36147">SoupSocket:fd, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--fd">The “fd” property</a>
+<dt id="ientry-idm36139">SoupSocket:fd, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--fd">The “fd” property</a>
 </dt>
-<dt id="ientry-idm36159">SoupSocket:gsocket, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--gsocket">The “gsocket” property</a>
+<dt id="ientry-idm36151">SoupSocket:gsocket, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--gsocket">The “gsocket” property</a>
 </dt>
-<dt id="ientry-idm36169">SoupSocket:iostream, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--iostream">The “iostream” property</a>
+<dt id="ientry-idm36161">SoupSocket:iostream, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--iostream">The “iostream” property</a>
 </dt>
-<dt id="ientry-idm36179">SoupSocket:ipv6-only, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--ipv6-only">The “ipv6-only” property</a>
+<dt id="ientry-idm36171">SoupSocket:ipv6-only, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--ipv6-only">The “ipv6-only” property</a>
 </dt>
-<dt id="ientry-idm36190">SoupSocket:is-server, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--is-server">The “is-server” property</a>
+<dt id="ientry-idm36182">SoupSocket:is-server, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--is-server">The “is-server” property</a>
 </dt>
-<dt id="ientry-idm36208">SoupSocket:local-address, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--local-address">The “local-address” 
property</a>
+<dt id="ientry-idm36200">SoupSocket:local-address, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--local-address">The “local-address” 
property</a>
 </dt>
-<dt id="ientry-idm36218">SoupSocket:non-blocking, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--non-blocking">The “non-blocking” property</a>
+<dt id="ientry-idm36210">SoupSocket:non-blocking, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--non-blocking">The “non-blocking” property</a>
 </dt>
-<dt id="ientry-idm36253">SoupSocket:remote-address, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--remote-address">The “remote-address” 
property</a>
+<dt id="ientry-idm36245">SoupSocket:remote-address, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--remote-address">The “remote-address” 
property</a>
 </dt>
-<dt id="ientry-idm36263">SoupSocket:socket-properties, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--socket-properties">The “socket-properties” 
property</a>
+<dt id="ientry-idm36255">SoupSocket:socket-properties, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--socket-properties">The “socket-properties” 
property</a>
 </dt>
-<dt id="ientry-idm36273">SoupSocket:ssl-creds, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--ssl-creds">The “ssl-creds” property</a>
+<dt id="ientry-idm36265">SoupSocket:ssl-creds, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--ssl-creds">The “ssl-creds” property</a>
 </dt>
-<dt id="ientry-idm36283">SoupSocket:ssl-fallback, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--ssl-fallback">The “ssl-fallback” property</a>
+<dt id="ientry-idm36275">SoupSocket:ssl-fallback, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--ssl-fallback">The “ssl-fallback” property</a>
 </dt>
-<dt id="ientry-idm36294">SoupSocket:ssl-strict, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--ssl-strict">The “ssl-strict” property</a>
+<dt id="ientry-idm36286">SoupSocket:ssl-strict, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--ssl-strict">The “ssl-strict” property</a>
 </dt>
-<dt id="ientry-idm36305">SoupSocket:timeout, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--timeout">The “timeout” property</a>
+<dt id="ientry-idm36297">SoupSocket:timeout, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--timeout">The “timeout” property</a>
 </dt>
-<dt id="ientry-idm36316">SoupSocket:tls-certificate, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--tls-certificate">The “tls-certificate” 
property</a>
+<dt id="ientry-idm36308">SoupSocket:tls-certificate, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--tls-certificate">The “tls-certificate” 
property</a>
 </dt>
-<dt id="ientry-idm36326">SoupSocket:tls-errors, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--tls-errors">The “tls-errors” property</a>
+<dt id="ientry-idm36318">SoupSocket:tls-errors, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--tls-errors">The “tls-errors” property</a>
 </dt>
-<dt id="ientry-idm36336">SoupSocket:trusted-certificate, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--trusted-certificate">The 
“trusted-certificate” property</a>
+<dt id="ientry-idm36328">SoupSocket:trusted-certificate, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--trusted-certificate">The 
“trusted-certificate” property</a>
 </dt>
-<dt id="ientry-idm36347">SoupSocket:use-thread-context, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--use-thread-context">The “use-thread-context” 
property</a>
+<dt id="ientry-idm36339">SoupSocket:use-thread-context, <a class="indexterm" 
href="SoupSocket.html#SoupSocket--use-thread-context">The “use-thread-context” 
property</a>
 </dt>
-<dt id="ientry-idm35113">SoupSocketCallback, <a class="indexterm" 
href="SoupSocket.html#SoupSocketCallback">SoupSocketCallback ()</a>
+<dt id="ientry-idm35105">SoupSocketCallback, <a class="indexterm" 
href="SoupSocket.html#SoupSocketCallback">SoupSocketCallback ()</a>
 </dt>
-<dt id="ientry-idm35981">SoupSocketIOStatus, <a class="indexterm" 
href="SoupSocket.html#SoupSocketIOStatus">enum SoupSocketIOStatus</a>
+<dt id="ientry-idm35973">SoupSocketIOStatus, <a class="indexterm" 
href="SoupSocket.html#SoupSocketIOStatus">enum SoupSocketIOStatus</a>
 </dt>
-<dt id="ientry-idm24281">SoupStatus, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SoupStatus">enum SoupStatus</a>
+<dt id="ientry-idm24273">SoupStatus, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SoupStatus">enum SoupStatus</a>
 </dt>
-<dt id="ientry-idm24846">SoupTLDError, <a class="indexterm" 
href="libsoup-2.4-Top-Level-Domain-utils.html#SoupTLDError">enum 
SoupTLDError</a>
+<dt id="ientry-idm24838">SoupTLDError, <a class="indexterm" 
href="libsoup-2.4-Top-Level-Domain-utils.html#SoupTLDError">enum 
SoupTLDError</a>
 </dt>
-<dt id="ientry-idm26515">SoupURI, <a class="indexterm" 
href="SoupURI.html#SoupURI-struct">SoupURI</a>
+<dt id="ientry-idm26507">SoupURI, <a class="indexterm" 
href="SoupURI.html#SoupURI-struct">SoupURI</a>
 </dt>
-<dt id="ientry-idm32965">SoupWebsocketCloseCode, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketCloseCode">enum 
SoupWebsocketCloseCode</a>
+<dt id="ientry-idm32957">SoupWebsocketCloseCode, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketCloseCode">enum 
SoupWebsocketCloseCode</a>
 </dt>
-<dt id="ientry-idm32860">SoupWebsocketConnection, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-struct">SoupWebsocketConnection</a>
+<dt id="ientry-idm32852">SoupWebsocketConnection, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-struct">SoupWebsocketConnection</a>
 </dt>
-<dt id="ientry-idm33218">SoupWebsocketConnection::closed, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-closed">The “closed” 
signal</a>
+<dt id="ientry-idm33210">SoupWebsocketConnection::closed, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-closed">The “closed” 
signal</a>
 </dt>
-<dt id="ientry-idm33258">SoupWebsocketConnection::closing, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-closing">The 
“closing” signal</a>
+<dt id="ientry-idm33250">SoupWebsocketConnection::closing, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-closing">The 
“closing” signal</a>
 </dt>
-<dt id="ientry-idm33295">SoupWebsocketConnection::error, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-error">The “error” 
signal</a>
+<dt id="ientry-idm33287">SoupWebsocketConnection::error, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-error">The “error” 
signal</a>
 </dt>
-<dt id="ientry-idm33342">SoupWebsocketConnection::message, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-message">The 
“message” signal</a>
+<dt id="ientry-idm33334">SoupWebsocketConnection::message, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-message">The 
“message” signal</a>
 </dt>
-<dt id="ientry-idm33397">SoupWebsocketConnection::pong, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-pong">The “pong” 
signal</a>
+<dt id="ientry-idm33389">SoupWebsocketConnection::pong, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection-pong">The “pong” 
signal</a>
 </dt>
-<dt id="ientry-idm33110">SoupWebsocketConnection:connection-type, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--connection-type">The 
“connection-type” property</a>
+<dt id="ientry-idm33102">SoupWebsocketConnection:connection-type, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--connection-type">The 
“connection-type” property</a>
 </dt>
-<dt id="ientry-idm33123">SoupWebsocketConnection:io-stream, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--io-stream">The 
“io-stream” property</a>
+<dt id="ientry-idm33115">SoupWebsocketConnection:io-stream, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--io-stream">The 
“io-stream” property</a>
 </dt>
-<dt id="ientry-idm33136">SoupWebsocketConnection:keepalive-interval, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--keepalive-interval">The
 “keepalive-interval” property</a>
+<dt id="ientry-idm33128">SoupWebsocketConnection:keepalive-interval, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--keepalive-interval">The
 “keepalive-interval” property</a>
 </dt>
-<dt id="ientry-idm33149">SoupWebsocketConnection:max-incoming-payload-size, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--max-incoming-payload-size">The
 “max-incoming-payload-size” property</a>
+<dt id="ientry-idm33141">SoupWebsocketConnection:max-incoming-payload-size, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--max-incoming-payload-size">The
 “max-incoming-payload-size” property</a>
 </dt>
-<dt id="ientry-idm33162">SoupWebsocketConnection:origin, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--origin">The “origin” 
property</a>
+<dt id="ientry-idm33154">SoupWebsocketConnection:origin, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--origin">The “origin” 
property</a>
 </dt>
-<dt id="ientry-idm33175">SoupWebsocketConnection:protocol, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--protocol">The 
“protocol” property</a>
+<dt id="ientry-idm33167">SoupWebsocketConnection:protocol, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--protocol">The 
“protocol” property</a>
 </dt>
-<dt id="ientry-idm33190">SoupWebsocketConnection:state, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--state">The “state” 
property</a>
+<dt id="ientry-idm33182">SoupWebsocketConnection:state, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--state">The “state” 
property</a>
 </dt>
-<dt id="ientry-idm33203">SoupWebsocketConnection:uri, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--uri">The “uri” 
property</a>
+<dt id="ientry-idm33195">SoupWebsocketConnection:uri, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnection--uri">The “uri” 
property</a>
 </dt>
-<dt id="ientry-idm32868">SoupWebsocketConnectionType, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnectionType">enum 
SoupWebsocketConnectionType</a>
+<dt id="ientry-idm32860">SoupWebsocketConnectionType, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketConnectionType">enum 
SoupWebsocketConnectionType</a>
 </dt>
-<dt id="ientry-idm32936">SoupWebsocketDataType, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketDataType">enum 
SoupWebsocketDataType</a>
+<dt id="ientry-idm32928">SoupWebsocketDataType, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketDataType">enum 
SoupWebsocketDataType</a>
 </dt>
-<dt id="ientry-idm33056">SoupWebsocketError, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketError">enum 
SoupWebsocketError</a>
+<dt id="ientry-idm33048">SoupWebsocketError, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketError">enum 
SoupWebsocketError</a>
 </dt>
-<dt id="ientry-idm32903">SoupWebsocketState, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketState">enum 
SoupWebsocketState</a>
+<dt id="ientry-idm32895">SoupWebsocketState, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SoupWebsocketState">enum 
SoupWebsocketState</a>
 </dt>
-<dt id="ientry-idm31671">SoupXMLRPCError, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCError">enum SoupXMLRPCError</a>
+<dt id="ientry-idm31663">SoupXMLRPCError, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCError">enum SoupXMLRPCError</a>
 </dt>
-<dt id="ientry-idm31703">SoupXMLRPCFault, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCFault">enum SoupXMLRPCFault</a>
+<dt id="ientry-idm31695">SoupXMLRPCFault, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCFault">enum SoupXMLRPCFault</a>
 </dt>
-<dt id="ientry-idm31777">SoupXMLRPCParams, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCParams">SoupXMLRPCParams</a>
+<dt id="ientry-idm31769">SoupXMLRPCParams, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SoupXMLRPCParams">SoupXMLRPCParams</a>
 </dt>
-<dt id="ientry-idm34548">SOUP_ADDRESS_ANY_PORT, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-ANY-PORT:CAPS">SOUP_ADDRESS_ANY_PORT</a>
+<dt id="ientry-idm34540">SOUP_ADDRESS_ANY_PORT, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-ANY-PORT:CAPS">SOUP_ADDRESS_ANY_PORT</a>
 </dt>
-<dt id="ientry-idm34410">soup_address_equal_by_ip, <a class="indexterm" 
href="SoupAddress.html#soup-address-equal-by-ip">soup_address_equal_by_ip ()</a>
+<dt id="ientry-idm34402">soup_address_equal_by_ip, <a class="indexterm" 
href="SoupAddress.html#soup-address-equal-by-ip">soup_address_equal_by_ip ()</a>
 </dt>
-<dt id="ientry-idm34306">soup_address_equal_by_name, <a class="indexterm" 
href="SoupAddress.html#soup-address-equal-by-name">soup_address_equal_by_name 
()</a>
+<dt id="ientry-idm34298">soup_address_equal_by_name, <a class="indexterm" 
href="SoupAddress.html#soup-address-equal-by-name">soup_address_equal_by_name 
()</a>
 </dt>
-<dt id="ientry-idm34556">SOUP_ADDRESS_FAMILY, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-FAMILY:CAPS">SOUP_ADDRESS_FAMILY</a>
+<dt id="ientry-idm34548">SOUP_ADDRESS_FAMILY, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-FAMILY:CAPS">SOUP_ADDRESS_FAMILY</a>
 </dt>
-<dt id="ientry-idm34193">soup_address_get_gsockaddr, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-gsockaddr">soup_address_get_gsockaddr 
()</a>
+<dt id="ientry-idm34185">soup_address_get_gsockaddr, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-gsockaddr">soup_address_get_gsockaddr 
()</a>
 </dt>
-<dt id="ientry-idm34100">soup_address_get_name, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-name">soup_address_get_name ()</a>
+<dt id="ientry-idm34092">soup_address_get_name, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-name">soup_address_get_name ()</a>
 </dt>
-<dt id="ientry-idm34233">soup_address_get_physical, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-physical">soup_address_get_physical 
()</a>
+<dt id="ientry-idm34225">soup_address_get_physical, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-physical">soup_address_get_physical 
()</a>
 </dt>
-<dt id="ientry-idm34275">soup_address_get_port, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-port">soup_address_get_port ()</a>
+<dt id="ientry-idm34267">soup_address_get_port, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-port">soup_address_get_port ()</a>
 </dt>
-<dt id="ientry-idm34140">soup_address_get_sockaddr, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-sockaddr">soup_address_get_sockaddr 
()</a>
+<dt id="ientry-idm34132">soup_address_get_sockaddr, <a class="indexterm" 
href="SoupAddress.html#soup-address-get-sockaddr">soup_address_get_sockaddr 
()</a>
 </dt>
-<dt id="ientry-idm34469">soup_address_hash_by_ip, <a class="indexterm" 
href="SoupAddress.html#soup-address-hash-by-ip">soup_address_hash_by_ip ()</a>
+<dt id="ientry-idm34461">soup_address_hash_by_ip, <a class="indexterm" 
href="SoupAddress.html#soup-address-hash-by-ip">soup_address_hash_by_ip ()</a>
 </dt>
-<dt id="ientry-idm34371">soup_address_hash_by_name, <a class="indexterm" 
href="SoupAddress.html#soup-address-hash-by-name">soup_address_hash_by_name 
()</a>
+<dt id="ientry-idm34363">soup_address_hash_by_name, <a class="indexterm" 
href="SoupAddress.html#soup-address-hash-by-name">soup_address_hash_by_name 
()</a>
 </dt>
-<dt id="ientry-idm34063">soup_address_is_resolved, <a class="indexterm" 
href="SoupAddress.html#soup-address-is-resolved">soup_address_is_resolved ()</a>
+<dt id="ientry-idm34055">soup_address_is_resolved, <a class="indexterm" 
href="SoupAddress.html#soup-address-is-resolved">soup_address_is_resolved ()</a>
 </dt>
-<dt id="ientry-idm34566">SOUP_ADDRESS_NAME, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-NAME:CAPS">SOUP_ADDRESS_NAME</a>
+<dt id="ientry-idm34558">SOUP_ADDRESS_NAME, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-NAME:CAPS">SOUP_ADDRESS_NAME</a>
 </dt>
-<dt id="ientry-idm33698">soup_address_new, <a class="indexterm" 
href="SoupAddress.html#soup-address-new">soup_address_new ()</a>
+<dt id="ientry-idm33690">soup_address_new, <a class="indexterm" 
href="SoupAddress.html#soup-address-new">soup_address_new ()</a>
 </dt>
-<dt id="ientry-idm33795">soup_address_new_any, <a class="indexterm" 
href="SoupAddress.html#soup-address-new-any">soup_address_new_any ()</a>
+<dt id="ientry-idm33787">soup_address_new_any, <a class="indexterm" 
href="SoupAddress.html#soup-address-new-any">soup_address_new_any ()</a>
 </dt>
-<dt id="ientry-idm33747">soup_address_new_from_sockaddr, <a class="indexterm" 
href="SoupAddress.html#soup-address-new-from-sockaddr">soup_address_new_from_sockaddr
 ()</a>
+<dt id="ientry-idm33739">soup_address_new_from_sockaddr, <a class="indexterm" 
href="SoupAddress.html#soup-address-new-from-sockaddr">soup_address_new_from_sockaddr
 ()</a>
 </dt>
-<dt id="ientry-idm34574">SOUP_ADDRESS_PHYSICAL, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-PHYSICAL:CAPS">SOUP_ADDRESS_PHYSICAL</a>
+<dt id="ientry-idm34566">SOUP_ADDRESS_PHYSICAL, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-PHYSICAL:CAPS">SOUP_ADDRESS_PHYSICAL</a>
 </dt>
-<dt id="ientry-idm34582">SOUP_ADDRESS_PORT, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-PORT:CAPS">SOUP_ADDRESS_PORT</a>
+<dt id="ientry-idm34574">SOUP_ADDRESS_PORT, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-PORT:CAPS">SOUP_ADDRESS_PORT</a>
 </dt>
-<dt id="ientry-idm34598">SOUP_ADDRESS_PROTOCOL, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-PROTOCOL:CAPS">SOUP_ADDRESS_PROTOCOL</a>
+<dt id="ientry-idm34590">SOUP_ADDRESS_PROTOCOL, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-PROTOCOL:CAPS">SOUP_ADDRESS_PROTOCOL</a>
 </dt>
-<dt id="ientry-idm33904">soup_address_resolve_async, <a class="indexterm" 
href="SoupAddress.html#soup-address-resolve-async">soup_address_resolve_async 
()</a>
+<dt id="ientry-idm33896">soup_address_resolve_async, <a class="indexterm" 
href="SoupAddress.html#soup-address-resolve-async">soup_address_resolve_async 
()</a>
 </dt>
-<dt id="ientry-idm33998">soup_address_resolve_sync, <a class="indexterm" 
href="SoupAddress.html#soup-address-resolve-sync">soup_address_resolve_sync 
()</a>
+<dt id="ientry-idm33990">soup_address_resolve_sync, <a class="indexterm" 
href="SoupAddress.html#soup-address-resolve-sync">soup_address_resolve_sync 
()</a>
 </dt>
-<dt id="ientry-idm34590">SOUP_ADDRESS_SOCKADDR, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-SOCKADDR:CAPS">SOUP_ADDRESS_SOCKADDR</a>
+<dt id="ientry-idm34582">SOUP_ADDRESS_SOCKADDR, <a class="indexterm" 
href="SoupAddress.html#SOUP-ADDRESS-SOCKADDR:CAPS">SOUP_ADDRESS_SOCKADDR</a>
 </dt>
 <dt id="ientry-idm14369">soup_add_completion, <a class="indexterm" 
href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-add-completion">soup_add_completion
 ()</a>
 </dt>
@@ -605,9 +605,9 @@
 </dt>
 <dt id="ientry-idm1529">soup_auth_is_ready, <a class="indexterm" 
href="SoupAuth.html#soup-auth-is-ready">soup_auth_is_ready ()</a>
 </dt>
-<dt id="ientry-idm27626">soup_auth_manager_clear_cached_credentials, <a 
class="indexterm" 
href="SoupAuthManager.html#soup-auth-manager-clear-cached-credentials">soup_auth_manager_clear_cached_credentials
 ()</a>
+<dt id="ientry-idm27618">soup_auth_manager_clear_cached_credentials, <a 
class="indexterm" 
href="SoupAuthManager.html#soup-auth-manager-clear-cached-credentials">soup_auth_manager_clear_cached_credentials
 ()</a>
 </dt>
-<dt id="ientry-idm27570">soup_auth_manager_use_auth, <a class="indexterm" 
href="SoupAuthManager.html#soup-auth-manager-use-auth">soup_auth_manager_use_auth
 ()</a>
+<dt id="ientry-idm27562">soup_auth_manager_use_auth, <a class="indexterm" 
href="SoupAuthManager.html#soup-auth-manager-use-auth">soup_auth_manager_use_auth
 ()</a>
 </dt>
 <dt id="ientry-idm1233">soup_auth_negotiate_supported, <a class="indexterm" 
href="SoupAuth.html#soup-auth-negotiate-supported">soup_auth_negotiate_supported
 ()</a>
 </dt>
@@ -651,9 +651,9 @@
 </dt>
 <dt id="ientry-idm3988">soup_cache_set_max_size, <a class="indexterm" 
href="SoupCache.html#soup-cache-set-max-size">soup_cache_set_max_size ()</a>
 </dt>
-<dt id="ientry-idm26971">soup_check_version, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#soup-check-version">soup_check_version
 ()</a>
+<dt id="ientry-idm26963">soup_check_version, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#soup-check-version">soup_check_version
 ()</a>
 </dt>
-<dt id="ientry-idm27021">SOUP_CHECK_VERSION, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-CHECK-VERSION:CAPS">SOUP_CHECK_VERSION()</a>
+<dt id="ientry-idm27013">SOUP_CHECK_VERSION, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-CHECK-VERSION:CAPS">SOUP_CHECK_VERSION()</a>
 </dt>
 <dt id="ientry-idm19935">soup_client_context_get_address, <a class="indexterm" 
href="libsoup-2.4-SoupServer-deprecated-API.html#soup-client-context-get-address">soup_client_context_get_address
 ()</a>
 </dt>
@@ -673,11 +673,11 @@
 </dt>
 <dt id="ientry-idm18705">soup_client_context_steal_connection, <a 
class="indexterm" 
href="SoupServer.html#soup-client-context-steal-connection">soup_client_context_steal_connection
 ()</a>
 </dt>
-<dt id="ientry-idm28014">soup_content_sniffer_get_buffer_size, <a 
class="indexterm" 
href="SoupContentSniffer.html#soup-content-sniffer-get-buffer-size">soup_content_sniffer_get_buffer_size
 ()</a>
+<dt id="ientry-idm28006">soup_content_sniffer_get_buffer_size, <a 
class="indexterm" 
href="SoupContentSniffer.html#soup-content-sniffer-get-buffer-size">soup_content_sniffer_get_buffer_size
 ()</a>
 </dt>
-<dt id="ientry-idm27923">soup_content_sniffer_new, <a class="indexterm" 
href="SoupContentSniffer.html#soup-content-sniffer-new">soup_content_sniffer_new
 ()</a>
+<dt id="ientry-idm27915">soup_content_sniffer_new, <a class="indexterm" 
href="SoupContentSniffer.html#soup-content-sniffer-new">soup_content_sniffer_new
 ()</a>
 </dt>
-<dt id="ientry-idm27942">soup_content_sniffer_sniff, <a class="indexterm" 
href="SoupContentSniffer.html#soup-content-sniffer-sniff">soup_content_sniffer_sniff
 ()</a>
+<dt id="ientry-idm27934">soup_content_sniffer_sniff, <a class="indexterm" 
href="SoupContentSniffer.html#soup-content-sniffer-sniff">soup_content_sniffer_sniff
 ()</a>
 </dt>
 <dt id="ientry-idm5566">soup_cookies_free, <a class="indexterm" 
href="SoupCookie.html#soup-cookies-free">soup_cookies_free ()</a>
 </dt>
@@ -713,41 +713,41 @@
 </dt>
 <dt id="ientry-idm4682">soup_cookie_get_value, <a class="indexterm" 
href="SoupCookie.html#soup-cookie-get-value">soup_cookie_get_value ()</a>
 </dt>
-<dt id="ientry-idm28893">SOUP_COOKIE_JAR_ACCEPT_POLICY, <a class="indexterm" 
href="SoupCookieJar.html#SOUP-COOKIE-JAR-ACCEPT-POLICY:CAPS">SOUP_COOKIE_JAR_ACCEPT_POLICY</a>
+<dt id="ientry-idm28885">SOUP_COOKIE_JAR_ACCEPT_POLICY, <a class="indexterm" 
href="SoupCookieJar.html#SOUP-COOKIE-JAR-ACCEPT-POLICY:CAPS">SOUP_COOKIE_JAR_ACCEPT_POLICY</a>
 </dt>
-<dt id="ientry-idm28533">soup_cookie_jar_add_cookie, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-add-cookie">soup_cookie_jar_add_cookie 
()</a>
+<dt id="ientry-idm28525">soup_cookie_jar_add_cookie, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-add-cookie">soup_cookie_jar_add_cookie 
()</a>
 </dt>
-<dt id="ientry-idm28579">soup_cookie_jar_add_cookie_with_first_party, <a 
class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-add-cookie-with-first-party">soup_cookie_jar_add_cookie_with_first_party
 ()</a>
+<dt id="ientry-idm28571">soup_cookie_jar_add_cookie_with_first_party, <a 
class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-add-cookie-with-first-party">soup_cookie_jar_add_cookie_with_first_party
 ()</a>
 </dt>
-<dt id="ientry-idm28679">soup_cookie_jar_all_cookies, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-all-cookies">soup_cookie_jar_all_cookies
 ()</a>
+<dt id="ientry-idm28671">soup_cookie_jar_all_cookies, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-all-cookies">soup_cookie_jar_all_cookies
 ()</a>
 </dt>
-<dt id="ientry-idm29298">SOUP_COOKIE_JAR_DB_FILENAME, <a class="indexterm" 
href="SoupCookieJarDB.html#SOUP-COOKIE-JAR-DB-FILENAME:CAPS">SOUP_COOKIE_JAR_DB_FILENAME</a>
+<dt id="ientry-idm29290">SOUP_COOKIE_JAR_DB_FILENAME, <a class="indexterm" 
href="SoupCookieJarDB.html#SOUP-COOKIE-JAR-DB-FILENAME:CAPS">SOUP_COOKIE_JAR_DB_FILENAME</a>
 </dt>
-<dt id="ientry-idm29234">soup_cookie_jar_db_new, <a class="indexterm" 
href="SoupCookieJarDB.html#soup-cookie-jar-db-new">soup_cookie_jar_db_new ()</a>
+<dt id="ientry-idm29226">soup_cookie_jar_db_new, <a class="indexterm" 
href="SoupCookieJarDB.html#soup-cookie-jar-db-new">soup_cookie_jar_db_new ()</a>
 </dt>
-<dt id="ientry-idm28637">soup_cookie_jar_delete_cookie, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-delete-cookie">soup_cookie_jar_delete_cookie
 ()</a>
+<dt id="ientry-idm28629">soup_cookie_jar_delete_cookie, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-delete-cookie">soup_cookie_jar_delete_cookie
 ()</a>
 </dt>
-<dt id="ientry-idm28721">soup_cookie_jar_get_accept_policy, <a 
class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-get-accept-policy">soup_cookie_jar_get_accept_policy
 ()</a>
+<dt id="ientry-idm28713">soup_cookie_jar_get_accept_policy, <a 
class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-get-accept-policy">soup_cookie_jar_get_accept_policy
 ()</a>
 </dt>
-<dt id="ientry-idm28273">soup_cookie_jar_get_cookies, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-get-cookies">soup_cookie_jar_get_cookies
 ()</a>
+<dt id="ientry-idm28265">soup_cookie_jar_get_cookies, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-get-cookies">soup_cookie_jar_get_cookies
 ()</a>
 </dt>
-<dt id="ientry-idm28341">soup_cookie_jar_get_cookie_list, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-get-cookie-list">soup_cookie_jar_get_cookie_list
 ()</a>
+<dt id="ientry-idm28333">soup_cookie_jar_get_cookie_list, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-get-cookie-list">soup_cookie_jar_get_cookie_list
 ()</a>
 </dt>
-<dt id="ientry-idm28801">soup_cookie_jar_is_persistent, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-is-persistent">soup_cookie_jar_is_persistent
 ()</a>
+<dt id="ientry-idm28793">soup_cookie_jar_is_persistent, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-is-persistent">soup_cookie_jar_is_persistent
 ()</a>
 </dt>
-<dt id="ientry-idm28252">soup_cookie_jar_new, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-new">soup_cookie_jar_new ()</a>
+<dt id="ientry-idm28244">soup_cookie_jar_new, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-new">soup_cookie_jar_new ()</a>
 </dt>
-<dt id="ientry-idm28885">SOUP_COOKIE_JAR_READ_ONLY, <a class="indexterm" 
href="SoupCookieJar.html#SOUP-COOKIE-JAR-READ-ONLY:CAPS">SOUP_COOKIE_JAR_READ_ONLY</a>
+<dt id="ientry-idm28877">SOUP_COOKIE_JAR_READ_ONLY, <a class="indexterm" 
href="SoupCookieJar.html#SOUP-COOKIE-JAR-READ-ONLY:CAPS">SOUP_COOKIE_JAR_READ_ONLY</a>
 </dt>
-<dt id="ientry-idm28759">soup_cookie_jar_set_accept_policy, <a 
class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-set-accept-policy">soup_cookie_jar_set_accept_policy
 ()</a>
+<dt id="ientry-idm28751">soup_cookie_jar_set_accept_policy, <a 
class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-set-accept-policy">soup_cookie_jar_set_accept_policy
 ()</a>
 </dt>
-<dt id="ientry-idm28415">soup_cookie_jar_set_cookie, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-set-cookie">soup_cookie_jar_set_cookie 
()</a>
+<dt id="ientry-idm28407">soup_cookie_jar_set_cookie, <a class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-set-cookie">soup_cookie_jar_set_cookie 
()</a>
 </dt>
-<dt id="ientry-idm28472">soup_cookie_jar_set_cookie_with_first_party, <a 
class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-set-cookie-with-first-party">soup_cookie_jar_set_cookie_with_first_party
 ()</a>
+<dt id="ientry-idm28464">soup_cookie_jar_set_cookie_with_first_party, <a 
class="indexterm" 
href="SoupCookieJar.html#soup-cookie-jar-set-cookie-with-first-party">soup_cookie_jar_set_cookie_with_first_party
 ()</a>
 </dt>
-<dt id="ientry-idm29136">SOUP_COOKIE_JAR_TEXT_FILENAME, <a class="indexterm" 
href="SoupCookieJarText.html#SOUP-COOKIE-JAR-TEXT-FILENAME:CAPS">SOUP_COOKIE_JAR_TEXT_FILENAME</a>
+<dt id="ientry-idm29128">SOUP_COOKIE_JAR_TEXT_FILENAME, <a class="indexterm" 
href="SoupCookieJarText.html#SOUP-COOKIE-JAR-TEXT-FILENAME:CAPS">SOUP_COOKIE_JAR_TEXT_FILENAME</a>
 </dt>
-<dt id="ientry-idm29074">soup_cookie_jar_text_new, <a class="indexterm" 
href="SoupCookieJarText.html#soup-cookie-jar-text-new">soup_cookie_jar_text_new 
()</a>
+<dt id="ientry-idm29066">soup_cookie_jar_text_new, <a class="indexterm" 
href="SoupCookieJarText.html#soup-cookie-jar-text-new">soup_cookie_jar_text_new 
()</a>
 </dt>
 <dt id="ientry-idm5722">SOUP_COOKIE_MAX_AGE_ONE_DAY, <a class="indexterm" 
href="SoupCookie.html#SOUP-COOKIE-MAX-AGE-ONE-DAY:CAPS">SOUP_COOKIE_MAX_AGE_ONE_DAY</a>
 </dt>
@@ -815,35 +815,35 @@
 </dt>
 <dt id="ientry-idm13133">soup_date_to_time_t, <a class="indexterm" 
href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-date-to-time-t">soup_date_to_time_t
 ()</a>
 </dt>
-<dt id="ientry-idm30139">soup_form_decode, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-decode">soup_form_decode 
()</a>
+<dt id="ientry-idm30131">soup_form_decode, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-decode">soup_form_decode 
()</a>
 </dt>
-<dt id="ientry-idm30175">soup_form_decode_multipart, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-decode-multipart">soup_form_decode_multipart
 ()</a>
+<dt id="ientry-idm30167">soup_form_decode_multipart, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-decode-multipart">soup_form_decode_multipart
 ()</a>
 </dt>
-<dt id="ientry-idm30303">soup_form_encode, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode">soup_form_encode 
()</a>
+<dt id="ientry-idm30295">soup_form_encode, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode">soup_form_encode 
()</a>
 </dt>
-<dt id="ientry-idm30346">soup_form_encode_datalist, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-datalist">soup_form_encode_datalist
 ()</a>
+<dt id="ientry-idm30338">soup_form_encode_datalist, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-datalist">soup_form_encode_datalist
 ()</a>
 </dt>
-<dt id="ientry-idm30377">soup_form_encode_hash, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-hash">soup_form_encode_hash
 ()</a>
+<dt id="ientry-idm30369">soup_form_encode_hash, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-hash">soup_form_encode_hash
 ()</a>
 </dt>
-<dt id="ientry-idm30411">soup_form_encode_valist, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-valist">soup_form_encode_valist
 ()</a>
+<dt id="ientry-idm30403">soup_form_encode_valist, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-encode-valist">soup_form_encode_valist
 ()</a>
 </dt>
-<dt id="ientry-idm30714">SOUP_FORM_MIME_TYPE_MULTIPART, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#SOUP-FORM-MIME-TYPE-MULTIPART:CAPS">SOUP_FORM_MIME_TYPE_MULTIPART</a>
+<dt id="ientry-idm30706">SOUP_FORM_MIME_TYPE_MULTIPART, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#SOUP-FORM-MIME-TYPE-MULTIPART:CAPS">SOUP_FORM_MIME_TYPE_MULTIPART</a>
 </dt>
-<dt id="ientry-idm30723">SOUP_FORM_MIME_TYPE_URLENCODED, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#SOUP-FORM-MIME-TYPE-URLENCODED:CAPS">SOUP_FORM_MIME_TYPE_URLENCODED</a>
+<dt id="ientry-idm30715">SOUP_FORM_MIME_TYPE_URLENCODED, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#SOUP-FORM-MIME-TYPE-URLENCODED:CAPS">SOUP_FORM_MIME_TYPE_URLENCODED</a>
 </dt>
-<dt id="ientry-idm30456">soup_form_request_new, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new">soup_form_request_new
 ()</a>
+<dt id="ientry-idm30448">soup_form_request_new, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new">soup_form_request_new
 ()</a>
 </dt>
-<dt id="ientry-idm30526">soup_form_request_new_from_datalist, <a 
class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-datalist">soup_form_request_new_from_datalist
 ()</a>
+<dt id="ientry-idm30518">soup_form_request_new_from_datalist, <a 
class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-datalist">soup_form_request_new_from_datalist
 ()</a>
 </dt>
-<dt id="ientry-idm30585">soup_form_request_new_from_hash, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-hash">soup_form_request_new_from_hash
 ()</a>
+<dt id="ientry-idm30577">soup_form_request_new_from_hash, <a class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-hash">soup_form_request_new_from_hash
 ()</a>
 </dt>
-<dt id="ientry-idm30646">soup_form_request_new_from_multipart, <a 
class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-multipart">soup_form_request_new_from_multipart
 ()</a>
+<dt id="ientry-idm30638">soup_form_request_new_from_multipart, <a 
class="indexterm" 
href="libsoup-2.4-HTML-Form-Support.html#soup-form-request-new-from-multipart">soup_form_request_new_from_multipart
 ()</a>
 </dt>
-<dt id="ientry-idm26917">soup_get_major_version, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#soup-get-major-version">soup_get_major_version
 ()</a>
+<dt id="ientry-idm26909">soup_get_major_version, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#soup-get-major-version">soup_get_major_version
 ()</a>
 </dt>
-<dt id="ientry-idm26953">soup_get_micro_version, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#soup-get-micro-version">soup_get_micro_version
 ()</a>
+<dt id="ientry-idm26945">soup_get_micro_version, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#soup-get-micro-version">soup_get_micro_version
 ()</a>
 </dt>
-<dt id="ientry-idm26935">soup_get_minor_version, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#soup-get-minor-version">soup_get_minor_version
 ()</a>
+<dt id="ientry-idm26927">soup_get_minor_version, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#soup-get-minor-version">soup_get_minor_version
 ()</a>
 </dt>
 <dt id="ientry-idm13837">soup_headers_parse, <a class="indexterm" 
href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-headers-parse">soup_headers_parse
 ()</a>
 </dt>
@@ -871,17 +871,17 @@
 </dt>
 <dt id="ientry-idm14103">soup_header_parse_semi_param_list, <a 
class="indexterm" 
href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-header-parse-semi-param-list">soup_header_parse_semi_param_list
 ()</a>
 </dt>
-<dt id="ientry-idm24679">SOUP_HTTP_ERROR, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-HTTP-ERROR:CAPS">SOUP_HTTP_ERROR</a>
+<dt id="ientry-idm24671">SOUP_HTTP_ERROR, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-HTTP-ERROR:CAPS">SOUP_HTTP_ERROR</a>
 </dt>
-<dt id="ientry-idm29490">soup_logger_new, <a class="indexterm" 
href="SoupLogger.html#soup-logger-new">soup_logger_new ()</a>
+<dt id="ientry-idm29482">soup_logger_new, <a class="indexterm" 
href="SoupLogger.html#soup-logger-new">soup_logger_new ()</a>
 </dt>
-<dt id="ientry-idm29805">soup_logger_set_printer, <a class="indexterm" 
href="SoupLogger.html#soup-logger-set-printer">soup_logger_set_printer ()</a>
+<dt id="ientry-idm29797">soup_logger_set_printer, <a class="indexterm" 
href="SoupLogger.html#soup-logger-set-printer">soup_logger_set_printer ()</a>
 </dt>
-<dt id="ientry-idm29602">soup_logger_set_request_filter, <a class="indexterm" 
href="SoupLogger.html#soup-logger-set-request-filter">soup_logger_set_request_filter
 ()</a>
+<dt id="ientry-idm29594">soup_logger_set_request_filter, <a class="indexterm" 
href="SoupLogger.html#soup-logger-set-request-filter">soup_logger_set_request_filter
 ()</a>
 </dt>
-<dt id="ientry-idm29664">soup_logger_set_response_filter, <a class="indexterm" 
href="SoupLogger.html#soup-logger-set-response-filter">soup_logger_set_response_filter
 ()</a>
+<dt id="ientry-idm29656">soup_logger_set_response_filter, <a class="indexterm" 
href="SoupLogger.html#soup-logger-set-response-filter">soup_logger_set_response_filter
 ()</a>
 </dt>
-<dt id="ientry-idm27062">SOUP_MAJOR_VERSION, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-MAJOR-VERSION:CAPS">SOUP_MAJOR_VERSION</a>
+<dt id="ientry-idm27054">SOUP_MAJOR_VERSION, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-MAJOR-VERSION:CAPS">SOUP_MAJOR_VERSION</a>
 </dt>
 <dt id="ientry-idm7120">soup_message_add_header_handler, <a class="indexterm" 
href="SoupMessage.html#soup-message-add-header-handler">soup_message_add_header_handler
 ()</a>
 </dt>
@@ -1083,9 +1083,9 @@
 </dt>
 <dt id="ientry-idm12604">SOUP_METHOD_UNLOCK, <a class="indexterm" 
href="libsoup-2.4-soup-method.html#SOUP-METHOD-UNLOCK:CAPS">SOUP_METHOD_UNLOCK</a>
 </dt>
-<dt id="ientry-idm27082">SOUP_MICRO_VERSION, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-MICRO-VERSION:CAPS">SOUP_MICRO_VERSION</a>
+<dt id="ientry-idm27074">SOUP_MICRO_VERSION, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-MICRO-VERSION:CAPS">SOUP_MICRO_VERSION</a>
 </dt>
-<dt id="ientry-idm27072">SOUP_MINOR_VERSION, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-MINOR-VERSION:CAPS">SOUP_MINOR_VERSION</a>
+<dt id="ientry-idm27064">SOUP_MINOR_VERSION, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-MINOR-VERSION:CAPS">SOUP_MINOR_VERSION</a>
 </dt>
 <dt id="ientry-idm15254">soup_multipart_append_form_file, <a class="indexterm" 
href="SoupMultipart.html#soup-multipart-append-form-file">soup_multipart_append_form_file
 ()</a>
 </dt>
@@ -1317,275 +1317,275 @@
 </dt>
 <dt id="ientry-idm21935">soup_session_would_redirect, <a class="indexterm" 
href="SoupSession.html#soup-session-would-redirect">soup_session_would_redirect 
()</a>
 </dt>
-<dt id="ientry-idm36060">SOUP_SOCKET_ASYNC_CONTEXT, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-ASYNC-CONTEXT:CAPS">SOUP_SOCKET_ASYNC_CONTEXT</a>
+<dt id="ientry-idm36052">SOUP_SOCKET_ASYNC_CONTEXT, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-ASYNC-CONTEXT:CAPS">SOUP_SOCKET_ASYNC_CONTEXT</a>
 </dt>
-<dt id="ientry-idm35164">soup_socket_connect_async, <a class="indexterm" 
href="SoupSocket.html#soup-socket-connect-async">soup_socket_connect_async 
()</a>
+<dt id="ientry-idm35156">soup_socket_connect_async, <a class="indexterm" 
href="SoupSocket.html#soup-socket-connect-async">soup_socket_connect_async 
()</a>
 </dt>
-<dt id="ientry-idm35234">soup_socket_connect_sync, <a class="indexterm" 
href="SoupSocket.html#soup-socket-connect-sync">soup_socket_connect_sync ()</a>
+<dt id="ientry-idm35226">soup_socket_connect_sync, <a class="indexterm" 
href="SoupSocket.html#soup-socket-connect-sync">soup_socket_connect_sync ()</a>
 </dt>
-<dt id="ientry-idm35445">soup_socket_disconnect, <a class="indexterm" 
href="SoupSocket.html#soup-socket-disconnect">soup_socket_disconnect ()</a>
+<dt id="ientry-idm35437">soup_socket_disconnect, <a class="indexterm" 
href="SoupSocket.html#soup-socket-disconnect">soup_socket_disconnect ()</a>
 </dt>
-<dt id="ientry-idm36036">SOUP_SOCKET_FLAG_NONBLOCKING, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-FLAG-NONBLOCKING:CAPS">SOUP_SOCKET_FLAG_NONBLOCKING</a>
+<dt id="ientry-idm36028">SOUP_SOCKET_FLAG_NONBLOCKING, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-FLAG-NONBLOCKING:CAPS">SOUP_SOCKET_FLAG_NONBLOCKING</a>
 </dt>
-<dt id="ientry-idm35586">soup_socket_get_fd, <a class="indexterm" 
href="SoupSocket.html#soup-socket-get-fd">soup_socket_get_fd ()</a>
+<dt id="ientry-idm35578">soup_socket_get_fd, <a class="indexterm" 
href="SoupSocket.html#soup-socket-get-fd">soup_socket_get_fd ()</a>
 </dt>
-<dt id="ientry-idm35508">soup_socket_get_local_address, <a class="indexterm" 
href="SoupSocket.html#soup-socket-get-local-address">soup_socket_get_local_address
 ()</a>
+<dt id="ientry-idm35500">soup_socket_get_local_address, <a class="indexterm" 
href="SoupSocket.html#soup-socket-get-local-address">soup_socket_get_local_address
 ()</a>
 </dt>
-<dt id="ientry-idm35547">soup_socket_get_remote_address, <a class="indexterm" 
href="SoupSocket.html#soup-socket-get-remote-address">soup_socket_get_remote_address
 ()</a>
+<dt id="ientry-idm35539">soup_socket_get_remote_address, <a class="indexterm" 
href="SoupSocket.html#soup-socket-get-remote-address">soup_socket_get_remote_address
 ()</a>
 </dt>
-<dt id="ientry-idm35473">soup_socket_is_connected, <a class="indexterm" 
href="SoupSocket.html#soup-socket-is-connected">soup_socket_is_connected ()</a>
+<dt id="ientry-idm35465">soup_socket_is_connected, <a class="indexterm" 
href="SoupSocket.html#soup-socket-is-connected">soup_socket_is_connected ()</a>
 </dt>
-<dt id="ientry-idm36044">SOUP_SOCKET_IS_SERVER, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-IS-SERVER:CAPS">SOUP_SOCKET_IS_SERVER</a>
+<dt id="ientry-idm36036">SOUP_SOCKET_IS_SERVER, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-IS-SERVER:CAPS">SOUP_SOCKET_IS_SERVER</a>
 </dt>
-<dt id="ientry-idm35411">soup_socket_is_ssl, <a class="indexterm" 
href="SoupSocket.html#soup-socket-is-ssl">soup_socket_is_ssl ()</a>
+<dt id="ientry-idm35403">soup_socket_is_ssl, <a class="indexterm" 
href="SoupSocket.html#soup-socket-is-ssl">soup_socket_is_ssl ()</a>
 </dt>
-<dt id="ientry-idm35286">soup_socket_listen, <a class="indexterm" 
href="SoupSocket.html#soup-socket-listen">soup_socket_listen ()</a>
+<dt id="ientry-idm35278">soup_socket_listen, <a class="indexterm" 
href="SoupSocket.html#soup-socket-listen">soup_socket_listen ()</a>
 </dt>
-<dt id="ientry-idm36020">SOUP_SOCKET_LOCAL_ADDRESS, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-LOCAL-ADDRESS:CAPS">SOUP_SOCKET_LOCAL_ADDRESS</a>
+<dt id="ientry-idm36012">SOUP_SOCKET_LOCAL_ADDRESS, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-LOCAL-ADDRESS:CAPS">SOUP_SOCKET_LOCAL_ADDRESS</a>
 </dt>
-<dt id="ientry-idm35075">soup_socket_new, <a class="indexterm" 
href="SoupSocket.html#soup-socket-new">soup_socket_new ()</a>
+<dt id="ientry-idm35067">soup_socket_new, <a class="indexterm" 
href="SoupSocket.html#soup-socket-new">soup_socket_new ()</a>
 </dt>
-<dt id="ientry-idm35621">soup_socket_read, <a class="indexterm" 
href="SoupSocket.html#soup-socket-read">soup_socket_read ()</a>
+<dt id="ientry-idm35613">soup_socket_read, <a class="indexterm" 
href="SoupSocket.html#soup-socket-read">soup_socket_read ()</a>
 </dt>
-<dt id="ientry-idm35735">soup_socket_read_until, <a class="indexterm" 
href="SoupSocket.html#soup-socket-read-until">soup_socket_read_until ()</a>
+<dt id="ientry-idm35727">soup_socket_read_until, <a class="indexterm" 
href="SoupSocket.html#soup-socket-read-until">soup_socket_read_until ()</a>
 </dt>
-<dt id="ientry-idm36028">SOUP_SOCKET_REMOTE_ADDRESS, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-REMOTE-ADDRESS:CAPS">SOUP_SOCKET_REMOTE_ADDRESS</a>
+<dt id="ientry-idm36020">SOUP_SOCKET_REMOTE_ADDRESS, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-REMOTE-ADDRESS:CAPS">SOUP_SOCKET_REMOTE_ADDRESS</a>
 </dt>
-<dt id="ientry-idm36052">SOUP_SOCKET_SSL_CREDENTIALS, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-SSL-CREDENTIALS:CAPS">SOUP_SOCKET_SSL_CREDENTIALS</a>
+<dt id="ientry-idm36044">SOUP_SOCKET_SSL_CREDENTIALS, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-SSL-CREDENTIALS:CAPS">SOUP_SOCKET_SSL_CREDENTIALS</a>
 </dt>
-<dt id="ientry-idm36078">SOUP_SOCKET_SSL_FALLBACK, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-SSL-FALLBACK:CAPS">SOUP_SOCKET_SSL_FALLBACK</a>
+<dt id="ientry-idm36070">SOUP_SOCKET_SSL_FALLBACK, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-SSL-FALLBACK:CAPS">SOUP_SOCKET_SSL_FALLBACK</a>
 </dt>
-<dt id="ientry-idm36086">SOUP_SOCKET_SSL_STRICT, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-SSL-STRICT:CAPS">SOUP_SOCKET_SSL_STRICT</a>
+<dt id="ientry-idm36078">SOUP_SOCKET_SSL_STRICT, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-SSL-STRICT:CAPS">SOUP_SOCKET_SSL_STRICT</a>
 </dt>
-<dt id="ientry-idm35361">soup_socket_start_proxy_ssl, <a class="indexterm" 
href="SoupSocket.html#soup-socket-start-proxy-ssl">soup_socket_start_proxy_ssl 
()</a>
+<dt id="ientry-idm35353">soup_socket_start_proxy_ssl, <a class="indexterm" 
href="SoupSocket.html#soup-socket-start-proxy-ssl">soup_socket_start_proxy_ssl 
()</a>
 </dt>
-<dt id="ientry-idm35321">soup_socket_start_ssl, <a class="indexterm" 
href="SoupSocket.html#soup-socket-start-ssl">soup_socket_start_ssl ()</a>
+<dt id="ientry-idm35313">soup_socket_start_ssl, <a class="indexterm" 
href="SoupSocket.html#soup-socket-start-ssl">soup_socket_start_ssl ()</a>
 </dt>
-<dt id="ientry-idm36070">SOUP_SOCKET_TIMEOUT, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-TIMEOUT:CAPS">SOUP_SOCKET_TIMEOUT</a>
+<dt id="ientry-idm36062">SOUP_SOCKET_TIMEOUT, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-TIMEOUT:CAPS">SOUP_SOCKET_TIMEOUT</a>
 </dt>
-<dt id="ientry-idm36094">SOUP_SOCKET_TLS_CERTIFICATE, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-TLS-CERTIFICATE:CAPS">SOUP_SOCKET_TLS_CERTIFICATE</a>
+<dt id="ientry-idm36086">SOUP_SOCKET_TLS_CERTIFICATE, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-TLS-CERTIFICATE:CAPS">SOUP_SOCKET_TLS_CERTIFICATE</a>
 </dt>
-<dt id="ientry-idm36104">SOUP_SOCKET_TLS_ERRORS, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-TLS-ERRORS:CAPS">SOUP_SOCKET_TLS_ERRORS</a>
+<dt id="ientry-idm36096">SOUP_SOCKET_TLS_ERRORS, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-TLS-ERRORS:CAPS">SOUP_SOCKET_TLS_ERRORS</a>
 </dt>
-<dt id="ientry-idm36114">SOUP_SOCKET_TRUSTED_CERTIFICATE, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-TRUSTED-CERTIFICATE:CAPS">SOUP_SOCKET_TRUSTED_CERTIFICATE</a>
+<dt id="ientry-idm36106">SOUP_SOCKET_TRUSTED_CERTIFICATE, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-TRUSTED-CERTIFICATE:CAPS">SOUP_SOCKET_TRUSTED_CERTIFICATE</a>
 </dt>
-<dt id="ientry-idm36122">SOUP_SOCKET_USE_THREAD_CONTEXT, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-USE-THREAD-CONTEXT:CAPS">SOUP_SOCKET_USE_THREAD_CONTEXT</a>
+<dt id="ientry-idm36114">SOUP_SOCKET_USE_THREAD_CONTEXT, <a class="indexterm" 
href="SoupSocket.html#SOUP-SOCKET-USE-THREAD-CONTEXT:CAPS">SOUP_SOCKET_USE_THREAD_CONTEXT</a>
 </dt>
-<dt id="ientry-idm35861">soup_socket_write, <a class="indexterm" 
href="SoupSocket.html#soup-socket-write">soup_socket_write ()</a>
+<dt id="ientry-idm35853">soup_socket_write, <a class="indexterm" 
href="SoupSocket.html#soup-socket-write">soup_socket_write ()</a>
 </dt>
-<dt id="ientry-idm24200">soup_status_get_phrase, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#soup-status-get-phrase">soup_status_get_phrase
 ()</a>
+<dt id="ientry-idm24192">soup_status_get_phrase, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#soup-status-get-phrase">soup_status_get_phrase
 ()</a>
 </dt>
-<dt id="ientry-idm24144">SOUP_STATUS_IS_CLIENT_ERROR, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-CLIENT-ERROR:CAPS">SOUP_STATUS_IS_CLIENT_ERROR()</a>
+<dt id="ientry-idm24136">SOUP_STATUS_IS_CLIENT_ERROR, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-CLIENT-ERROR:CAPS">SOUP_STATUS_IS_CLIENT_ERROR()</a>
 </dt>
-<dt id="ientry-idm24060">SOUP_STATUS_IS_INFORMATIONAL, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-INFORMATIONAL:CAPS">SOUP_STATUS_IS_INFORMATIONAL()</a>
+<dt id="ientry-idm24052">SOUP_STATUS_IS_INFORMATIONAL, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-INFORMATIONAL:CAPS">SOUP_STATUS_IS_INFORMATIONAL()</a>
 </dt>
-<dt id="ientry-idm24116">SOUP_STATUS_IS_REDIRECTION, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-REDIRECTION:CAPS">SOUP_STATUS_IS_REDIRECTION()</a>
+<dt id="ientry-idm24108">SOUP_STATUS_IS_REDIRECTION, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-REDIRECTION:CAPS">SOUP_STATUS_IS_REDIRECTION()</a>
 </dt>
-<dt id="ientry-idm24172">SOUP_STATUS_IS_SERVER_ERROR, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-SERVER-ERROR:CAPS">SOUP_STATUS_IS_SERVER_ERROR()</a>
+<dt id="ientry-idm24164">SOUP_STATUS_IS_SERVER_ERROR, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-SERVER-ERROR:CAPS">SOUP_STATUS_IS_SERVER_ERROR()</a>
 </dt>
-<dt id="ientry-idm24088">SOUP_STATUS_IS_SUCCESSFUL, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-SUCCESSFUL:CAPS">SOUP_STATUS_IS_SUCCESSFUL()</a>
+<dt id="ientry-idm24080">SOUP_STATUS_IS_SUCCESSFUL, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-SUCCESSFUL:CAPS">SOUP_STATUS_IS_SUCCESSFUL()</a>
 </dt>
-<dt id="ientry-idm24032">SOUP_STATUS_IS_TRANSPORT_ERROR, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-TRANSPORT-ERROR:CAPS">SOUP_STATUS_IS_TRANSPORT_ERROR()</a>
+<dt id="ientry-idm24024">SOUP_STATUS_IS_TRANSPORT_ERROR, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#SOUP-STATUS-IS-TRANSPORT-ERROR:CAPS">SOUP_STATUS_IS_TRANSPORT_ERROR()</a>
 </dt>
-<dt id="ientry-idm24240">soup_status_proxify, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#soup-status-proxify">soup_status_proxify 
()</a>
+<dt id="ientry-idm24232">soup_status_proxify, <a class="indexterm" 
href="libsoup-2.4-soup-status.html#soup-status-proxify">soup_status_proxify 
()</a>
 </dt>
 <dt id="ientry-idm14299">soup_str_case_equal, <a class="indexterm" 
href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-str-case-equal">soup_str_case_equal
 ()</a>
 </dt>
 <dt id="ientry-idm14340">soup_str_case_hash, <a class="indexterm" 
href="libsoup-2.4-Soup-Miscellaneous-Utilities.html#soup-str-case-hash">soup_str_case_hash
 ()</a>
 </dt>
-<dt id="ientry-idm24797">soup_tld_domain_is_public_suffix, <a 
class="indexterm" 
href="libsoup-2.4-Top-Level-Domain-utils.html#soup-tld-domain-is-public-suffix">soup_tld_domain_is_public_suffix
 ()</a>
+<dt id="ientry-idm24789">soup_tld_domain_is_public_suffix, <a 
class="indexterm" 
href="libsoup-2.4-Top-Level-Domain-utils.html#soup-tld-domain-is-public-suffix">soup_tld_domain_is_public_suffix
 ()</a>
 </dt>
-<dt id="ientry-idm24836">SOUP_TLD_ERROR, <a class="indexterm" 
href="libsoup-2.4-Top-Level-Domain-utils.html#SOUP-TLD-ERROR:CAPS">SOUP_TLD_ERROR</a>
+<dt id="ientry-idm24828">SOUP_TLD_ERROR, <a class="indexterm" 
href="libsoup-2.4-Top-Level-Domain-utils.html#SOUP-TLD-ERROR:CAPS">SOUP_TLD_ERROR</a>
 </dt>
-<dt id="ientry-idm24742">soup_tld_get_base_domain, <a class="indexterm" 
href="libsoup-2.4-Top-Level-Domain-utils.html#soup-tld-get-base-domain">soup_tld_get_base_domain
 ()</a>
+<dt id="ientry-idm24734">soup_tld_get_base_domain, <a class="indexterm" 
href="libsoup-2.4-Top-Level-Domain-utils.html#soup-tld-get-base-domain">soup_tld_get_base_domain
 ()</a>
 </dt>
 <dt id="ientry-idm1723">SOUP_TYPE_AUTH_BASIC, <a class="indexterm" 
href="SoupAuth.html#SOUP-TYPE-AUTH-BASIC:CAPS">SOUP_TYPE_AUTH_BASIC</a>
 </dt>
 <dt id="ientry-idm1739">SOUP_TYPE_AUTH_DIGEST, <a class="indexterm" 
href="SoupAuth.html#SOUP-TYPE-AUTH-DIGEST:CAPS">SOUP_TYPE_AUTH_DIGEST</a>
 </dt>
-<dt id="ientry-idm27663">SOUP_TYPE_AUTH_MANAGER, <a class="indexterm" 
href="SoupAuthManager.html#SOUP-TYPE-AUTH-MANAGER:CAPS">SOUP_TYPE_AUTH_MANAGER</a>
+<dt id="ientry-idm27655">SOUP_TYPE_AUTH_MANAGER, <a class="indexterm" 
href="SoupAuthManager.html#SOUP-TYPE-AUTH-MANAGER:CAPS">SOUP_TYPE_AUTH_MANAGER</a>
 </dt>
 <dt id="ientry-idm1771">SOUP_TYPE_AUTH_NEGOTIATE, <a class="indexterm" 
href="SoupAuth.html#SOUP-TYPE-AUTH-NEGOTIATE:CAPS">SOUP_TYPE_AUTH_NEGOTIATE</a>
 </dt>
 <dt id="ientry-idm1755">SOUP_TYPE_AUTH_NTLM, <a class="indexterm" 
href="SoupAuth.html#SOUP-TYPE-AUTH-NTLM:CAPS">SOUP_TYPE_AUTH_NTLM</a>
 </dt>
-<dt id="ientry-idm25333">soup_uri_copy, <a class="indexterm" 
href="SoupURI.html#soup-uri-copy">soup_uri_copy ()</a>
+<dt id="ientry-idm25325">soup_uri_copy, <a class="indexterm" 
href="SoupURI.html#soup-uri-copy">soup_uri_copy ()</a>
 </dt>
-<dt id="ientry-idm25367">soup_uri_copy_host, <a class="indexterm" 
href="SoupURI.html#soup-uri-copy-host">soup_uri_copy_host ()</a>
+<dt id="ientry-idm25359">soup_uri_copy_host, <a class="indexterm" 
href="SoupURI.html#soup-uri-copy-host">soup_uri_copy_host ()</a>
 </dt>
-<dt id="ientry-idm25611">soup_uri_decode, <a class="indexterm" 
href="SoupURI.html#soup-uri-decode">soup_uri_decode ()</a>
+<dt id="ientry-idm25603">soup_uri_decode, <a class="indexterm" 
href="SoupURI.html#soup-uri-decode">soup_uri_decode ()</a>
 </dt>
-<dt id="ientry-idm25570">soup_uri_encode, <a class="indexterm" 
href="SoupURI.html#soup-uri-encode">soup_uri_encode ()</a>
+<dt id="ientry-idm25562">soup_uri_encode, <a class="indexterm" 
href="SoupURI.html#soup-uri-encode">soup_uri_encode ()</a>
 </dt>
-<dt id="ientry-idm25402">soup_uri_equal, <a class="indexterm" 
href="SoupURI.html#soup-uri-equal">soup_uri_equal ()</a>
+<dt id="ientry-idm25394">soup_uri_equal, <a class="indexterm" 
href="SoupURI.html#soup-uri-equal">soup_uri_equal ()</a>
 </dt>
-<dt id="ientry-idm25542">soup_uri_free, <a class="indexterm" 
href="SoupURI.html#soup-uri-free">soup_uri_free ()</a>
+<dt id="ientry-idm25534">soup_uri_free, <a class="indexterm" 
href="SoupURI.html#soup-uri-free">soup_uri_free ()</a>
 </dt>
-<dt id="ientry-idm26479">soup_uri_get_fragment, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-fragment">soup_uri_get_fragment ()</a>
+<dt id="ientry-idm26471">soup_uri_get_fragment, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-fragment">soup_uri_get_fragment ()</a>
 </dt>
-<dt id="ientry-idm26090">soup_uri_get_host, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-host">soup_uri_get_host ()</a>
+<dt id="ientry-idm26082">soup_uri_get_host, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-host">soup_uri_get_host ()</a>
 </dt>
-<dt id="ientry-idm26007">soup_uri_get_password, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-password">soup_uri_get_password ()</a>
+<dt id="ientry-idm25999">soup_uri_get_password, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-password">soup_uri_get_password ()</a>
 </dt>
-<dt id="ientry-idm26238">soup_uri_get_path, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-path">soup_uri_get_path ()</a>
+<dt id="ientry-idm26230">soup_uri_get_path, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-path">soup_uri_get_path ()</a>
 </dt>
-<dt id="ientry-idm26164">soup_uri_get_port, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-port">soup_uri_get_port ()</a>
+<dt id="ientry-idm26156">soup_uri_get_port, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-port">soup_uri_get_port ()</a>
 </dt>
-<dt id="ientry-idm26405">soup_uri_get_query, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-query">soup_uri_get_query ()</a>
+<dt id="ientry-idm26397">soup_uri_get_query, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-query">soup_uri_get_query ()</a>
 </dt>
-<dt id="ientry-idm25855">soup_uri_get_scheme, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-scheme">soup_uri_get_scheme ()</a>
+<dt id="ientry-idm25847">soup_uri_get_scheme, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-scheme">soup_uri_get_scheme ()</a>
 </dt>
-<dt id="ientry-idm25931">soup_uri_get_user, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-user">soup_uri_get_user ()</a>
+<dt id="ientry-idm25923">soup_uri_get_user, <a class="indexterm" 
href="SoupURI.html#soup-uri-get-user">soup_uri_get_user ()</a>
 </dt>
-<dt id="ientry-idm25449">soup_uri_host_equal, <a class="indexterm" 
href="SoupURI.html#soup-uri-host-equal">soup_uri_host_equal ()</a>
+<dt id="ientry-idm25441">soup_uri_host_equal, <a class="indexterm" 
href="SoupURI.html#soup-uri-host-equal">soup_uri_host_equal ()</a>
 </dt>
-<dt id="ientry-idm25504">soup_uri_host_hash, <a class="indexterm" 
href="SoupURI.html#soup-uri-host-hash">soup_uri_host_hash ()</a>
+<dt id="ientry-idm25496">soup_uri_host_hash, <a class="indexterm" 
href="SoupURI.html#soup-uri-host-hash">soup_uri_host_hash ()</a>
 </dt>
-<dt id="ientry-idm25737">SOUP_URI_IS_VALID, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-IS-VALID:CAPS">SOUP_URI_IS_VALID()</a>
+<dt id="ientry-idm25729">SOUP_URI_IS_VALID, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-IS-VALID:CAPS">SOUP_URI_IS_VALID()</a>
 </dt>
-<dt id="ientry-idm25236">soup_uri_new, <a class="indexterm" 
href="SoupURI.html#soup-uri-new">soup_uri_new ()</a>
+<dt id="ientry-idm25228">soup_uri_new, <a class="indexterm" 
href="SoupURI.html#soup-uri-new">soup_uri_new ()</a>
 </dt>
-<dt id="ientry-idm25195">soup_uri_new_with_base, <a class="indexterm" 
href="SoupURI.html#soup-uri-new-with-base">soup_uri_new_with_base ()</a>
+<dt id="ientry-idm25187">soup_uri_new_with_base, <a class="indexterm" 
href="SoupURI.html#soup-uri-new-with-base">soup_uri_new_with_base ()</a>
 </dt>
-<dt id="ientry-idm25646">soup_uri_normalize, <a class="indexterm" 
href="SoupURI.html#soup-uri-normalize">soup_uri_normalize ()</a>
+<dt id="ientry-idm25638">soup_uri_normalize, <a class="indexterm" 
href="SoupURI.html#soup-uri-normalize">soup_uri_normalize ()</a>
 </dt>
-<dt id="ientry-idm26703">SOUP_URI_SCHEME_DATA, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-DATA:CAPS">SOUP_URI_SCHEME_DATA</a>
+<dt id="ientry-idm26695">SOUP_URI_SCHEME_DATA, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-DATA:CAPS">SOUP_URI_SCHEME_DATA</a>
 </dt>
-<dt id="ientry-idm26715">SOUP_URI_SCHEME_FILE, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-FILE:CAPS">SOUP_URI_SCHEME_FILE</a>
+<dt id="ientry-idm26707">SOUP_URI_SCHEME_FILE, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-FILE:CAPS">SOUP_URI_SCHEME_FILE</a>
 </dt>
-<dt id="ientry-idm26727">SOUP_URI_SCHEME_FTP, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-FTP:CAPS">SOUP_URI_SCHEME_FTP</a>
+<dt id="ientry-idm26719">SOUP_URI_SCHEME_FTP, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-FTP:CAPS">SOUP_URI_SCHEME_FTP</a>
 </dt>
-<dt id="ientry-idm26683">SOUP_URI_SCHEME_HTTP, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-HTTP:CAPS">SOUP_URI_SCHEME_HTTP</a>
+<dt id="ientry-idm26675">SOUP_URI_SCHEME_HTTP, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-HTTP:CAPS">SOUP_URI_SCHEME_HTTP</a>
 </dt>
-<dt id="ientry-idm26693">SOUP_URI_SCHEME_HTTPS, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-HTTPS:CAPS">SOUP_URI_SCHEME_HTTPS</a>
+<dt id="ientry-idm26685">SOUP_URI_SCHEME_HTTPS, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-HTTPS:CAPS">SOUP_URI_SCHEME_HTTPS</a>
 </dt>
-<dt id="ientry-idm26739">SOUP_URI_SCHEME_RESOURCE, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-RESOURCE:CAPS">SOUP_URI_SCHEME_RESOURCE</a>
+<dt id="ientry-idm26731">SOUP_URI_SCHEME_RESOURCE, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-RESOURCE:CAPS">SOUP_URI_SCHEME_RESOURCE</a>
 </dt>
-<dt id="ientry-idm26751">SOUP_URI_SCHEME_WS, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-WS:CAPS">SOUP_URI_SCHEME_WS</a>
+<dt id="ientry-idm26743">SOUP_URI_SCHEME_WS, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-WS:CAPS">SOUP_URI_SCHEME_WS</a>
 </dt>
-<dt id="ientry-idm26763">SOUP_URI_SCHEME_WSS, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-WSS:CAPS">SOUP_URI_SCHEME_WSS</a>
+<dt id="ientry-idm26755">SOUP_URI_SCHEME_WSS, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-SCHEME-WSS:CAPS">SOUP_URI_SCHEME_WSS</a>
 </dt>
-<dt id="ientry-idm26439">soup_uri_set_fragment, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-fragment">soup_uri_set_fragment ()</a>
+<dt id="ientry-idm26431">soup_uri_set_fragment, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-fragment">soup_uri_set_fragment ()</a>
 </dt>
-<dt id="ientry-idm26041">soup_uri_set_host, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-host">soup_uri_set_host ()</a>
+<dt id="ientry-idm26033">soup_uri_set_host, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-host">soup_uri_set_host ()</a>
 </dt>
-<dt id="ientry-idm25965">soup_uri_set_password, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-password">soup_uri_set_password ()</a>
+<dt id="ientry-idm25957">soup_uri_set_password, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-password">soup_uri_set_password ()</a>
 </dt>
-<dt id="ientry-idm26198">soup_uri_set_path, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-path">soup_uri_set_path ()</a>
+<dt id="ientry-idm26190">soup_uri_set_path, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-path">soup_uri_set_path ()</a>
 </dt>
-<dt id="ientry-idm26124">soup_uri_set_port, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-port">soup_uri_set_port ()</a>
+<dt id="ientry-idm26116">soup_uri_set_port, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-port">soup_uri_set_port ()</a>
 </dt>
-<dt id="ientry-idm26272">soup_uri_set_query, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-query">soup_uri_set_query ()</a>
+<dt id="ientry-idm26264">soup_uri_set_query, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-query">soup_uri_set_query ()</a>
 </dt>
-<dt id="ientry-idm26356">soup_uri_set_query_from_fields, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-query-from-fields">soup_uri_set_query_from_fields
 ()</a>
+<dt id="ientry-idm26348">soup_uri_set_query_from_fields, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-query-from-fields">soup_uri_set_query_from_fields
 ()</a>
 </dt>
-<dt id="ientry-idm26312">soup_uri_set_query_from_form, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-query-from-form">soup_uri_set_query_from_form 
()</a>
+<dt id="ientry-idm26304">soup_uri_set_query_from_form, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-query-from-form">soup_uri_set_query_from_form 
()</a>
 </dt>
-<dt id="ientry-idm25815">soup_uri_set_scheme, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-scheme">soup_uri_set_scheme ()</a>
+<dt id="ientry-idm25807">soup_uri_set_scheme, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-scheme">soup_uri_set_scheme ()</a>
 </dt>
-<dt id="ientry-idm25889">soup_uri_set_user, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-user">soup_uri_set_user ()</a>
+<dt id="ientry-idm25881">soup_uri_set_user, <a class="indexterm" 
href="SoupURI.html#soup-uri-set-user">soup_uri_set_user ()</a>
 </dt>
-<dt id="ientry-idm25283">soup_uri_to_string, <a class="indexterm" 
href="SoupURI.html#soup-uri-to-string">soup_uri_to_string ()</a>
+<dt id="ientry-idm25275">soup_uri_to_string, <a class="indexterm" 
href="SoupURI.html#soup-uri-to-string">soup_uri_to_string ()</a>
 </dt>
-<dt id="ientry-idm25702">soup_uri_uses_default_port, <a class="indexterm" 
href="SoupURI.html#soup-uri-uses-default-port">soup_uri_uses_default_port ()</a>
+<dt id="ientry-idm25694">soup_uri_uses_default_port, <a class="indexterm" 
href="SoupURI.html#soup-uri-uses-default-port">soup_uri_uses_default_port ()</a>
 </dt>
-<dt id="ientry-idm25780">SOUP_URI_VALID_FOR_HTTP, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-VALID-FOR-HTTP:CAPS">SOUP_URI_VALID_FOR_HTTP()</a>
+<dt id="ientry-idm25772">SOUP_URI_VALID_FOR_HTTP, <a class="indexterm" 
href="SoupURI.html#SOUP-URI-VALID-FOR-HTTP:CAPS">SOUP_URI_VALID_FOR_HTTP()</a>
 </dt>
-<dt id="ientry-idm27129">SOUP_VERSION_2_24, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-24:CAPS">SOUP_VERSION_2_24</a>
+<dt id="ientry-idm27121">SOUP_VERSION_2_24, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-24:CAPS">SOUP_VERSION_2_24</a>
 </dt>
-<dt id="ientry-idm27141">SOUP_VERSION_2_26, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-26:CAPS">SOUP_VERSION_2_26</a>
+<dt id="ientry-idm27133">SOUP_VERSION_2_26, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-26:CAPS">SOUP_VERSION_2_26</a>
 </dt>
-<dt id="ientry-idm27153">SOUP_VERSION_2_28, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-28:CAPS">SOUP_VERSION_2_28</a>
+<dt id="ientry-idm27145">SOUP_VERSION_2_28, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-28:CAPS">SOUP_VERSION_2_28</a>
 </dt>
-<dt id="ientry-idm27165">SOUP_VERSION_2_30, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-30:CAPS">SOUP_VERSION_2_30</a>
+<dt id="ientry-idm27157">SOUP_VERSION_2_30, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-30:CAPS">SOUP_VERSION_2_30</a>
 </dt>
-<dt id="ientry-idm27177">SOUP_VERSION_2_32, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-32:CAPS">SOUP_VERSION_2_32</a>
+<dt id="ientry-idm27169">SOUP_VERSION_2_32, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-32:CAPS">SOUP_VERSION_2_32</a>
 </dt>
-<dt id="ientry-idm27189">SOUP_VERSION_2_34, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-34:CAPS">SOUP_VERSION_2_34</a>
+<dt id="ientry-idm27181">SOUP_VERSION_2_34, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-34:CAPS">SOUP_VERSION_2_34</a>
 </dt>
-<dt id="ientry-idm27201">SOUP_VERSION_2_36, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-36:CAPS">SOUP_VERSION_2_36</a>
+<dt id="ientry-idm27193">SOUP_VERSION_2_36, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-36:CAPS">SOUP_VERSION_2_36</a>
 </dt>
-<dt id="ientry-idm27213">SOUP_VERSION_2_38, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-38:CAPS">SOUP_VERSION_2_38</a>
+<dt id="ientry-idm27205">SOUP_VERSION_2_38, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-38:CAPS">SOUP_VERSION_2_38</a>
 </dt>
-<dt id="ientry-idm27225">SOUP_VERSION_2_40, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-40:CAPS">SOUP_VERSION_2_40</a>
+<dt id="ientry-idm27217">SOUP_VERSION_2_40, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-40:CAPS">SOUP_VERSION_2_40</a>
 </dt>
-<dt id="ientry-idm27237">SOUP_VERSION_2_42, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-42:CAPS">SOUP_VERSION_2_42</a>
+<dt id="ientry-idm27229">SOUP_VERSION_2_42, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-42:CAPS">SOUP_VERSION_2_42</a>
 </dt>
-<dt id="ientry-idm27249">SOUP_VERSION_2_44, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-44:CAPS">SOUP_VERSION_2_44</a>
+<dt id="ientry-idm27241">SOUP_VERSION_2_44, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-44:CAPS">SOUP_VERSION_2_44</a>
 </dt>
-<dt id="ientry-idm27261">SOUP_VERSION_2_46, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-46:CAPS">SOUP_VERSION_2_46</a>
+<dt id="ientry-idm27253">SOUP_VERSION_2_46, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-46:CAPS">SOUP_VERSION_2_46</a>
 </dt>
-<dt id="ientry-idm27273">SOUP_VERSION_2_48, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-48:CAPS">SOUP_VERSION_2_48</a>
+<dt id="ientry-idm27265">SOUP_VERSION_2_48, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-48:CAPS">SOUP_VERSION_2_48</a>
 </dt>
-<dt id="ientry-idm27285">SOUP_VERSION_2_50, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-50:CAPS">SOUP_VERSION_2_50</a>
+<dt id="ientry-idm27277">SOUP_VERSION_2_50, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-50:CAPS">SOUP_VERSION_2_50</a>
 </dt>
-<dt id="ientry-idm27297">SOUP_VERSION_2_52, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-52:CAPS">SOUP_VERSION_2_52</a>
+<dt id="ientry-idm27289">SOUP_VERSION_2_52, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-2-52:CAPS">SOUP_VERSION_2_52</a>
 </dt>
-<dt id="ientry-idm27108">SOUP_VERSION_MAX_ALLOWED, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-MAX-ALLOWED:CAPS">SOUP_VERSION_MAX_ALLOWED</a>
+<dt id="ientry-idm27100">SOUP_VERSION_MAX_ALLOWED, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-MAX-ALLOWED:CAPS">SOUP_VERSION_MAX_ALLOWED</a>
 </dt>
-<dt id="ientry-idm27092">SOUP_VERSION_MIN_REQUIRED, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-MIN-REQUIRED:CAPS">SOUP_VERSION_MIN_REQUIRED</a>
+<dt id="ientry-idm27084">SOUP_VERSION_MIN_REQUIRED, <a class="indexterm" 
href="libsoup-2.4-Version-Information.html#SOUP-VERSION-MIN-REQUIRED:CAPS">SOUP_VERSION_MIN_REQUIRED</a>
 </dt>
-<dt id="ientry-idm32107">soup_websocket_client_prepare_handshake, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-client-prepare-handshake">soup_websocket_client_prepare_handshake
 ()</a>
+<dt id="ientry-idm32099">soup_websocket_client_prepare_handshake, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-client-prepare-handshake">soup_websocket_client_prepare_handshake
 ()</a>
 </dt>
-<dt id="ientry-idm32163">soup_websocket_client_verify_handshake, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-client-verify-handshake">soup_websocket_client_verify_handshake
 ()</a>
+<dt id="ientry-idm32155">soup_websocket_client_verify_handshake, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-client-verify-handshake">soup_websocket_client_verify_handshake
 ()</a>
 </dt>
-<dt id="ientry-idm32734">soup_websocket_connection_close, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-close">soup_websocket_connection_close
 ()</a>
+<dt id="ientry-idm32726">soup_websocket_connection_close, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-close">soup_websocket_connection_close
 ()</a>
 </dt>
-<dt id="ientry-idm32788">soup_websocket_connection_get_close_code, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-close-code">soup_websocket_connection_get_close_code
 ()</a>
+<dt id="ientry-idm32780">soup_websocket_connection_get_close_code, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-close-code">soup_websocket_connection_get_close_code
 ()</a>
 </dt>
-<dt id="ientry-idm32823">soup_websocket_connection_get_close_data, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-close-data">soup_websocket_connection_get_close_data
 ()</a>
+<dt id="ientry-idm32815">soup_websocket_connection_get_close_data, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-close-data">soup_websocket_connection_get_close_data
 ()</a>
 </dt>
-<dt id="ientry-idm32483">soup_websocket_connection_get_connection_type, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-connection-type">soup_websocket_connection_get_connection_type
 ()</a>
+<dt id="ientry-idm32475">soup_websocket_connection_get_connection_type, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-connection-type">soup_websocket_connection_get_connection_type
 ()</a>
 </dt>
-<dt id="ientry-idm32450">soup_websocket_connection_get_io_stream, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-io-stream">soup_websocket_connection_get_io_stream
 ()</a>
+<dt id="ientry-idm32442">soup_websocket_connection_get_io_stream, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-io-stream">soup_websocket_connection_get_io_stream
 ()</a>
 </dt>
-<dt id="ientry-idm32547">soup_websocket_connection_get_origin, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-origin">soup_websocket_connection_get_origin
 ()</a>
+<dt id="ientry-idm32539">soup_websocket_connection_get_origin, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-origin">soup_websocket_connection_get_origin
 ()</a>
 </dt>
-<dt id="ientry-idm32582">soup_websocket_connection_get_protocol, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-protocol">soup_websocket_connection_get_protocol
 ()</a>
+<dt id="ientry-idm32574">soup_websocket_connection_get_protocol, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-protocol">soup_websocket_connection_get_protocol
 ()</a>
 </dt>
-<dt id="ientry-idm32617">soup_websocket_connection_get_state, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-state">soup_websocket_connection_get_state
 ()</a>
+<dt id="ientry-idm32609">soup_websocket_connection_get_state, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-state">soup_websocket_connection_get_state
 ()</a>
 </dt>
-<dt id="ientry-idm32513">soup_websocket_connection_get_uri, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-uri">soup_websocket_connection_get_uri
 ()</a>
+<dt id="ientry-idm32505">soup_websocket_connection_get_uri, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-get-uri">soup_websocket_connection_get_uri
 ()</a>
 </dt>
-<dt id="ientry-idm32373">soup_websocket_connection_new, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-new">soup_websocket_connection_new
 ()</a>
+<dt id="ientry-idm32365">soup_websocket_connection_new, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-new">soup_websocket_connection_new
 ()</a>
 </dt>
-<dt id="ientry-idm32684">soup_websocket_connection_send_binary, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-send-binary">soup_websocket_connection_send_binary
 ()</a>
+<dt id="ientry-idm32676">soup_websocket_connection_send_binary, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-send-binary">soup_websocket_connection_send_binary
 ()</a>
 </dt>
-<dt id="ientry-idm32647">soup_websocket_connection_send_text, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-send-text">soup_websocket_connection_send_text
 ()</a>
+<dt id="ientry-idm32639">soup_websocket_connection_send_text, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-connection-send-text">soup_websocket_connection_send_text
 ()</a>
 </dt>
-<dt id="ientry-idm33095">SOUP_WEBSOCKET_ERROR, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SOUP-WEBSOCKET-ERROR:CAPS">SOUP_WEBSOCKET_ERROR</a>
+<dt id="ientry-idm33087">SOUP_WEBSOCKET_ERROR, <a class="indexterm" 
href="libsoup-2.4-WebSockets.html#SOUP-WEBSOCKET-ERROR:CAPS">SOUP_WEBSOCKET_ERROR</a>
 </dt>
-<dt id="ientry-idm32216">soup_websocket_server_check_handshake, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-server-check-handshake">soup_websocket_server_check_handshake
 ()</a>
+<dt id="ientry-idm32208">soup_websocket_server_check_handshake, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-server-check-handshake">soup_websocket_server_check_handshake
 ()</a>
 </dt>
-<dt id="ientry-idm32301">soup_websocket_server_process_handshake, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-server-process-handshake">soup_websocket_server_process_handshake
 ()</a>
+<dt id="ientry-idm32293">soup_websocket_server_process_handshake, <a 
class="indexterm" 
href="libsoup-2.4-WebSockets.html#soup-websocket-server-process-handshake">soup_websocket_server_process_handshake
 ()</a>
 </dt>
-<dt id="ientry-idm31490">soup_xmlrpc_build_fault, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-fault">soup_xmlrpc_build_fault
 ()</a>
+<dt id="ientry-idm31482">soup_xmlrpc_build_fault, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-fault">soup_xmlrpc_build_fault
 ()</a>
 </dt>
-<dt id="ientry-idm30870">soup_xmlrpc_build_request, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-request">soup_xmlrpc_build_request
 ()</a>
+<dt id="ientry-idm30862">soup_xmlrpc_build_request, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-request">soup_xmlrpc_build_request
 ()</a>
 </dt>
-<dt id="ientry-idm31435">soup_xmlrpc_build_response, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-response">soup_xmlrpc_build_response
 ()</a>
+<dt id="ientry-idm31427">soup_xmlrpc_build_response, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-build-response">soup_xmlrpc_build_response
 ()</a>
 </dt>
-<dt id="ientry-idm31666">SOUP_XMLRPC_ERROR, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SOUP-XMLRPC-ERROR:CAPS">SOUP_XMLRPC_ERROR</a>
+<dt id="ientry-idm31658">SOUP_XMLRPC_ERROR, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SOUP-XMLRPC-ERROR:CAPS">SOUP_XMLRPC_ERROR</a>
 </dt>
-<dt id="ientry-idm31693">SOUP_XMLRPC_FAULT, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SOUP-XMLRPC-FAULT:CAPS">SOUP_XMLRPC_FAULT</a>
+<dt id="ientry-idm31685">SOUP_XMLRPC_FAULT, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#SOUP-XMLRPC-FAULT:CAPS">SOUP_XMLRPC_FAULT</a>
 </dt>
-<dt id="ientry-idm30965">soup_xmlrpc_message_new, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-new">soup_xmlrpc_message_new
 ()</a>
+<dt id="ientry-idm30957">soup_xmlrpc_message_new, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-new">soup_xmlrpc_message_new
 ()</a>
 </dt>
-<dt id="ientry-idm31606">soup_xmlrpc_message_set_fault, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-set-fault">soup_xmlrpc_message_set_fault
 ()</a>
+<dt id="ientry-idm31598">soup_xmlrpc_message_set_fault, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-set-fault">soup_xmlrpc_message_set_fault
 ()</a>
 </dt>
-<dt id="ientry-idm31539">soup_xmlrpc_message_set_response, <a 
class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-set-response">soup_xmlrpc_message_set_response
 ()</a>
+<dt id="ientry-idm31531">soup_xmlrpc_message_set_response, <a 
class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-message-set-response">soup_xmlrpc_message_set_response
 ()</a>
 </dt>
-<dt id="ientry-idm31236">soup_xmlrpc_params_free, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-params-free">soup_xmlrpc_params_free
 ()</a>
+<dt id="ientry-idm31228">soup_xmlrpc_params_free, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-params-free">soup_xmlrpc_params_free
 ()</a>
 </dt>
-<dt id="ientry-idm31267">soup_xmlrpc_params_parse, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-params-parse">soup_xmlrpc_params_parse
 ()</a>
+<dt id="ientry-idm31259">soup_xmlrpc_params_parse, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-params-parse">soup_xmlrpc_params_parse
 ()</a>
 </dt>
-<dt id="ientry-idm31361">soup_xmlrpc_parse_request, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-parse-request">soup_xmlrpc_parse_request
 ()</a>
+<dt id="ientry-idm31353">soup_xmlrpc_parse_request, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-parse-request">soup_xmlrpc_parse_request
 ()</a>
 </dt>
-<dt id="ientry-idm31043">soup_xmlrpc_parse_response, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-parse-response">soup_xmlrpc_parse_response
 ()</a>
+<dt id="ientry-idm31035">soup_xmlrpc_parse_response, <a class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-parse-response">soup_xmlrpc_parse_response
 ()</a>
 </dt>
-<dt id="ientry-idm31177">soup_xmlrpc_variant_get_datetime, <a 
class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-variant-get-datetime">soup_xmlrpc_variant_get_datetime
 ()</a>
+<dt id="ientry-idm31169">soup_xmlrpc_variant_get_datetime, <a 
class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-variant-get-datetime">soup_xmlrpc_variant_get_datetime
 ()</a>
 </dt>
-<dt id="ientry-idm31134">soup_xmlrpc_variant_new_datetime, <a 
class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-variant-new-datetime">soup_xmlrpc_variant_new_datetime
 ()</a>
+<dt id="ientry-idm31126">soup_xmlrpc_variant_new_datetime, <a 
class="indexterm" 
href="libsoup-2.4-XMLRPC-Support.html#soup-xmlrpc-variant-new-datetime">soup_xmlrpc_variant_new_datetime
 ()</a>
 </dt>
 </dl>
 </div></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/libsoup/soup-logger.c 
new/libsoup-2.60.2/libsoup/soup-logger.c
--- old/libsoup-2.60.1/libsoup/soup-logger.c    2017-09-20 17:51:47.000000000 
+0200
+++ new/libsoup-2.60.2/libsoup/soup-logger.c    2017-10-26 16:29:30.000000000 
+0200
@@ -44,9 +44,9 @@
  * > Host: localhost
  * > Content-Type: text/plain
  * > Connection: close
- * > 
+ * >
  * > This is a test.
- *   
+ *
  * &lt; HTTP/1.1 201 Created
  * &lt; Soup-Debug-Timestamp: 1200171744
  * &lt; Soup-Debug: SoupMessage 1 (0x617000)
@@ -289,7 +289,7 @@
  * Returns: a new #SoupLogger
  **/
 SoupLogger *
-soup_logger_new (SoupLoggerLogLevel level, int max_body_size) 
+soup_logger_new (SoupLoggerLogLevel level, int max_body_size)
 {
        return g_object_new (SOUP_TYPE_LOGGER,
                             SOUP_LOGGER_LEVEL, level,
@@ -699,7 +699,7 @@
        g_mutex_lock (&priv->lock);
 
        print_response (logger, msg);
-       soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "");
+       soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "\n");
 
        g_mutex_unlock (&priv->lock);
 }
@@ -714,7 +714,7 @@
 
        g_signal_handlers_disconnect_by_func (msg, finished, logger);
        print_response (logger, msg);
-       soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "");
+       soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "\n");
 
        if (msg->status_code == SOUP_STATUS_CONTINUE && 
msg->request_body->data) {
                SoupLoggerLogLevel log_level;
@@ -733,7 +733,7 @@
                                           "%s", msg->request_body->data);
                }
 
-               soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "");
+               soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "\n");
        }
 
        g_mutex_unlock (&priv->lock);
@@ -749,7 +749,7 @@
 
        g_signal_handlers_disconnect_by_func (msg, finished, logger);
        print_response (logger, msg);
-       soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "");
+       soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "\n");
 
        g_mutex_unlock (&priv->lock);
 }
@@ -781,7 +781,7 @@
                soup_logger_set_id (logger, socket);
 
        print_request (logger, msg, socket, restarted);
-       soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "");
+       soup_logger_print (logger, SOUP_LOGGER_LOG_MINIMAL, ' ', "\n");
 }
 
 static void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/libsoup/soup-session-async.c 
new/libsoup-2.60.2/libsoup/soup-session-async.c
--- old/libsoup-2.60.1/libsoup/soup-session-async.c     2017-09-20 
17:51:47.000000000 +0200
+++ new/libsoup-2.60.2/libsoup/soup-session-async.c     2017-10-26 
16:29:30.000000000 +0200
@@ -18,16 +18,15 @@
 
 /**
  * SECTION:soup-session-async
- * @short_description: (Deprecated) SoupSession for asynchronous
- *   (main-loop-based) I/O.
+ * @short_description: SoupSession for asynchronous (main-loop-based) I/O
+ * (deprecated).
  *
  * #SoupSessionAsync is an implementation of #SoupSession that uses
  * non-blocking I/O via the glib main loop for all I/O.
  *
- * As of libsoup 2.42, this is deprecated in favor of the plain
- * #SoupSession class (which uses both asynchronous and synchronous
- * I/O, depending on the API used). See the <link
- * linkend="libsoup-session-porting">porting guide</link>.
+ * Deprecated: 2.42: Use the #SoupSession class (which uses both asynchronous
+ * and synchronous I/O, depending on the API used). See the
+ * <link linkend="libsoup-session-porting">porting guide</link>.
  **/
 
 G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/libsoup/soup-session-sync.c 
new/libsoup-2.60.2/libsoup/soup-session-sync.c
--- old/libsoup-2.60.1/libsoup/soup-session-sync.c      2017-09-20 
17:51:47.000000000 +0200
+++ new/libsoup-2.60.2/libsoup/soup-session-sync.c      2017-10-26 
16:29:30.000000000 +0200
@@ -17,16 +17,15 @@
 
 /**
  * SECTION:soup-session-sync
- * @short_description: (Deprecated) SoupSession for blocking I/O in
- *   multithreaded programs.
+ * @short_description: SoupSession for blocking I/O in multithreaded programs
+ * (deprecated).
  *
  * #SoupSessionSync is an implementation of #SoupSession that uses
  * synchronous I/O, intended for use in multi-threaded programs.
  *
- * As of libsoup 2.42, this is deprecated in favor of the plain
- * #SoupSession class (which uses both asynchronous and synchronous
- * I/O, depending on the API used). See the <link
- * linkend="libsoup-session-porting">porting guide</link>.
+ * Deprecated: 2.42: Use the #SoupSession class (which uses both asynchronous
+ * and synchronous I/O, depending on the API used). See the
+ * <link linkend="libsoup-session-porting">porting guide</link>.
  **/
 
 G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/libsoup/soup-session.c 
new/libsoup-2.60.2/libsoup/soup-session.c
--- old/libsoup-2.60.1/libsoup/soup-session.c   2017-10-02 16:19:49.000000000 
+0200
+++ new/libsoup-2.60.2/libsoup/soup-session.c   2017-10-26 16:29:30.000000000 
+0200
@@ -4812,13 +4812,13 @@
  * If the server returns "101 Switching Protocols", then @msg's status
  * code and response headers will be updated, and then the WebSocket
  * handshake will be completed. On success,
- * soup_websocket_connect_finish() will return a new
+ * soup_session_websocket_connect_finish() will return a new
  * #SoupWebsocketConnection. On failure it will return a #GError.
  *
  * If the server returns a status other than "101 Switching
  * Protocols", then @msg will contain the complete response headers
  * and body from the server's response, and
- * soup_websocket_connect_finish() will return
+ * soup_session_websocket_connect_finish() will return
  * %SOUP_WEBSOCKET_ERROR_NOT_WEBSOCKET.
  *
  * Since: 2.50
@@ -4861,7 +4861,7 @@
  *
  * Gets the #SoupWebsocketConnection response to a
  * soup_session_websocket_connect_async() call and (if successful),
- * returns a #SoupWebsockConnection that can be used to communicate
+ * returns a #SoupWebsocketConnection that can be used to communicate
  * with the server.
  *
  * Return value: (transfer full): a new #SoupWebsocketConnection, or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/po/ne.po new/libsoup-2.60.2/po/ne.po
--- old/libsoup-2.60.1/po/ne.po 2017-08-24 14:34:04.000000000 +0200
+++ new/libsoup-2.60.2/po/ne.po 2017-10-26 16:29:30.000000000 +0200
@@ -9,12 +9,12 @@
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=libsoup&keywords=I18N+L10N&component=Misc\n"
 "POT-Creation-Date: 2017-08-10 12:33+0000\n"
-"PO-Revision-Date: 2017-08-20 10:37+0545\n"
+"PO-Revision-Date: 2017-10-16 16:09+0545\n"
 "Language-Team: Nepali Translation Team <chaut...@gmail.com>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.0.3\n"
+"X-Generator: Poedit 2.0.4\n"
 "Last-Translator: Pawan Chitrakar <chaut...@gmail.com>\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "Language: ne\n"
@@ -31,7 +31,7 @@
 
 #: ../libsoup/soup-body-input-stream.c:487
 msgid "Cannot truncate SoupBodyInputStream"
-msgstr ""
+msgstr "सूपबडीइनपुटस्ट्रीम ट्रंक गर्न सकिँदैन"
 
 #: ../libsoup/soup-cache-input-stream.c:76
 msgid "Network stream unexpectedly closed"
@@ -156,7 +156,7 @@
 #: ../libsoup/soup-websocket.c:562
 #, c-format
 msgid "Server returned incorrect “%s” key"
-msgstr ""
+msgstr "सर्भरले गलत \"%s\" कुञ्जीलाई फर्कायो"
 
 #: ../libsoup/soup-tld.c:188
 msgid "Hostname is an IP address"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs10/soup-build-defines.props 
new/libsoup-2.60.2/win32/vs10/soup-build-defines.props
--- old/libsoup-2.60.1/win32/vs10/soup-build-defines.props      2017-08-24 
14:34:04.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs10/soup-build-defines.props      2017-10-26 
16:29:30.000000000 +0200
@@ -20,6 +20,10 @@
     <Link>
       
<AdditionalDependencies>gio-2.0.lib;gobject-2.0.lib;glib-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
       
<AdditionalLibraryDirectories>$(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='11.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='12.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='14.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='15.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
     </Link>
   </ItemDefinitionGroup>
 </Project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs10/soup-version-paths.props 
new/libsoup-2.60.2/win32/vs10/soup-version-paths.props
--- old/libsoup-2.60.1/win32/vs10/soup-version-paths.props      2017-10-11 
15:13:54.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs10/soup-version-paths.props      2017-10-26 
16:34:46.000000000 +0200
@@ -8,7 +8,7 @@
     <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <SoupMajorVersion>2</SoupMajorVersion>
     <SoupMinorVersion>60</SoupMinorVersion>
-    <SoupMicroVersion>1</SoupMicroVersion>
+    <SoupMicroVersion>2</SoupMicroVersion>
     <ApiVersion>2.4</ApiVersion>
     <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix>
     
<SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs11/soup-build-defines.props 
new/libsoup-2.60.2/win32/vs11/soup-build-defines.props
--- old/libsoup-2.60.1/win32/vs11/soup-build-defines.props      2017-10-11 
15:14:50.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs11/soup-build-defines.props      2017-10-26 
16:35:10.000000000 +0200
@@ -20,6 +20,10 @@
     <Link>
       
<AdditionalDependencies>gio-2.0.lib;gobject-2.0.lib;glib-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
       
<AdditionalLibraryDirectories>$(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='11.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='12.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='14.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='15.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
     </Link>
   </ItemDefinitionGroup>
 </Project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs11/soup-version-paths.props 
new/libsoup-2.60.2/win32/vs11/soup-version-paths.props
--- old/libsoup-2.60.1/win32/vs11/soup-version-paths.props      2017-10-11 
15:14:50.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs11/soup-version-paths.props      2017-10-26 
16:35:10.000000000 +0200
@@ -8,7 +8,7 @@
     <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <SoupMajorVersion>2</SoupMajorVersion>
     <SoupMinorVersion>60</SoupMinorVersion>
-    <SoupMicroVersion>1</SoupMicroVersion>
+    <SoupMicroVersion>2</SoupMicroVersion>
     <ApiVersion>2.4</ApiVersion>
     <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix>
     
<SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs12/soup-build-defines.props 
new/libsoup-2.60.2/win32/vs12/soup-build-defines.props
--- old/libsoup-2.60.1/win32/vs12/soup-build-defines.props      2017-10-11 
15:14:50.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs12/soup-build-defines.props      2017-10-26 
16:35:10.000000000 +0200
@@ -20,6 +20,10 @@
     <Link>
       
<AdditionalDependencies>gio-2.0.lib;gobject-2.0.lib;glib-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
       
<AdditionalLibraryDirectories>$(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='11.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='12.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='14.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='15.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
     </Link>
   </ItemDefinitionGroup>
 </Project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs12/soup-version-paths.props 
new/libsoup-2.60.2/win32/vs12/soup-version-paths.props
--- old/libsoup-2.60.1/win32/vs12/soup-version-paths.props      2017-10-11 
15:14:50.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs12/soup-version-paths.props      2017-10-26 
16:35:10.000000000 +0200
@@ -8,7 +8,7 @@
     <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <SoupMajorVersion>2</SoupMajorVersion>
     <SoupMinorVersion>60</SoupMinorVersion>
-    <SoupMicroVersion>1</SoupMicroVersion>
+    <SoupMicroVersion>2</SoupMicroVersion>
     <ApiVersion>2.4</ApiVersion>
     <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix>
     
<SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs14/soup-build-defines.props 
new/libsoup-2.60.2/win32/vs14/soup-build-defines.props
--- old/libsoup-2.60.1/win32/vs14/soup-build-defines.props      2017-10-11 
15:14:50.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs14/soup-build-defines.props      2017-10-26 
16:35:10.000000000 +0200
@@ -20,6 +20,10 @@
     <Link>
       
<AdditionalDependencies>gio-2.0.lib;gobject-2.0.lib;glib-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
       
<AdditionalLibraryDirectories>$(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='11.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='12.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='14.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='15.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
     </Link>
   </ItemDefinitionGroup>
 </Project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs14/soup-version-paths.props 
new/libsoup-2.60.2/win32/vs14/soup-version-paths.props
--- old/libsoup-2.60.1/win32/vs14/soup-version-paths.props      2017-10-11 
15:14:50.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs14/soup-version-paths.props      2017-10-26 
16:35:10.000000000 +0200
@@ -8,7 +8,7 @@
     <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <SoupMajorVersion>2</SoupMajorVersion>
     <SoupMinorVersion>60</SoupMinorVersion>
-    <SoupMicroVersion>1</SoupMicroVersion>
+    <SoupMicroVersion>2</SoupMicroVersion>
     <ApiVersion>2.4</ApiVersion>
     <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix>
     
<SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs15/soup-build-defines.props 
new/libsoup-2.60.2/win32/vs15/soup-build-defines.props
--- old/libsoup-2.60.1/win32/vs15/soup-build-defines.props      2017-10-11 
15:14:50.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs15/soup-build-defines.props      2017-10-26 
16:35:10.000000000 +0200
@@ -20,6 +20,10 @@
     <Link>
       
<AdditionalDependencies>gio-2.0.lib;gobject-2.0.lib;glib-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
       
<AdditionalLibraryDirectories>$(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='11.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='12.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='14.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
+      <AdditionalOptions 
Condition="'$(VisualStudioVersion)|$(Platform)'=='15.0|x64'">/HIGHENTROPYVA 
%(AdditionalOptions)</AdditionalOptions>
     </Link>
   </ItemDefinitionGroup>
 </Project>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs15/soup-version-paths.props 
new/libsoup-2.60.2/win32/vs15/soup-version-paths.props
--- old/libsoup-2.60.1/win32/vs15/soup-version-paths.props      2017-10-11 
15:14:50.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs15/soup-version-paths.props      2017-10-26 
16:35:10.000000000 +0200
@@ -8,7 +8,7 @@
     <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <SoupMajorVersion>2</SoupMajorVersion>
     <SoupMinorVersion>60</SoupMinorVersion>
-    <SoupMicroVersion>1</SoupMicroVersion>
+    <SoupMicroVersion>2</SoupMicroVersion>
     <ApiVersion>2.4</ApiVersion>
     <SoupLibtoolCompatibleDllPrefix>lib</SoupLibtoolCompatibleDllPrefix>
     
<SoupLibtoolCompatibleDllSuffix>-$(ApiVersion)-0</SoupLibtoolCompatibleDllSuffix>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.60.1/win32/vs9/soup-version-paths.vsprops 
new/libsoup-2.60.2/win32/vs9/soup-version-paths.vsprops
--- old/libsoup-2.60.1/win32/vs9/soup-version-paths.vsprops     2017-10-11 
15:13:54.000000000 +0200
+++ new/libsoup-2.60.2/win32/vs9/soup-version-paths.vsprops     2017-10-26 
16:34:46.000000000 +0200
@@ -26,7 +26,7 @@
        />
        <UserMacro
                Name="SoupMicroVersion"
-               Value="1"
+               Value="2"
        />
        <UserMacro
                Name="ApiVersion"


Reply via email to