Constructor
BirbStringObjectnew
since: 0.3
Declaration [src]
BirbStringObject*
birb_string_object_new (
const char* str
)
Parameters
str
-
Type:
const char*
The string.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: BirbStringObject
The new instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |