Method

IbisCTCPMessageset_paramsv

since: 0.5

Declaration [src]

void
ibis_ctcp_message_set_paramsv (
  IbisCTCPMessage* message,
  GStrv params
)

Description [src]

Sets the parameters of message to params.

Available since: 0.5

This method is renamed to ibis_ctcp_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.