Method

BirbStringListappend

since: 0.8

Declaration [src]

void
birb_string_list_append (
  BirbStringList* list,
  const char* str
)

Description [src]

Adds the string to the list.

Available since: 0.8

Parameters

str

Type: const char*

The string to add.

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