Function Macro
SoupCHECK_VERSION
Declaration [src]
#define SOUP_CHECK_VERSION (
major,
minor,
micro
)
Description [src]
Macro to test the version of libsoup being compiled against.
Returns TRUE
if the version of the libsoup header files
is the same as or newer than the passed-in version.
This function is not directly available to language bindings.