toStringRegion

open fun toStringRegion(): String?

Gets a string represention of @region, for debugging purposes.

The returned string contains the character offsets of the subregions. It doesn't include a newline character at the end of the string.

Return

a string represention of @region. Free with g_free() when no longer needed.