Method

CamelNameValueArrayset_value

since: 3.24

Declaration [src]

gboolean
camel_name_value_array_set_value (
  CamelNameValueArray* array,
  guint index,
  const gchar* value
)

Description [src]

Sets the value of the element at index index.

Available since: 3.24

Parameters

index

Type: guint

An index.

value

Type: const gchar*

A value.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

Whether the array changed.

See: camel_name_value_array_set, camel_name_value_array_set_name.