Method

BirbStringObjectset_string

since: 0.3

Declaration [src]

void
birb_string_object_set_string (
  BirbStringObject* obj,
  const char* str
)

Description [src]

Sets the string that the object contains.

Available since: 0.3

Parameters

str

Type: const char*

The new string.

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