Function
Camelutil_fill_message_info_user_headers
since: 3.42
Declaration [src]
gboolean
camel_util_fill_message_info_user_headers (
CamelMessageInfo* info,
const CamelNameValueArray* headers
)
Description [src]
Fill info ‘s user-headers with the user-defined headers from the headers array.
Available since: 3.42
Parameters
info-
Type:
CamelMessageInfoA
CamelMessageInfo.The data is owned by the caller of the function. headers-
Type:
CamelNameValueArrayA
CamelNameValueArraywith the headers to read from.The data is owned by the caller of the function.