Method

IbisMessageset_paramsv

since: 0.1

Declaration [src]

void
ibis_message_set_paramsv (
  IbisMessage* message,
  GStrv params
)

Description [src]

Sets the parameters of message to params.

Available since: 0.1

This method is renamed to ibis_message_set_params() in language bindings.

Parameters

params

Type: An array of utf8

The new parameters.

The argument can be NULL.
The array must be NULL-terminated.
Each element is a NUL terminated UTF-8 string.