Method

BirbStringObjectget_string

since: 0.3

Declaration [src]

const char*
birb_string_object_get_string (
  BirbStringObject* obj
)

Description [src]

Gets the string.

Available since: 0.3

Return value

Type: const char*

The string.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.