get_named


Description:

public unowned string? get_named (CompareType compare_type, string name)

Returns the value of the first element named name, or null when there is no element of such name in the this.

The compare_type determines how to compare the names.

Parameters:

this

a NameValueArray

compare_type

a compare type, one of CompareType

name

a name

Returns:

Value of the first element named name, or null.

See: camel_name_value_array_get, camel_name_value_array_get_name