Function

Camelsearch_get_default_charset_from_headers

since: 3.28

Declaration [src]

const gchar*
camel_search_get_default_charset_from_headers (
  const CamelNameValueArray* headers
)

Description

No description available.

Available since: 3.28

Parameters

headers

Type: CamelNameValueArray

A CamelNameValueArray.

The data is owned by the caller of the function.

Return value

Type: const gchar*

Default charset from the Content-Type header of the headers; if none cannot be determined, UTF-8 is returned.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.