Function
Camelsearch_get_headers_decoded
since: 3.28
Declaration [src]
gchar*
camel_search_get_headers_decoded (
const CamelNameValueArray* headers,
const gchar* default_charset
)
Parameters
headers-
Type:
CamelNameValueArrayA
CamelNameValueArray.The data is owned by the caller of the function. default_charset-
Type:
const gchar*Default charset to use; or
NULL, to detect from Content-Type ofheaders.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.