Function
Camelsearch_header_match
Declaration [src]
gboolean
camel_search_header_match (
const gchar* value,
const gchar* match,
camel_search_match_t how,
camel_search_t type,
const gchar* default_charset
)
Parameters
value-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. match-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. how-
Type:
camel_search_match_tNo description available.
type-
Type:
camel_search_tNo description available.
default_charset-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.