Method

TermboxCellget_extended_chars

Declaration

const gunichar*
tbg_cell_get_extended_chars (
  const TbgCell* cell,
  gsize* length
)

Description

Return the extended grapheme cluster code points for cell.

The returned array is owned by cell and must not be freed.

If a length return location is provided, it is set to the number of returned code points.

Parameters

length

Type: gsize*

No description available.

The argument will be set by the function.

Return value

Type: An array of gunichar

The extended code points, or NULL.

The length of the array is in the length argument.
The returned data is owned by the instance.
The return value can be NULL.