Method
CamelNameValueArrayget_named
since: 3.24
Declaration [src]
const gchar*
camel_name_value_array_get_named (
const CamelNameValueArray* array,
CamelCompareType compare_type,
const gchar* name
)
Description [src]
Returns the value of the first element named name, or NULL when there
is no element of such name in the array. The compare_type determines
how to compare the names.
Available since: 3.24
Parameters
compare_type-
Type:
CamelCompareTypeA compare type, one of
CamelCompareType. name-
Type:
const gchar*A name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.