Method

GrlDataadd_string

since: 0.1.10

Declaration [src]

void
grl_data_add_string (
  GrlData* data,
  GrlKeyID key,
  const gchar* strvalue
)

Description [src]

Appends a new string value for key in data.

Available since: 0.1.10

Parameters

key

Type: GrlKeyID

Key to append.

strvalue

Type: const gchar*

The new value.

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