to_string


Description:

[ Version ( since = "3.22" ) ]
public string? to_string ()

Gets a string represention of this, 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.

Parameters:

this

a SourceRegion.

Returns:

a string represention of this. Free with g_free when no longer needed.